BODY { 
	padding:0px; 
	border:0px; 
	margin:0px; 
		
	font-family:Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#444444;
	line-height:19px;
	
	background-color:#EEE;
}


@font-face {
	font-family:'lato_black';
	src:url('polices/lato-black.eot');
	src:url('polices/lato-black.eot?#iefix') format('embedded-opentype'),
		 url('polices/lato-black.woff') format('woff'),
		 url('polices/lato-black.ttf') format('truetype'),
		 url('polices/lato-black.svg#latoblack') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'lato_light';
	src:url('polices/lato-light.eot');
	src:url('polices/lato-light.eot?#iefix') format('embedded-opentype'),
		 url('polices/lato-light.woff') format('woff'),
		 url('polices/lato-light.ttf') format('truetype'),
		 url('polices/lato-light.svg#latolight') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'lato_regular';
	src:url('polices/lato-regular.eot');
	src:url('polices/lato-regular.eot?#iefix') format('embedded-opentype'),
		 url('polices/lato-regular.woff') format('woff'),
		 url('polices/lato-regular.ttf') format('truetype'),
		 url('polices/lato-regular.svg#latoregular') format('svg');
	font-weight:normal;
	font-style:normal;
}


/* GENERAL */

div.titre_general {
	margin:0px;
	padding:0px;
	font-weight:normal;

	color:#FFF;
	font-size:22px;
}

h2, h1 {
	width:585px;
	line-height:22px;
	
	margin:0px;
	padding:0px;

	font-family:'lato_light';
	color:#5289c2;
}

h3 {
	margin:0px;
	padding:0px;
	margin-bottom:20px;

	font-family:'lato_light';
	font-size:18px;
}

form {
	margin:0px;
	padding:0px;
}

.bloc_clear {
	_clear:both;
	line-height:1px;
}

.bas_ie6 {
	display:none;
	_border:1px solid #FFF;
	_display:block;
}

a {
	text-decoration:none;
	transition:all 0.3s linear;
}

a:hover {
	text-decoration:underline;
}

/* --- SLIDER --- */

#slider {
	width:900px;
	height:250px;
	margin-left:0px;
	margin-bottom:30px;
}

#slider .slide {
	width:900px;
}

/* ZONE SITE */

#head {
	position:relative;
	height:210px;
	
	background-color:#FFF;
	
	background-image:url(images/skin_head.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#body {
	background-color:#FFF;
}

#footer {
}


/* HEAD */ 

#head .warp {
	width:898px;
	height:216px;
	
	margin:0px auto;
}

#head .image_fond {
}

#head .logo {	
	height:140px;
}

#head .logo a {
	display:block;
	height:100%;
}

#head .logo img {
	display:none;
}

#head .accroche {
	display:none;
}

/* --- MENU --- */

#head .menu {
	position:absolute;	
		
	width:900px;
	height:30px;
	bottom:3px;
	padding-left:0px;
}

/*#head .left,
#head .right,
#head .center {
	float:left;
}*/

#head .left,
#head .right {
	display:none;
}

#head .menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	
	padding-top:0px;
		
	clear:both;
}

#head .menu ul li {
	display:inline-block;
	
	*float:left;
	*margin:auto;
}

#head .menu ul li + li {
}

#head .menu ul li a {
	display:block;
	
	height:30px;
	line-height:30px;
	padding:0px 10px;
	
	font-family:'lato_light';
	text-align:center;
	font-size:18px;
	color:#AAA;
}

#head .menu ul li.last {
}

#head .menu ul li a:hover {
	text-decoration:none;
	color:#1676da;
}

#head .menu ul li a.actif {
	text-decoration:none;
	color:#1676da;
	border-bottom:3px solid #1676da;
}

/* BODY */

#body .warp {
	width:898px;
	margin:0px auto;
	padding-top:0px;
}

#body .top,
#body .foot {
	line-height:0px;
	clear:both;
}

#body .titre_page {
	width:898px;
}

#body .titre_page div.titre_general {
	display:none;
}

#body .zone_texte {
	width:898px;
	margin:auto;
}

#body .center {
	padding:0px 0px 0px 15px;
	overflow:hidden;
	padding-bottom:15px;
}

/* COLONNES GAUCHE */

#body .zone_texte .colonne_1_left {
	width:585px;
	text-align:justify;
	
	float:left;
	margin-left:5px;
}

#body .zone_texte .colonne_2_left {
	width:250px;
	margin-left:20px;
	
	text-align:justify;
	float:left;
}

/* PAGINATION */

#sous_menu_pagination {
	margin-bottom:10px;	
}

/* COLONNES DROITE */

#body .zone_texte .colonne_1_right {
	width:585px;
	text-align:justify;
	float:right;
	margin-right:15px;
	_margin-right:7px;
}

#body .zone_texte .colonne_2_right {
	width:250px;
	text-align:justify;
	float:right;
	margin-right:15px;
}

/* FOOTER */

#footer .warp {
	width:898px;
	
	margin:0px auto;
	padding:20px 0px;
	
	font-size:11px;
	color:#777;
	text-align:center;
}

#footer .txt {
	padding:8px;
	font-size:11px;
	text-align:center;
}

#footer .txt a {
}