/*
	© 2009 JPCW
	Service WebDesign
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	vertical-align: baseline;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* TAGS HTML
-------------------------------------------------------*/

html, body {
	margin:0;
	padding:0;
	border:0 none;
}
body {
	/* FOND NOEL */
	/*background-image: url('/img/charte/fond3.jpg');*/
	background-image: url('/img/charte/fond.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#EDF1EE;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.8em;
	line-height:1.2em;
	color:#223C49;
	text-align:center;
}

h1,h2,h3,h4,p{
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:1.2em; /* hauteur de ligne safari */
}

h1{	font-size: 18px;}
h2{	font-size: 14px;padding-left:20px;}
h3{ font-size: 12px;padding-left:30px;}
h4{	font-size: 11px;padding-left:30px;}


h1{color:#9B2C60;}
h1 a{color:#CEA0A6;}

h2,h3{color:#9B2C60;}
h2 a,h3 a{color:#9B2C60;}
h4{color:#1F1C17;}

p{
	padding:5px;
	margin:0px;
}

strong{
font-size: 1em;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{
	text-decoration:underline
}
a:hover{
	color:#FF9900;
}
a.link{
	color:#223C49;
	text-decoration:underline
}
a.link:hover{
	color:#FF9900;
}
img{
	border:0 none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.spacer{
	clear:both;
	padding:0;
	border:0;
	margin:0px;
	height:10px;
	font-size:0px;
}
.spacer_high{
	clear:both;
	padding:0;
	border:0;
	margin:0px;
	height:50px;
	font-size:0px;
}

/* SQUELETTE DE PAGE
-------------------------------------------------------*/
#page{
	width:1000px;
	min-height:686px;
	padding: 0px;
	margin:0px auto 0px auto;
	/*background-image: url('/img/charte/accueil_encart_fond_page.png');
	background-position:left top;
	background-repeat:no-repeat;*/
}
#encart{
	width:896px;
	height:425px;
	padding:0px;
	margin:0px auto 0px auto;
	margin:0px auto 0px auto;
}
#encart_left{
	float:left;
	width:268px;
	height:425px;
	background-image: url('/img/charte/accueil_encart_logo.png');
	background-position:left top;
	background-repeat:no-repeat;
	padding: 0px;
	margin:100px 0px 0px 0px;
}
#encart_right{
	float:left;
	width:628px;
	height:425px;
	padding:0px;
	margin:100px 0px 0px 0px;
}
#encart_right #photo{
	float:left;
	width:628px;
	height:356px;
	background-image: url('/img/charte/accueil_encart_photo.png');
	background-position:left top;
	background-repeat:no-repeat;
	padding: 0px;
	margin:0px;
}
#encart_right #photo #anim{
	float:left;
	margin:55px 0px 0px 104px;
	padding:0px;
}
#encart_right #bouton{
	float:left;
	width:628px;
	height:69px;
	padding:0px;
	margin:0px;
}

/* FOOTER - NAVIGATION
-------------------------------------------------------*/
#footer{
	clear:both;
	width:390px;
	height:40px;
	font-size:12px;
	font-weight:normal;
	margin:0px auto 0px auto;
}
#footer a{
	color:#223C49;
}
#footer a:hover{
	color:#FFFFFF;
}
#footer ul{
	padding: 0px;
	margin:0px;
	list-style: none;
}
#footer ul li, #footer ul li a{
	float: left;
	padding: 5px;
	line-height:15px;
	height:15px;
	text-decoration:none;
	border: transparent 1px solid;
}
#footer ul li a:hover{
	border: #223C49 1px solid;
	background-color:#B7C3C4;
}
#footer ul li.on a{
	border: #223C49 1px solid;
	background-color:#B7C3C4;
	color:#FFFFFF;
}

/* FORMULAIRE
-------------------------------------------------------*/
form{

	margin:30px 0px 0px 0px;
}
form p{
	clear:both;
	margin:1px 0px 0px 0px;
	vertical-align:bottom;
	padding:1px 0px 0px 0px;
}
form p.btn{
	width:100%;
	text-align:center;
}
form p.obligatoire{
	text-align:right;
	width:100%;
	font-style:italic;
}
form p.mentions{
	font-size:0.9em;
	font-style:italic;
}
form fieldset{
	margin-bottom: 20px;
	border: none;
}
form label{
	float:left;
	width:190px;
	text-align:right;
	padding-right:10px;
	vertical-align:bottom;
}
form input{
	margin:2px 2px 2px 0px;
	width:auto;
	font-size: 12px;
}
form input[type="text"]{
	float:left;
	border: #333333 1px solid;
}
form input.dateValue{
	width:auto;
}
form input.cpValue{
	width:auto;
}
form select{
	width:200px;
	margin:2px 2px 2px 0px;
	border: #333333 1px solid;
	font-size: 12px;
}
form textarea {
	float:left;
	font-family:Arial, sans-serif;
	border: #333333 1px solid;
	margin-top:5px;
	width:auto;
	font-size: 12px;
}
form input:hover, form select:hover, form textarea:hover, form input:focus, form select:focus, form textarea:focus{
	background-color: #EAE9E9;
	color:#223C49;
}
form input.file{
	margin-left: 13%;
	border: #333333 1px solid;
	width: 70%;
}
form input[type="submit"]{
	float:none;
	margin:30px auto 30px auto;
	padding:0px;
	border: 0px solid;
	background-image: url('/img/charte/fond_bt_sinscrire_off.png');
	background-repeat: no-repeat top left;
	color: #FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	line-height:16px;
	width:110px;
	height:21px;
	cursor:hand;
}
form input[type="submit"]:hover{
	color: #FFFFFF;
	background-image: url('/img/charte/fond_bt_sinscrire_on.png');
	cursor:hand;
}

form input[type="submit"].inscription{
	margin:0px;
}
form input.tparrainage{
	clear:both;
	width:auto;
	margin:0px;
}
form input[type="submit"].parrainage{
	float:left;
	width:90px;
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 0px 10px;
}

/* CLASSES GENERALES
-------------------------------------------------------*/
.documentOff{
	clear:both;
	margin-top:20px;
}
.documentOn{
	clear:both;
	margin-top:20px;
	border: 1px solid #F23C13;
}
.retrait{
	margin-left:200px;
	width:220px;
	text-align:left;
}
.info{
	font-size:0.8em;
}
.error{
	background-color:#9B2C60;
	color:#FFFFFF;
	width:auto;
}
.lireLaSuite{
	font-size:0.9em;
	padding:3px 0px 3px 0px;
}
.ko{
	font-style:italic;
	font-size:0.8em;
	color:#4A4A4A;
}
.legende{
	font-size:0.8em;
	line-height:1.2em;
	font-style:italic;
	padding:3px 0px 3px 0px;
}
.date{
	font-size:0.9em;
	padding:3px 0px 3px 0px;
}
.texte{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	color:#4A4A4A;
}
.citationImportante{
	font-style:italic;
	font-size:1.2em;
	text-align:left;
	font-weight:bold;
}

/*
-------------------------------------------------------*/
/* PNG transparents sous IE6 avec du CSS */
/* * html img, */
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
