@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}

body {
	text-align:left;
	color:#666666;
	background-image: url(../images/fond2.png);
	background-color: #A7C6FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 19px;
	margin-bottom:0;
	margin-top:0;
}

h2 {
	font-size:12px;
	font-style:italic;
	margin-bottom:14px;
	margin-top:7px;
	text-align:right;
}

h3 {
	font-size:12px;
	margin-bottom:14px;
	margin-top:7px;
	text-align:left;
	color: #333;
}

a img{
	text-decoration: none;
	border: none;
	outline-style:none;
}

a {
	text-decoration:none;
	color:#333333;
	outline-style:none;
}

a:hover {
	text-decoration: none;
	color:#06C
}

#page_conteneur {
	width: 877px;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../images/bordure.png);*/
	margin-top: -15px;
}

#conteneur {
	margin-left: 14px;
	margin-right: 11px;

}

#menu {
	background-image:url(../images/menu.png);
	width: 851px;
	height: 35px;
}

#header {

}

#content_header {
}

#header_haut {
	background-image:url(../images/header_haut.png);
	height: 240px;
}

#header_bas {
	background-image:url(../images/header_bas.png);
	height: 88px;
}

#content {
	background-image:url(../images/content.png);
	height: 383px;
}

#content_diapo {
	width: 310px;
	height: 355px;
	padding-left: 15px;
	padding-top: 7px;
	float: left;
}

#content_info {
	float: left;

}


#footer {
	background-image:url(../images/trait.png);
	height: 53px;
	padding-top: 1px;
	background-repeat: no-repeat;
}

#footer_content {
	background-color:#a7c6ff;
	height: 50px;
	margin-top: 3px;
}

.menu_langue {
	float:right;
	left:-10px;
	position:relative;
	top:-25px;
}


