@charset "utf-8";
/* TAGS HTML */
body{
	color: #333333;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

img{
	border: none;
}

h1, h2, h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
}

p{
	margin: 0px;
	text-align: justify;
}

a{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #FF6600;
}

input, select, textarea{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* DIV de structure */
#container{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 0px auto;
	width: 970px;
}

#header{
	width: 970px;
	margin: 0px;
}

#centre{
	clear: both;
	width: 970px;
}

#footer{
	clear: both;
	width: 970px;
}

/* Div #header */
#banniere{
	width: 970px;
	margin: 0px;
	height: 150px;
	position: relative;
}

#menu1{
	position: absolute;
	z-index: 20;
	top: 122px;
	left: 240px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu1 li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#langue{
	width: 970px;
	height: 24px;
	margin: 0px;
	clear: both;
	position: relative;
}

#drapeaux{
	position: absolute;
	z-index: 20;
	left: 792px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#drapeaux li{
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 0px;
}

#menu2{
	clear: both;
	height: 29px;
	width: 970px;
	margin: 0px;
	background-image: url(../images/main/bgmenu2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#menu2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu2 ul li{
	margin: 0px;
	float: left;
	height: 29px;
}

#menu2 ul li a{
	display: block;
	height: 29px;
	line-height: 29px;
	padding: 0px 6px;
	border-right: 1px solid #505050;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	-width: 200px;
	text-align: center;
	background-image: url(../images/main/bgmenu2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#menu2 ul li a:hover{
	background-image: url(../images/main/bgmenu2-over.jpg);
}

/* Div #footer */
#menu_bas{
	background-image: url(../images/main/bgfooter.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 23px;
}

#menu_bas p{
	margin: 0px;
	height: 23px;
	line-height: 23px;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

#menu_bas p a{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#menu_bas p a:hover{
	color: #FF6600;
}

#creafr{
	text-align: center;
	padding: 5px 0px;
}

#creafr a{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}