/*******************************************/
/********** DÉCOUPE CASCADA.FR V3 **********/
/********** BY WEBAZ.ORG *******************/
/*******************************************/

html , body {
text-align: center;
margin : auto;
padding : 0;
background : #190117 url('/images/fond.png') repeat-x top;
}

.clear {
clear: both;
}





/******************** LIENS ********************/ 

a {
color : #240121;
}

a:hover {
color : #240121;
}

#header_bas .texte a {
color: #240121;
font-weight: bold;
text-decoration: none;
}

#header_bas .texte a:hover {
color: #240121;
font-weight: bold;
text-decoration: none;
}

#menu_haut ul { 
list-style-type : none;
margin: 0;
padding: 2px 60px 0 60px;
}

#menu_haut li { 
float : left;
}

#menu_haut li a {
padding: 9px 6px 9px 6px;
display : block;
color : #FFFFFF;
text-decoration: none;
font-weight:bold;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
float: left;
}

#menu_haut li a:hover { 
color : #FFFFFF;
background : url('/images/menu_haut_hover.png') repeat-x;
text-decoration: none;
}

#menu_haut li img {
position: relative;
top: 4px;
}

#footer a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

#footer a:hover { 
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}

/******************** LIENS ********************/ 





/******************** DESIGN ********************/ 

#global {
text-align: left;
margin: auto;
width: 960px;
}

	#header {
	height: 144px;
	position: relative;
	}

		#header form {
		margin: 0;
		position: absolute;
		top: 12px;
		right: 12px;
		}

			#header form select {
			border: none;
			padding: 0;
			background: none;
			color: #FFFFFF;
			}
	
	#header_bas {
	height: 49px;
	margin: 0;
	background : url('/images/header_bas.jpg') no-repeat;
	position: relative;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

		#header_bas .texte {
		width: 300px;
		margin: 0;
		color: #240121;
		font-size: 11px;
		position: absolute;
		left: 124px;
		top: 2px;
		}

		#header_bas .radio {
		width: 217px;
		height: 39px;
		margin: 0;
		position: absolute;
		right: 117px;
		}

	#menu_haut {
	height: 36px;
	background : url('/images/menu_haut.png') no-repeat;
	font-size: 12px;
	}

	#sous_menu_haut {
	height: 35px;
	background : url('/images/sous_menu_haut.png') no-repeat;
	color: #543a52;
	font-size: 11px;
	font-weight: bold;
	}

	#container_fond {
	background : url('images/container_fond.png') repeat-y;
	padding: 0 38px 0 38px;
	}

	#footer {
	height: 109px;
	background : url('images/footer.jpg') no-repeat;
	margin-bottom: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

		#footer p {
		margin: 0;
		color: #FFFFFF;
		padding: 56px 60px 0 60px;
		text-align: center;
		font-weight: bold;
		}

/******************** DESIGN ********************/