*{
	margin:0;
	padding:0;
}

body{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000; 
	line-height:15px;
	background:#4078BF;
}

a{
	text-decoration:none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                     CLASSES DISPLAY et CLEAR                                     */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.lineclear{
	clear:both;
	height:1px;
}

.display{
	display:none;
}

.vishidden{
	visibility:hidden
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                          CLASSES TEXTE                                           */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.bold{
	font-weight:bold;
}

.gros-txt{
	font-size:36px;
}


/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                  STRUCTURE COMMUNE                   ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             BANDEAU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*<<<<<<<<<<<<<<<<<<<<<<<<< . MeNu ToP . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#bg_menu-top{
	background:#004BAA;
}

#menu-top{
	width:944px;
	padding:0 0 0 11px;
	margin:0 auto;
	font-size:10px;
	line-height:12px;
}

#menu-top ul{
	padding:2px 0;
}

#menu-top ul li{
	list-style-type:none;
	display:inline;
	padding:0 4px;
	border-right:solid 1px #fff;
}

#menu-top ul li.lili{
	border-right:none;
}

#menu-top ul li a{
	color:#fff;
}

#menu-top ul li a img{
	padding:0;
	margin: 0 5px 0 0;
	}

#menu-top ul li a:hover{
	color:#99CCFF;
}

#menu-top ul.langues{
	float:right;
	padding:0 11px 0 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . BaNdEaU . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#bandeau{
	position:relative;
}

/*... partie gauche ...*/

#bandeau-gauche{
	float:left;
	width:343px;
}

/*... partie centrale : menu et logo ...*/

#bandeau-centre{
	float:left;
	width:272px;
	height:239px;
	background:url(images/bg_bandeau-centre.jpg) no-repeat;
	position:relative;
	z-index:1;
}

#menu{
	height:51px;
	padding:15px 0 0 0;
}

#menu ul{
	height:26px;
}

#menu ul li{
	display:inline;
	list-style-type:none;
	height:26px;
}

#menu ul li a{
	display:block;
	height:26px;
	float:left;
}

#menu ul li a.menu1{
	width:65px;
	background:url(images/menu1.jpg) no-repeat;
}

#menu ul li a.menu2{
	width:85px;
	background:url(images/menu2.jpg) no-repeat;
}

#menu ul li a.menu3{
	width:52px;
	background:url(images/menu3.jpg) no-repeat;
}

#menu ul li a.menu4{
	width:62px;
	background:url(images/menu4.jpg) no-repeat;
}

#menu ul li a:hover{
	background-position:left bottom;
}

#menu ul li a.focus{
	background-position:left bottom;
}

#logo{
	padding:0 0 0 18px;
}

/*... version anglaise : menu ...*/

#menu2{
	height:51px;
	padding:15px 0 0 0;
}

#menu2 ul{
	height:26px;
}

#menu2 ul li{
	display:inline;
	list-style-type:none;
	height:26px;
}

#menu2 ul li a{
	display:block;
	height:26px;
	float:left;
}

#menu2 ul li a.menu1{
	width:78px;
	background:url(images/menu1-en.jpg) no-repeat;
}

#menu2 ul li a.menu2{
	width:63px;
	background:url(images/menu2-en.jpg) no-repeat;
}

#menu2 ul li a.menu3{
	width:46px;
	background:url(images/menu3-en.jpg) no-repeat;
}

#menu2 ul li a.menu4{
	width:79px;
	background:url(images/menu4-en.jpg) no-repeat;
}

#menu2 ul li a:hover{
	background-position:left bottom;
}

#menu2 ul li a.focus{
	background-position:left bottom;
}

/*... partie droite ...*/

#bandeau-droite{
	float:left;
	width:335px;
}



/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#bg_contenu{
	background:url(images/bg_contenu-1px.gif) repeat-x #fff;
}

#global{
	width:955px;
	margin:0 auto;
	padding:0 0 20px 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . TiTrEs . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.h-titre{
	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FF7C25;
	background:url(images/puce-titres.gif) no-repeat 0px 4px;
	padding:0 0 5px 19px;
	border-bottom:solid 2px #004BAA;
	margin:0 0 7px 0;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                              FOOTER                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#bg_footer{
	background:url(images/bg_footer-1px.jpg) repeat-x;
}

#footer{
	width:955px;
	margin:0 auto;
	background:url(images/bg_footer.jpg) no-repeat;
	text-align:center;
	color:#fff;
	font-size:10px;
	padding:107px 0 0 0;
	height:119px;
}

#footer ul{
	padding:0 0 10px 0;
}

#footer ul li{
	list-style-type:none;
	display:inline;
	padding:0 4px;
	border-right:solid 1px #fff;
}

#footer ul li.lili{
	border-right:none;
}

#footer ul li a{
	color:#fff;
}

#footer ul li a:hover{
	color:#99CCFF;
}

.border{
	border-right:solid 1px #fff;
	padding:0 4px 0 0;
	margin:0 4px 0 0;
}


/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                       ACCUEIL                        ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             BANDEAU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#couple-accueil{
	position:absolute;
	top:162px;
	left:235px;
	width:464px;
	height:201px;
	z-index:100;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe GaUcHe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#accueil-gauche{
	width:295px;
	float:left;
	padding:53px 50px 0 9px;
	text-align:justify;
}

#photos-accueil-gauche{
	padding:25px 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe CeNtRaLe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#accueil-milieu{
	width:210px;
	background:#004BAA;
	float:left;
	text-align:justify;
	margin:140px 0 0 0;
	padding:15px;
	color:#fff;
}

#photo-milieu-accueil{
	padding:23px 0 5px 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe DrOiTe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#accueil-droite{
	width:295px;
	float:left;
	text-align:justify;
	padding:0 0 0 50px;
}

#a-partir{
	height:132px;
	text-align:right;
	background:url(images/bg_a-partir.jpg) no-repeat 77px 22px;
	font:bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#004BAA;
	padding:5px 0 0 0;
	line-height:40px;
	word-spacing:-4px;
}

#photo-accueil-droite{
	padding:10px 0;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                              FOOTER                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#tt{
	text-align:center;
	margin-top:20px;
}

#tt a{
	font-size:9px;
	color:#fff;
}

#tt a:hover{
	color:#99CCFF;
}




/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                     PRESTATIONS                      ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             BANDEAU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

#carte-prestations{
	position:absolute;
	top:231px;
	left:290px;
	width:358px;
	height:100px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe GaUcHe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#prestations-gauche{
	width:295px;
	float:left;
	padding:100px 50px 0 9px;
	text-align:justify;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe CeNtRaLe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#prestations-milieu{
	width:210px;
	background:#004BAA;
	float:left;
	text-align:justify;
	margin:118px 0 0 0;
	padding:15px;
	color:#fff;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe DrOiTe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#prestations-droite{
	width:295px;
	float:left;
	text-align:justify;
	padding:97px 0 0 50px;
}



/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                       VISITES                        ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/


/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe GaUcHe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#visites-gauche{
	width:266px;
	float:left;
	padding:20px 50px 0 9px;
	text-align:justify;
}

#photo-visite-gauche{
	padding:10px 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe CeNtRaLe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#visites-milieu{
	width:266px;
	float:left;
	text-align:justify;
	margin:120px 0 0 0;
}

#photo-visite-milieu{
	padding:20px 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe DrOiTe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#visites-droite{
	width:266px;
	float:left;
	text-align:justify;
	padding:47px 0 0 50px;
}

#photo-visite-droite{
	padding:0 0 20px 0;
	text-align:right;
}


/*##################################################################################################*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*((((((((((((((((((((((                        CONTACT                       ))))))))))))))))))))))*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*##################################################################################################*/




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             BANDEAU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


#carte-contact{
	position:absolute;
	top:231px;
	left:149px;
	width:785px;
	height:202px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*                                             CONTENU                                              */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe GaUcHe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#contact-gauche{
	width:263px;
	float:left;
	padding:158px 0 0 119px;
	background:url(images/bg_contact-gauche.gif) no-repeat 59px 158px;
	font-size:11px;
	color:#FF7C25;
}

#contact-gauche p{
	padding:0 0 18px 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<< . PaRtIe DrOiTe . >>>>>>>>>>>>>>>>>>>>>>>>>*/
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#contact-droite{
	float:left;
	width:563px;
	padding:167px 0 0 0;
}

#form-gauche{
	float:left;
	width:293px;
}

#form-droite{
	float:left;
	width:270px;
}

label{
	display:block;
	float:left;
	width:67px;
}

.input{
	width:195px;
	height:15px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#ff7c25; 
	border:solid 1px #4078BF;
	padding:0px 0px 0px 3px;
	margin:0px 0px 5px 0px;
	float:left;
}

textarea{
	width:197px;
	height:103px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#ff7c25; 
	border:solid 1px #4078BF;
	padding:0px 0px 0px 3px;
	margin:0px 0px 5px 0px;
	overflow:auto;
}

#bouton{
	display:block;
	width:100px;
	margin:0px 0px 0px 168px;
	background:#FFE0CB;
	border:none;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#ff7c25; 
	cursor:pointer;
}
