/*
	Feuille de style valide CSS 2.1 (http://jigsaw.w3.org/css-validator/)
	Testée dans Internet Explorer 7, 6, 5.5 et 5 
	Firefox Windows et Mac
	Safari 3
	Google Chrome
*/

/* Styles généraux */

*{
	margin: 0;
	padding: 0;
	line-height: 20px;
}
body{
	background:#f3ae3f url("../images/back_body-en.jpg") center top no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
h1{
	color: #860c59;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 45px;
}
h2{
	color: #860c59;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	clear: both;
}
h3{
	color: #eb9527;
	font-weight: bold;
}
p{
	text-align: justify;
	padding-bottom: 20px;
}
a img{
	border: 0;
}
ul{
	list-style-image: url("../images/back_li.gif");
	list-style-position: outside;
	margin-left: 30px;
	padding-bottom: 20px;
}

.imarge{
	margin-right: 20px;
	float: left;
}
.imargeDroite{
	margin-right: 20px;
	margin-left: 20px;
	margin-top : 10px;
	margin-bottom: 10 px;
	float: right;
}
/* Fin des styles généraux */

.Droite{
	float:right;
	text-align:right;
	margin-left:10px;
}
/* Bloc du haut */
#top{
	width: 850px;
	margin: 0 auto;
	height: 320px;
	background: url("../images/back_body-en.jpg") center top no-repeat;
}
	#top #menu{
		display: block;
		width: 850px;
		margin:  0 auto;
		padding-top: 250px;
	}
		#top #menu dt{ 
			display: inline;
			width: 95px; /* Pour IE 5 */
			text-align: center; /* Pour IE 5 */
		}
			#top #menu dt a{
				text-decoration: none;
				font-size: 16px;
				font-weight: bold;
				color: #860c59;
				margin-right: 35px;
			}
			#top #menu dt a:hover,
			#top #menu dt a.current{
				text-decoration: underline;
				color: #000;
			}
/* Fin du bloc du haut */


/* Bloc du milieu */
#middle{
	min-height: 260px;
	background:#fff url("../images/back_middle.png") center top repeat-x;
	padding-bottom: 14px;
}
	#middle #content{
		width: 850px;
		margin: 0 auto;
		padding-top: 18px;
	}
		#middle #content #langues{
			display: block;
			float: right;
			margin-top: 9px;
			width: 230px;
		}
			#middle #content #langues dt{
				display: inline;
			}
				#middle #content #langues dt a{
					display: block;
					float: right;
					width: 25px;
					height: 12px;
					margin-left: 5px;
				}
				#middle #content #langues dt a#francais{
					background: url(../images/drapeau_francais.png) no-repeat left top;
				}
				#middle #content #langues dt a#anglais{
					background: url(../images/drapeau_anglais.png) no-repeat left top;
				}
				#middle #content #langues dt a#allemand{
					background: url(../images/drapeau_allemand.png) no-repeat left top;
				}
				#middle #content #langues dt a#espagnol{
					background: url(../images/drapeau_espagnol.png) no-repeat left top;
				}
				#middle #content #langues dt a#arabe{
					background: url(../images/drapeau_arabe.png) no-repeat left top;
				}
				#middle #content #langues dt a#italien{
					background: url(../images/drapeau_italien.png) no-repeat left top;
				}
				#middle #content #langues dt a#neerlandais{
					background: url(../images/drapeau_neerlandais.png) no-repeat left top;
				}
				#middle #content #langues dt a:hover,
				#middle #content #langues dt a.current{
					background-position:left  -12px !important;
				}
					#middle #content #langues dt a span{
						display: none;
					}
		#middle #content #gauche{
			width: 570px;
			float: left;
			margin-right: 50px;
			text-align:justify;
		}
			#middle #content #gauche .colonne1{
				width: 270px;
				float: left;
				margin-right: 30px;
			}
			#middle #content #gauche .colonne2{
				width: 270px;
				float: left;
			}
			#middle #content #gauche .colonnePetite{
				width: 150px;
				float: left;
			}
			#middle #content #gauche .colonneLarge{
				width: 390px;
				float: left;
			}
		
		#middle #content #droite{
			width: 230px;
			float: left;
		}
			#middle #content #droite #sousmenu dt{
				display: block;
			}
				#middle #content #droite #sousmenu dt a{
					display: block;
					height: 20px;
					padding: 10px 0 10px 30px;
					text-decoration: none;
					font-size: 16px;
					color: #7f105c;
					background: url(../images/back_sousmenu_a.gif) no-repeat left top;
					font-weight: bold;
				}
				#middle #content #droite #sousmenu dt a:hover,
				#middle #content #droite #sousmenu dt a.current{
					background-position: left -40px;
					color: #fff;
				}
/* Fin du bloc du milieu */		
	

/* Bloc du bas */
#bottom{
	background:url(../images/back_bottom.png) center top no-repeat;
	padding-bottom: 20px;
}
	#bottom #footer{
		width: 850px;
		margin: 0 auto;
		min-height: 220px;
		background: url(../images/back_footer-en.png) center top no-repeat;
	}
		#bottom #footer dl{
			display: block;
			width: 137px;
			float: left;
			font-weight: bold;
			margin-top: 85px;
		}
			#bottom #footer #footer_general{
				margin-top: 125px;
				width: 300px;
			}
			#bottom #footer #footer_general dt{
				display: inline;
				margin-right: 30px;
			}
			#bottom #footer dl dt a{
				font-size: 9px;
				color: #000;
				text-decoration: none;
			}
			#bottom #footer #footer_general a,
			#bottom #footer dl dd{
				font-size: 12px;
				color: #860c59;
				text-decoration: none;
			}
			#bottom #footer #footer_general a:hover,
			#bottom #footer a:hover{
				text-decoration: underline;
			}


.droite{
		float:right;
		text-align:right;
		margin-top:20px;
		display: inline;
		
}

/* Fin du bloc du bas */



/* Hacks */
/* hr.space = utilisé pour forcer le retour à la ligne (notamment pour IE6 qui ne buggue sur les clears)*/
hr.space{
	display: block;
	clear: both;
	visibility: hidden;
}
/* Gestion des alignements pour IE5.5 (qui ne comprend pas les margin:auto)*/
body{ text-align: center;}
#top, 
#content,
#footer{ text-align: left;}
/* Fin des hacks */


/* max*/


#pages{
	margin-left: auto;
	margin-right: auto;
	background: transparent url("../img/carnet.png");
	width:  1000px;
	height: 800px;
	margin-left: -50px;
}
#pageGauche{
	margin-left: 20px;
	margin-top: 20px;
	width: 420px;
	float: left;
}
#pageDroite{
	margin-right: 20px;
	margin-top: 20px;
	width: 420px;
	float: right;
}
#enveloppe{
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	height: 382px;
	width: 385px;
	background: transparent url("../img/enveloppeLettre.png");
	background-repeat: no-repeat;
}
#carnet2{
	width: 650px;
	height: 700px;
	overflow: auto;
	padding-left: 40px;
	padding-right: 130px;
	padding-bottom: 20px;
	background: transparent url("../img/carnet2.png");
	background-repeat: no-repeat;

}
#dansEnveloppe{
	width: 160px;
	height: 100px;
	position: relative;
	left:90px;
}



a.tooltip {
	text-decoration:none;
	color: #000000;
	border-bottom: 1px dotted #e68a00; 
}

a.tooltip:hover {
	background: none !important;
	background:#ffffff;/*BG color oblig. pour IE6*/
	text-decoration:none;
	cursor: help;
} 
a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:-20px; 
	margin-top:20px; 
	width:200px;
	
}

   
a.tooltip:hover span{
	display:inline; 
	position:absolute; 
	background:#ffffcc; 
	border:1px solid #cccccc; 
	color:#6c6c6c;
	

}
a.tooltip:hover span em{
	  position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url("../img/infobulle.gif");
	background-repeat:no-repeat;
    margin:0;
    padding: 0;
    border: 0;
	/*font-size:99%;
	visibility:visible;*/
	
}


.postit{
	background: transparent url("../img/postit.png") no-repeat;
	width: 300px;
	padding: 20px;
	padding-left: 40px;
	padding-bottom: 60px;
	height: 160px;
	behavior: url(../iepngfix.php);
	border:0;
	display: block;
	
}
.blocContact{
	float: left;
	clear: both;
	display: inline;
	height: 75px;	
	width:100%;
	padding-bottom: 30px;
	padding-left: 20px;
}

img.info{
	border: 0;

}

img.iconeContact{
	width: 75px;
	height: 75px;
	float : left;
	padding-right: 10px;
	behavior: url("../iepngfix.php");
}
.vertical{
		display:table-cell;
		vertical-align: middle;
		height: 75px;
}
.antiSpam{
	display: none;
}
form{

}
form label{
	display: block;
	
	padding-left: 10px;
	}
label.full{
	display: inline;
	float: left;

	width: 95%;
}
label.half{
	display: inline;
	float: left;

	width: 45%;
}
label.quart{
	display: inline;
	float: left;

	width: 22%;
}
.champ{
	margin-bottom: 20px;	
	clear: both;
}

	
input.round{
	background-image: url("../img/bg_txtinput.gif"); 
	border: none; 
	background-color: transparent;
	}
.tableauBordureHaute{
	 border-top-width:1px;
	  border-top-style:solid;
	  border-right-width:0px;
	  border-left-width:0px;

}
.violette{
	 border-color:#880a5b;

}
.orange{
	 border-color:#e68a00;

}

div.partners {
	height: 150px;
	width: 150px;
	float: left;
	padding: 10px;
	display: inline;
	margin: 10px;
	border: 1px solid silver;
	

}
div.partnersConteneur{
	margin-left: -50px;
	width: 750px;
}

span.codedirection { 
	font-family : "Trebuchet MS", "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	unicode-bidi:bidi-override; 
	direction: rtl;
 }

.photo{
	margin: 20px;
	width: 180px;
	display: inline;
}
/* Ajout CELASTRINA pour Espace Distributeur */
.BordureOrange { border-style: solid ; border-color: #f3ae3f ; } 
/* */

