/* Start of CMSMS style sheet 'eukem-css' */
@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#030303;
	font-size:12px;
}

h1{
	font-size:14px;
	color:#d5483a;
}

.globale{
	width:1000px;
	margin:auto;
}
.header{
	width:1000px;
	height:80px;
	position:relative;
}
	.header .logo{
		padding-top:10px;
		margin-left:-20px;
	}
	.header .menu{
		position:absolute;
		left:200px;
		bottom:39px;
		font-size:14px;
		color:#1d238c;
	}
		.header .menu a{
			color:#1d238c;
			text-decoration:none;
		}
		.header .menu a{
			
		}
		.header .menu .menu_on{
			border-bottom:2px solid #d5483a;
		}
		.header .menu .menu_off:hover{
			border-bottom:2px solid #d5483a;
		}
	.header .langues{
		position:absolute;
		right:0px;
		bottom:35px;
	}

.centre .gauche{
	float:left;
	width:150px;
	height:340px;
}
	.centre .gauche .search{
		margin-top:20px;
		margin-left:10px;
		padding-bottom:5px;
		border-bottom:1px solid #d5483a;
		width:125px;
	}
	.centre .gauche .search input[type=text] {
		width:120px;
		color:#a6a6a7;
		font:Arial, Helvetica, sans-serif;
		font-size:11px;
		border:0;
	}
	.centre .gauche .search input[type=image] {
		margin-top:5px;
	}
.centre .contenu{
	position:relative;
	float:left;
	width:533px;
	min-height:340px;
	padding:3px;
	padding-top:0px;
	text-align:justify;
}
.centre .contenu .footer{
	margin-top:6px;
	width:100%;
	height:30px;
	border-top:1px solid #d5483a;
	padding-top:3px;
	font-size:11px;
}
	.centre .contenu .footer a{
		color:#030303;
		text-decoration:none;
	}
	.centre .contenu .footer a:hover{
		color:#030303;
		text-decoration:underline;		
	}

.centre .contenu_interieur{
	position:relative;
	float:left;
	width:523px;
	min-height:340px;
	padding:8px;
	padding-top:0px;
	text-align:justify;
}
.centre .contenu_interieur .footer{
	margin-top:6px;
	width:100%;
	height:30px;
	border-top:1px solid #d5483a;
	padding-top:3px;
	font-size:11px;
}
	.centre .contenu_interieur .footer a{
		color:#030303;
		text-decoration:none;
	}
	.centre .contenu_interieur .footer a:hover{
		color:#030303;
		text-decoration:underline;		
	}

	
.centre .image{
	float:left;
	width:170px;
	height:340px;
}
.centre .droite{
	float:left;
	width:141px;
	height:340px;
}


.images_inside img { 
display: block; 
width: 170px; 
height: 112px; 
border-bottom: solid 2px white; 
}

/* End of 'eukem-css' */

