/* Balises, classes génériques */
/* template avec  LAST */
body{
	font-size:65%;
	margin:0;
}
body *{
	font-family:arial,tahoma, 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;
}

legend{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
.noBorder{
	border:none;
}
.center{
	text-align:center;
}
.italic{
	font-style:italic;
}
.hidden{
	position:absolute;
	left:-1500px;
	top:0;
	visibility:hidden;
}
.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;
}
fieldset{
	border:none;
}
caption{
	display:none;
}




	


/* proprietes communes et taille de typos specifiques au site */
body{
	background:#0b345c url("../img/bg_body.gif") repeat-x left top;
	color:#687072;
	padding-bottom:20px;
}
h2,h3,h4{
	font-size:1.3em;
}
h1{
	font-size:1.8em;
}
p{
	padding-bottom:7px;
}
a{
	color:#515458;
}
	
	/* conteneur */
	#conteneur {
		width:900px;
		margin: 0 auto;
	}

.txtL{text-align:left;}
.txtC{text-align:center;}
.txtR{text-align:right;}

.bold{font-weight:bold;}

.size30{width:30%;}
.size50{width:50%;}

	
.col_1-2,.col_1-4,.col_1-3,.col_2-3,.col_1-5,.col_3-4,.col_1-6,.col_5-6{
	float:left;
}
.col_1 .col_1-6{
	width:136px;
	margin-right:40px;
}
.col_1 .col_5-6{
	width:664px;
}
.col_1 .col_5-6 .col_1-2{
	margin-right:10px;
	width:326px;
}
.col_1 .col_5-6 .col_1-7{
	width:526px;
}
.col_1 .col_5-6 .col_1-8{
	width:606px;
}
.col_1 .col_1-3{
	width:270px;
	margin-right:20px;
	display:inline;
}
.col_1 .col_1-3 .col_1-4{
	width:78px;
}
.col_1 .col_1-3 .col_3-4{
	width:190px;
}
.col_1 .col_2-3{
	width:226px;
	margin-right:20px;
}
.col_1 .col_1-5{
	width:183px;
	margin-right:30px;
}
.col_1 .col_1-2{
width:49%; float:left;
}



.cols{
	width:100%;
}
.col{
	width:100%;	
}
.col_1{
	width:100%;	
	clear:both;
}

.ovr_lien_bloc_mav {line-height:1em; display:block; padding-top:5px;}

