body{
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#2e2e2e;
	background:#e1eef6 url(../img/bg-body.jpg) repeat-x 0 0;
	margin:0;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
h1{margin:0;}
h2{
	font-size:18px;
	margin:23px 0 0;
	color:#185481;
	line-height:22px;	
	padding:0 0 12px 9px;
}
h3{
	font-size:14px;
	margin:23px 0 0;
	padding:0 0 0 5px;
	color:#185481;
	line-height:22px;	
}
img{
	display:block;
	border:none;
}
a{
	outline:none;
	color:#2e2e2e;	
}
a:hover{
	text-decoration:none;
}

a.inscription {
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
}
a.accueil {
	color: #ffffff;
	display: inline-block;
	font-size: 11px;	
	margin-left: 160px;
}
a.contacter {
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
}
#page{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:15px;
	background:#fff; 
}
/*header*/
#header{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-header.jpg) no-repeat 0 0;
}
#header p{
	font-size:10px;
	margin:0;
	line-height:35px;
	color:#6e88a4;
}
#header h1{
	float:left;
	height:51px;
	line-height:0;
	margin:20px 0 0;
	overflow:hidden;
}
#header h1 a{
	width:289px;
	height:51px;
	margin:0 0 0 23px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.jpg) no-repeat 0 0;
	display:block;
}
#header h2{
	float:right;
	margin:20px 0 0;
	padding:0 58px 0 0; 
}
#header h2 em{
	font-weight:normal;
	margin:0;
	padding:0;
}
#header ul.menu{
	overflow:hidden;
	margin:0;
	clear:both;
	padding:21px 0 0;
	width:100%;
	float:left;
	height:35px;
	background:url(../img/bg-menu.gif) repeat-x 0 100%;
	list-style:none;	
}
#header ul.menu li{
	float:left;
	padding:5px 2px 8px 6px;
}
#header ul.menu li a{
	float:left;
	letter-spacing:1px;
	line-height:22px;
	cursor:pointer;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#header ul.menu li a span{
	float:left;
	padding:0 11px;
}
#header ul.menu li.active a,
#header ul.menu li a:hover{
	background:url(../img/bg-menu-hover.gif) no-repeat 0 0;
}
#header ul.menu li.active a span,
#header ul.menu li a:hover span{
	background:url(../img/bg-menu-hover.gif) no-repeat 100% -22px;
}
/*main*/
#content{
	padding:0 24px 0 28px;
	width:898px;
	overflow:hidden;
}
#rightcol{
	float:right;
	width:403px;
}
.home #rightcol{
	width:473px;
}
#content div.map-box{
	overflow:hidden;
	margin:25px 0 0;
	width:100%;
}
#content div.map-box div.map{
	width:100%;
	height:296px;
	overflow:hidden;
	position:relative;
	background:url(../img/bg-map.jpg) no-repeat 0 0;
}
#content div.map h3{
	margin:17px 0 0;
	padding:0 18px 0 0;
	font-size:12px;
	line-height:15px;
	float:right;
	text-align:right;
	width:110px;
}
#content div.map ul.navigation{
	float:left;
	width:127px;
	padding:0 0 0 2px;
	margin:14px 0 0;
	list-style:none;
}
#content div.map ul.navigation li{
	width:100%;
	padding:7px 0 0;
	float:left;
}
#content div.map ul.navigation li a{
	 display:block;
	 width:103px;
	 line-height:26px;
	 font-size:13px;
	 font-weight:bold;
	 color:#d4141a;
	 text-decoration:none;
	 padding:0 0 0 24px;
}
#content div.map ul.navigation li.active a,
#content div.map ul.navigation li a:hover{
	color:#fff;
	background:url(../img/bg-navigation.gif) no-repeat 0 0;
}
#content div.map ul.city{
	position:absolute;
	z-index:10;
	margin:0;
	top:25px;
	left:157px;
	height:257px;
	list-style:none;
	width:285px;
	padding:0;
}
#content div.map ul.city a{
	float:left;
	font-size:11px;
	color:#4f76a8;
	font-weight:bold;
	text-transform:uppercase;
	outline:none;
	text-decoration:none;
	cursor:pointer;
	background:url(../img/bg-dotted.png) no-repeat -9999px -9999px;
	padding:12px 0 0;
	line-height:14px;
	position:absolute;
}
#content div.map ul.city a em{
	visibility:hidden;
	font-style:normal;
}
#content div.map ul.city li.active a em,
#content div.map ul.city a:hover em{
	visibility:visible;
}
#content div.map ul.city a span{
	width:12px;
	height:12px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -4px;	
	display:block;
	background: url(../img/bg-dotted.png) no-repeat 0 0;
}
#content div.map ul.city a.lille{top:8px; left:136px;}
#content div.map ul.city a.strasbourg{top:64px; left:210px;}
#content div.map ul.city a.paris{top:58px; left:130px;}
#content div.map ul.city a.nantes{top:99px;left:36px;}
#content div.map ul.city a.lyon{top:154px;left:174px;}
#content div.map ul.city a.toulouse{left:88px; top:216px;}
#content div.map ul.city a.marseille{left:158px; top:211px;}
#content div.map ul.city a.rennes{
	left:37px;	
	top:64px;
	padding:0 0 14px 0;
}
#content div.map ul.city a.rennes span{
	top:auto;
	bottom:0;
}
#content div.about-city{
	width:100%;
	margin:2px 0 0;
	overflow:hidden;
	background:url(../img/bg-about-city.gif) repeat-y -473px 0;
}
#content div.box-bottom,
#content div.box-top{
	width:100%;
	overflow:hidden;
}
#content div.about-city div.box-top{
	background:url(../img/bg-about-city.gif) no-repeat 0 0;
}
#content div.about-city div.box-bottom{
	background:url(../img/bg-about-city.gif) no-repeat -946px 100%;
}
#content div.about-city ul.link{
	float:left;
	margin:13px 0 0;
	list-style:none;
	padding:0 0 0 21px;
	width:226px;
}
#content div.about-city ul.link li{
	float:left;
	padding:1px 0;
	width:100%;
	line-height:22px;
	font-weight:bold;
	font-size:11px;
}
#content div.about-city ul.link a{
	float:left;
	background:url(../img/ico-contact.gif) no-repeat 0 0;
	text-decoration:none;
	padding:0 0 0 25px;
	color:#042b59;
}
#content div.about-city ul.link a:hover{
	text-decoration:underline;
}
#content div.about-city ul.link a.contact{
	background-position:0 0;
}
#content div.about-city ul.link a.meeting{
	background-position:0 -22px;
}
#content div.about-city ul.link a.plan{
	background-position:0 -44px;
}
#content div.about-city div.hide{
	 display:none;
}
#content div.about-city div.city{
	width:100%;
	padding-bottom:13px;
	overflow:hidden;
}
#content div.about-city div.text{
	float:left;
	letter-spacing:0;
	width:226px;	
}
#content div.about-city  h3{
	font-size:11px;
	line-height:18px;
	color:#042b59;
	padding:0;
	margin:7px 0 0;
}
#content div.about-city div.text p{
	color:#042b59;
	font-size:11px;
	padding:0;
	line-height:13px;
	font-weight:bold;
	margin:2px 0 0;
}
/*box affected*/
#content div.affected{
	width:100%;
	margin:11px 0 0;
	overflow:hidden;
}
#content div.affected h3{
	font-size:18px;	
	margin:20px 0 0;	
	padding:0 0 0 38px;
	color:#185481;
	background:url(../img/ico-affected.gif) no-repeat 0 50%;
	line-height:24px;
}
#content div.affected h4, h4.blue {
	display: block;
	margin-top: 20px;
	font-size:14px;	
	color:#185481;
}
#content div.affected ul.list{
	display: block;
	padding:0 0 0 10px;
	list-style:none;
	width:380px;
	margin-top: 0px;
}
#content div.affected ul.list li{
	margin:0 0 10px 0;
	line-height:18px;
	font-size:13px;
	padding:0 0px 2px 20px;
	background:url(../img/bg-list.gif) no-repeat 0 2px;
	width:380px;
}
#content div.affected ul.list p{
	margin: 0;
	line-height:15px;
	padding:0 0 2px 0;
	width: 340px;
}
/*leftcol*/
#leftcol{
	float:left;
	width:435px;
}
.home #leftcol {
	width:402px;
}
#content div.block{
	width:100%;
	overflow:hidden;
}
#content p{
	margin:13px 0 0;
	padding:0 0 0 11px;
}
#content.avantages p{
	margin:10px 0 0;
	font-size:14px;
	line-height:17px;
	padding:0 0 25px 7px;
}
#content.home h2{
	border-bottom:1px solid #aec4d7;
}
#content h2.home{
	width:218px;
	height:38px;
	border:0;
	padding:0;
	margin:41px 0 0 8px;
	text-indent:-9999px;
	background:url(../img/txt-admissionsc.gif) no-repeat 0 0;
}
#content div.info{
	margin:13px 14px 0 0;
	display:inline;
	float:right;
	width:252px;
	background:url(../img/bg-info.gif) no-repeat 0 0;
}
#content div.info p{
	margin:0;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	line-height:15px;
	padding:6px 0 7px 26px;
	text-align:center;
	background:url(../img/bg-info.gif) no-repeat -252px 100%;
}
#content ul.offer{
	width:472px;
	overflow:hidden;
	margin:0;
	padding:0px;
	list-style:none;
}
#content ul.offer li{
	width:100%;
	color:#185481;	
	font-size: 12px;
	font-weight: bold;
	margin:7px 0 0;
	float:left;
	background:url(../img/bg-offers.gif) repeat-y 0 0;
}
#content ul.offer div.top{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-offers.gif) no-repeat -472px 0;
}
#content ul.offer div.bottom{
	width:472px;
	overflow:hidden;
	padding:8px 0 8px 2px;
	background:url(../img/bg-offers.gif) no-repeat -944px 100%;
	text-align: center;
}
#content ul.offer span{
	font-size:12px;
}
/*footer*/
#footer{
	width:100%;
	margin:20px 0 0;
	overflow:hidden;
}
#footer p{
	text-align:right;
	font-size:11px;
	word-spacing:3px;
	color:#a2cae9;
	margin:10px 30px 0 0;
	line-height:18px;
}
#footer a{
	color:#a2cae9;
}
/*prestation_honoraires.html*/
/*box simulation*/
#content div.simulation{
	width:379px;
	margin:67px 0 0 18px;
	overflow:hidden;
}
#content div.simulation p{
	font-size:11px;
	line-height:13px;
	padding:0;
	margin:10px 0 0; 
}
#content div.simulation div.box-body{
	background:url(../img/bg-simulation.gif) repeat-y -379px 0;
	width:100%;
	overflow:hidden;
}
#content div.simulation div.box-top{
	background:url(../img/bg-simulation.gif) no-repeat 0 0;
}
#content div.simulation div.box-bottom{
	background:url(../img/bg-simulation.gif) no-repeat -758px 100%;
	min-height:511px;
}
* html #content div.simulation div.box-bottom{
	height:511px;
	overflow:visible;
}
#content div.simulation h3{
	margin:0;
	font-size:14px;
	color:#fff;
	line-height:24px;
	padding:9px 0 0 17px;
}
#content ul.calculation{
	width:339px;
	margin:26px 0 0 20px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#content ul.calculation li{
	width:100%;
	float:left;
	border-top:1px solid #6e99d2;
	margin:-1px  0 0;
	padding:16px 0 15px;
}
#content ul.calculation li.seen{
	 padding-top:23px;
}
#content ul.calculation li.last{
	border:0;
}
#content ul.calculation label{
	width:155px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#185481;
	line-height:15px;
	padding:0 13px 0 20px;
	float:left;
}
#content ul.calculation label.width{
	line-height:19px;
	padding-left:0;
	width:175px;
}
#content ul.calculation li.seen label.width{
	line-height:39px;
}
#content ul.calculation div.bg-input{
	float:left;
	width:145px;
	height:28px;
	background:url(../img/bg-input.gif) no-repeat 0 0;
}
#content ul.calculation div.white{
	background-position:-145px 0;
	height:36px;
}
#content ul.calculation input.text{
	background:none;
	border:0;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:5px 5px 5px 5px;
	color:#fff;
	height:18px;
	width:135px;
}
#content ul.calculation div.white input.text{
	height:22px;
	color:#628ec8;
	font-size:18px;
	padding:7px 5px 7px 0; 
}
#content ul.calculation p{
	float:left;
	width:173px;
	padding:0 28px 0 0;
	margin:-3px 0 0;
	text-align:right;
}
#content ul.calculation input.submit{
	width:133px;
	height:45px;
	float:left;
	overflow:hidden;
	cursor:pointer;
	border:0;
	background:url(../img/bg-input.gif) no-repeat -290px 0;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
/*container*/
#content div.container{
	padding:0 0 0 36px;
	position:relative;
	margin:-15px -30px 0 0;
	width:430px;
	overflow:hidden;
}
#content div.container h3{
	background:url(../img/bg-container-title.gif) no-repeat 0 0;
	font-size:14px;
	margin:25px 0 0;
	line-height:32px;
	font-weight: bold;
	color:#185481;
	padding:0 0 6px 16px;
}
#content div.container h4{
	margin-bottom: 10px;
	font-size:12px;
	font-weight:bold;
	color:#185481;
}
#content ul.list{
	display: block;
	margin:0px 20px 20px 23px;
	padding:0;
	list-style:none;
}
#content ul.list li{
	margin:0 0 10px 0;
	line-height:18px;
	font-size:13px;
	padding:0 0px 2px 20px;
	background:url(../img/bg-list-leftcol.gif) no-repeat 0 4px;
	width:380px;
}
#content ul.list p{
	margin: 0;
	line-height:15px;
	padding:0 0 2px 0;
	width: 365px;
	text-align: justify;
}
/*avantages_modalites.html*/
#content ul.contract{
	position:relative;
	margin:0 -50px 0 12px;  
	padding:17px 0 ;
	list-style:none;
	width:457px;
	 
}
#content ul.contract li{
	float:left;
	margin:10px 0 0;
	background:#e6e7e8 url(../img/bg-contract.gif) no-repeat 0 0;
	width:100%;
}
#content ul.contract p{
	margin:0;
	color:#185481;
	background:url(../img/bg-contract.gif) no-repeat -457px 100%;
	padding:6px 10px 8px 11px;
}
/*center*/
#content div.center{
	width:396px;
	float:right;
	position:relative;
	margin:0 -14px 0 0;
	overflow:hidden;
}
#content div.center h3{
	padding:2px 0 6px 1px;
}
#content div.center div.image{
	width:100%;
	overflow:hidden;
	margin:1px 0 0;
}
#content div.center p{
	 padding:0 8px 26px 0;
	 margin:5px 0 0;
	 text-align:center;
}
/*qui.html*/
#content div.text{
	letter-spacing:1px;
}
#content div.text h2{
	padding-left:4px;
	padding-top:5px;
}
#content div.text p{
	 font-size:12px;
	 line-height:14px;
	 padding:4px 0 0 1px;
}
#content div.text div.text-block{
	width:100%;
	overflow:hidden;
	padding-bottom:25px;
}
#content div.text ul.list{
	margin:16px 0 0 7px;
}
#content div.text ul.list li{
	padding-bottom:0;
	line-height:15px;
}
/*photos*/
#content ul.photos{
	width:204px;
	overflow:hidden;
	margin:25px 0 0;
	padding:0;
	position:relative;
	list-style:none;
}
#content ul.left-part{
	float:left;
	display:inline;
	margin-left:-12px;
}
#content ul.right-part{
	float:right;
	display:inline;
	padding-top:1px;
	margin-right:5px;
}
#content ul.photos li{
	width:100%;
	overflow:hidden;
	padding:2px 0 0;
	float:left; 
}
/*statut.html*/
#content div.statut{
	width:855px;
	overflow:hidden;
	position:relative;
	letter-spacing:1px;
	margin:7px 0 0 20px; 
}
#content div.statut a.print{
	position:absolute;
	top:28px;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	padding:0 0 0 26px;
	background:url(../img/btn-print.gif) no-repeat 0 0;;
	color:#2e2e2e;
	text-decoration:none;
	right:17px;
}
#content div.statut a.print:hover{
	text-decoration:underline;
}
#content div.statut h2{
	padding:0 0 16px 19px;
}
#content div.statut h4{
	margin:0;
	font-size:11px;
	padding:0 0 0 20px;
}
#content div.statut p{
	margin:12px 0 0;
	padding:0 50px 0 20px;
	font-size:11px;
	line-height:13px;
}
#content div.statut div.box{
	width:100%;
	padding:10px 0 14px;
	overflow:hidden; 
}
#content div.statut div.gray{
	background:#e6e7e8;
}
#content div.statut ul{
	overflow:hidden;
	margin:14px 0 0;
	list-style:none;
	padding:0 50px 0 20px;
}
#content div.statut ul li{
	font-size:11px;
	padding:0;
	text-indent:9px;
	background:url(../img/bg-status-list.gif) no-repeat 0 7px;
	line-height:13px;
}
/*10_points.html*/
#content div.points{
	width:904px;
	letter-spacing:1px;
	margin:0 0 0 -4px;
	overflow:hidden;
}
#content div.points div.title{
	width:100%;
	padding-bottom:21px;
	overflow:hidden;
	background:url(../img/bg-title.gif) no-repeat 0 100%;
}
#content div.points div.title strong{
	float:left;
	width:38px;
	padding:0 5px 0 0;
	height:39px;
	line-height:39px;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	margin:29px 0 0 18px;
	background:url(../img/bg-title-str.gif) no-repeat 0 0;
	overflow:hidden;
}
#content div.points div.title h2{
	float:left;
	padding:2px 0 0 11px;
	width:380px;
}
#content div.tabs{
	float:left;
	display:inline;
	overflow:hidden;
	margin:25px 0 0 20px;
	padding:4px 0 0;
}
#content div.tabs ul{
	margin:0 0 0 -2px;
	display:inline;
	float:left;
	padding:0;
	list-style:none;
}
#content div.tabs ul li{
	float:left;
	padding:0 0 0 2px;
	background:url(../img/bg-tabs.gif) repeat-x 0 100%;
}
#content div.tabs ul li a{
	display:block;
	width:40px;
	line-height:33px;
	position:relative;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	background:url(../img/bg-tabs-link.gif) no-repeat -42px -4px;
	text-align:center;
}
#content div.tabs ul li.ui-tabs-selected a,
#content div.tabs ul li a:hover{
	margin:-4px 0 0;
	line-height:37px;
	font-size:22px;
	background:url(../img/bg-tabs-link.gif) no-repeat 0 0;
}
#content div.ui-tabs-hide{
	display:none;
}
#content div.tabs-content{
	float:left;
	width:100%;
	background:url(../img/bg-tabs-content.gif) repeat-y -904px 0;
}
#content div.tabs-content div.box-top{
	background:url(../img/bg-tabs-content.gif) no-repeat 0 0;
}
#content div.tabs-content div.box-bottom{
	width:847px;
	padding:6px 40px 20px 17px;
	min-height:466px;
	background:url(../img/bg-tabs-content.gif) no-repeat -1808px 100%;
}
* html 		#content div.tabs-content div.box-bottom{
	height:466px;
	overflow:visible;
}
#content div.tabs-content h2{
	padding-bottom:0;
	margin-bottom:-2px;
}
#content div.tabs-content p{
	font-size:14px;
	margin:16px 0 0;
	line-height:18px;
	padding:0 0 0 9px;
}
#content div.tabs-content ul{
	margin:-2px 0 0 22px;;
	padding:0;
	list-style:none;
}
#content div.tabs-content ul li{
	font-size:14px;
	line-height:17px;
	padding:0 0 0 13px;
	background:url(../img/bg-tabs-content-list.gif) no-repeat 0 6px;
}
/*contact.html*/
/*contact*/
#content div.contact{
	overflow:hidden;
	letter-spacing:1px;
	width:323px;
	margin:0 0 0 -20px;
}
#content div.contact h2{
	background:#eff7fb;
	margin:7px 0 0;
	padding:21px 0 14px 57px;
}
#content div.contact div.box{
	width:100%;
	overflow:hidden;
	padding:14px 0 20px 0;
	background:#fbfdfe;
}
#content div.contact div.blue{
	background:#eff7fb;
}
#content div.contact p{
	margin:0;
	font-size:11px;
	line-height:13px;
	color:#185481;
	padding:0  0 0 57px;
}
/*contact-form*/
#content div.contact-form{
	width:578px;
	overflow:hidden;
	position:relative;
	margin:0 0 0 -180px;
}
#content div.contact-form form{
	margin-left: 10px;
	padding-top: 5px;
}
#content div.contact-form h3{
	color:#2e2e2e;
	line-height:19px;
	border-bottom:1px solid #cfcfcf;
	padding:5px 100px 14px 6px;
}
#content ul.contact-form{
	margin:6px 0 0;
	padding:0;
	float:left;
	width:100%;
	list-style:none;
}
#content ul.contact-form li{
	width:100%;
	padding:3px 0;
	float:left;
}
#content ul.contact-form div.left{
	float:left;
	width:133px;
}
#content ul.contact-form div.right{
	float:right;
	width:445px;
}
#content ul.contact-form label{
	display:block;
	font-size:12px;
	margin:8px 0 0;
	line-height:18px;
	font-weight:bold;
}
#content ul.contact-form div.left label{
	padding:3px 20px 3px 0;
	margin:0;
	text-align:right;
}
#content ul.contact-form div.select{
	margin:7px 0 0 1px;
	padding-bottom:21px;
}
#content div.select{
	width:183px;
	height:30px;
}
#content div.select span{
	display:block;
	width:142px;
	text-align:right;
	padding:0 41px 0 0;
	line-height:30px;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	height:30px;
	background:url(../img/bg-contact-form.gif) no-repeat 0 0;
}
#content div.select ul{
	position:absolute;
	width:181px;
	border:1px solid #cfcfcf;
	margin:0;
	top:30px;
	left:0;
	padding:0;
	list-style:none;
	background:#ededed;
	display:none;
}
#content div.select ul li{
	width:100%;
	padding:0;
	float:left;
}
#content div.select ul a{
	line-height:30px;
	font-size:12px;
	line-height:24px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:140px;
	text-align:right;
	padding:0 41px 0 0;
}
#content div.select ul a:hover{
	 background:#eff7fb;
}
#content ul.contact-form div.bg-input{
	width:257px;
	height:23px;
	background:url(../img/bg-contact-form.gif) no-repeat -183px 0;
}
#content ul.contact-form input.text{
	float:left;
	border:0;
	height:18px;
	background:none;
	width:247px;
	color:#2e2e2e;
	padding:2px 5px 3px;
	font:bold 12px Arial, Helvetica, sans-serif;
}
#content ul.contact-form ul.radio{
	overflow:hidden;
	margin:12px 0 -2px 0;
	padding:0;
	width:100%;
	list-style:none;
}
#content ul.contact-form ul.radio li{
	width:auto;
	padding:0 0 0 2px;
}
#content ul.contact-form input.radio{
	width:15px;
	height:15px;
	float:left;
	margin:2px 0 0;
}
#content ul.contact-form ul.radio label{
	float:left;
	font-weight:normal;
	margin:0;
	padding:0 12px 0 6px;
	width:auto;
}
#content ul.contact-form span.require{
	font-size:10px;
	line-height:14px;
	display:block;
	padding:0 0 5px 23px;
	margin:7px 0 0;
}
#content ul.contact-form input.submit{
	float:left;
	width:156px;
	border:0;
	margin:18px 0 0;
	cursor:pointer;
	letter-spacing:1px;
	padding:0 0 2px 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#626262;
	height:34px;
	background:url(../img/bg-contact-form.gif) no-repeat -440px 0;
}

select.cont {
	width: 250px;
}

.ligneFormIns {
	margin-bottom: 2px;
}

.ligneFormCheck {
	margin-left: 20px;
}

.labFormIns {
	display: inline-block;
	width: 130px;
	font-weight: bold;
	margin-left: 20px;
}

.labFormCont {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	margin-left: 20px;
}

.ligneFormIns input {
	border-color: #aec4d7;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-weight: bold;
	width: 240px;
}

.ligneFormIns textarea {
	border-color: #aec4d7;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-weight: bold;
}

.ligneFormIns select {
	border-color: #aec4d7;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-weight: bold;
	width: 243px;
}

.ligneFormInsSep {
	border-bottom:1px solid #aec4d7;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	background: url('/public/img/bg-list.gif') 0px 2px no-repeat;
	text-indent: 15px;
	padding-bottom: 2px;
	color: #185481;
}

.needed {
	margin-left: 2px;
	color: #c7040c;
}

h2.bulle1 {
	background: url('/public/img/bulle1.png') no-repeat;
	padding-top: 2px;
	text-indent: 25px;
	margin-left: 5px;
}

h2.bulle2 {
	background: url('/public/img/bulle2.png') no-repeat;
	padding-top: 2px;
	text-indent: 25px;
	margin-left: 5px;
}

h2.bulle3 {
	background: url('/public/img/bulle3.png') no-repeat;
	padding-top: 2px;
	text-indent: 25px;
	margin-left: 5px;
}

h2.bulle4 {
	background: url('/public/img/bulle4.png') no-repeat;
	padding-top: 2px;
	text-indent: 25px;
	margin-left: 5px;
}

.ulBulle {
	list-style:none;
}

.ulBulle li {
	margin-bottom: 15px;
	font-weight: bold;
}

.norma {
	font-weight: normal;
}

.formForm {
	padding-top: 20px;
}

.ligneForm {
	padding-bottom: 3px;
	align: top;
}

.ligneFormDouble {
	padding-bottom: 3px;
	align: top;
}

.ligneForm input {
	width: 200px;
	font:bold 11px/20px Arial,Helvetica,sans-serif;
}

.ligneForm textarea {
	width: 200px;
	height: 100px;
	font:bold 11px/20px Arial,Helvetica,sans-serif;
}

.ligneForm select {
	width: 206px;
	font:bold 11px/20px Arial,Helvetica,sans-serif;
}

.labFormForm {
	display: inline-block;
	width: 100px;
	vertical-align : top;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.select1 {
	width: 130px;
	font:bold 11px/20px Arial,Helvetica,sans-serif;
}

.select2 {
	width: 160px;
	font:bold 11px/20px Arial,Helvetica,sans-serif;
}