/* template avec LAST */
body{
	font-size:65%;
	margin:0;
}
body *{
	font-family:"Trebuchet MS",tahoma, arial, sans-serif;
	text-align:left;
}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	line-height:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,a img,abbr,acronym {
	border:0;
}
address,caption,cite,code,dfn,em,th,var ,h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
	padding:0;
	margin:0;
}

label{
	cursor:pointer;
	font-size:1.1em;
}

legend{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin:0 0 7px 0;
}
.display{
	display:block !important;
}
.hidden{
	visibility:hidden;
	position:absolute;
	left:-5000px;
	top:0;
	padding:0 !important;
}
.noBorder{
	border:none;
}
.center{
	text-align:center;
}
.italic{
	font-style:italic;
}
.none{
	position:absolute;
	top:0;
	left:-3000px;
}
.block{
	display:block;
}
.cBoth{
	clear:both;
}

.last{
	margin:0 !important;
}


.both:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .both{
	height:1%;
}
*:first-child+html .both{
	height:1%;
}

.fLeft{
	float:left;
}
.fRight{
	float:right;
}
input,textarea{
	border:0;
	background:none;
	font-size:1.1em;
	display:block;
	width:100%;
}
.c_checkbox input{
	display:inline;
	width:auto;
}
select{

	font-size:1.1em;
	display:block;
	width:100%;
	border:1px solid #cbd2dc;
}
fieldset{
	border:none;
}
caption{
	display:none;
}

/* proprietes communes et taille de typos specifiques au site */
body{
	color:#999;
	padding-bottom:40px;
}
h2,h3,h4{
	font-size:1.3em;
	font-weight:bold;
}
h1{
	font-size:1.8em;
}
p{
	font-size:1.1em;
	margin-bottom:7px;
}
a{
	color:#003366;
}

	/* conteneur */
	.centre {
		width:877px;
		margin: 0 auto;
	}


.col_1-2,.col_1-4,.col_1-3,.col_2-3,.col_1-5{
	float:left;
}

.col_1 .col_1-3{
	width:317px;
	margin-right:30px;
}
.col_1 .col_2-3{
	width:530px;
	margin-right:30px;
}
.col_1 .col_1-5{
	width:183px;
	margin-right:30px;
}
.col_1 .col_1-2{
	width:153px;
	margin-right:10px;
}


.cols{
	width:100%;
}
.col{
	width:100%;
}
.col_1{
	width:100%;
	clear:both;
}

#col1{
	margin-top:-20px;
}
#col2{
	margin-right:0;
}


form .ligne{
	margin-bottom:9px;
}
form .ligne .label,form .champ{
	float:left;
}


.col_1:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .col_1:after{
	height:1%;
}
*:first-child+html .col_1:after{
	height:1%;
}


/* 18/05 */
.optMailing{
	margin-left: 230px;
	width: 220px;
}
.optMailing input{
	display:inline;
	width: auto;
	margin-right: 3px; 
}
/* Fin 18/05 */


/* srctuture global */
	/* conteneur */
	#conteneur{
		margin:0 auto;
		width:992px;
	}

/* Ajout lien niveau 1 plan du site cliquable*/

.lien_plan_du_site, .lien_plan_du_site:hover {
    color : #999;
    text-decoration : none;
}
