body{
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
}

#bandeau_top{
	width:100%
	height:25px;
	background-color:#c5c7c2;
}



#principal {
	width:990px;
	margin:0 auto;
	padding-top:20px;

	
}

#left{
	float:left;
	width:250px;

}

#illus_left{

	margin-top:70px;
	padding-left:30px;
	font-size:85%;


}



#logo{
	background-image: url(../imgs/logos/jometri.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:220px;
	height:80px;
	cursor:pointer;
}
  
a.lienlogo{
	text-decoration:none;
	color:#FFFFFF;

}

#logo h1{
	text-indent:-3000px;
}

#right{
	float:left;
	width:720px;
	

}



a{
	text-decoration:underline;
	color:#3C0F0C;
}

a:hover{
	text-decoration:none;

}

#illustration_top{
	margin-top:20px;

	
}



#bloc_1{
	background-image: url(../imgs/bg/bg_accroche_1.jpg);
	background-repeat: no-repeat;
	background-position: -3px -0px;
	padding-top:10px;
	padding-left:20px;
	width:400px;
	float:left;
	text-align:justify;


}

p{
	line-height: 17px;	

}
#bloc_1 h1{
	font-weight: normal;
	color:#4A4A4A;
	font-size:20px;
	letter-spacing: 0.7px;
	line-height:20px;
}

#bloc_1 h2{
	font-weight: normal;
	color:#686666;
	font-size:18px;
	letter-spacing: 0.5px;
	line-height:18px;
	
}


#bloc_2{
	/*background-image: url(../imgs/bg/bg_bloc_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	margin-top:50px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:18px;
	padding-left:18px;
	margin-right:15px;
	font-size:90%;
	width:190px;
	text-align:justify;
	float:right;
	background-color:#F3F3F3;
	line-height: 15px;
}


.obligatoire{
	font-size:120%;
	color:#433433;

}

.clear{
	clear:both;

}

#footer{
	clear:both;
	width:100%
	height:30px;
	background-color:#c5c7c2;
	text-align:center;
}
#footer li{
	display:inline;
	list-style-type: none;
	padding-right:8px;
}
#footer a{
	color:#4A4A4A;
	font-size: 12px;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: none;
}
#footer a:hover{
	color:#3d0e0b;
	font-size: 12px;
	text-decoration: none;
}

.contour{
	padding:7px;
	background-color:#FFFFFF;
	border: 1px solid #E1E1E1;
}


.contour_2{
	padding:1px;
	background-color:#FFFFFF;
	border: 1px solid #ECECEC;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:180px;
		height:230px;
		font-size:85%;
		overflow:hidden; 
		}
	span#prevBtn{text-decoration:none;}
	span#nextBtn{}					

/* // Easy Slider */


