@charset "iso-8859-1";

/*** TEMPLATE ************************************************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #fcc719;
	background-image: url(/media/img/bg/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

/*** MAIN CONTAINER ******************************************************************************/
div#main_container {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align: center;
}

/*** HEADER **************************************************************************************/
div#header {
	margin: 16px auto 0 auto;
	padding: 0;
	width: 818px;
}
div#header_gauche {
	float: left;
	margin: 0;
	padding: 0;
	width: 239px;
	height: 191px;
}
div#header_droite {
	float: left;
	margin: 0;
	padding: 0;
	width: 579px;
	height: 191px;
	background-image: url(/media/img/header_droite.jpg);
	background-repeat: no-repeat;
}
div#header_middle {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 818px;
	height: 20px;
	background-image: url(/media/img/bg/header_bg.jpg);
	background-repeat: repeat-x;
}
div#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 239px;
	height: 75px;
}
/*** MENU ****************************************************************************************/
#menu li { float: left; }
#menu li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 239px;
	height:	29px;
}
/*** BOUTON 1 **********************************************************/
.bt1 a {
	background-image: url(/media/img/boutons/bt1.jpg);
	background-repeat: no-repeat;
}
.bt1 a:hover, .bt1hover a {
	width: 100%;
	height: 100%;
	background-image: url(/media/img/boutons/bt1_hover.jpg);
	background-repeat: no-repeat;
}
/*** BOUTON 2 **********************************************************/
.bt2 a {
	background-image: url(/media/img/boutons/bt2.jpg);
	background-repeat: no-repeat;
}
.bt2 a:hover, .bt2hover a {
	width: 100%;
	height: 100%;
	background-image: url(/media/img/boutons/bt2_hover.jpg);
	background-repeat: no-repeat;
}
/*** BOUTON 3 **********************************************************/
.bt3 a {
	background-image: url(/media/img/boutons/bt3.jpg);
	background-repeat: no-repeat;
}
.bt3 a:hover, .bt3hover a {
	width: 100%;
	height: 100%;
	background-image: url(/media/img/boutons/bt3_hover.jpg);
	background-repeat: no-repeat;
}
/*** BOUTON 4 **********************************************************/
.bt4 a {
	background-image: url(/media/img/boutons/bt4.jpg);
	background-repeat: no-repeat;
}
.bt4 a:hover, .bt4hover a {
	width: 100%;
	height: 100%;
	background-image: url(/media/img/boutons/bt4_hover.jpg);
	background-repeat: no-repeat;
}

/*** MAIN CONTENT *******************************************************************************/
div#main_content {
	margin: 0 auto;
	padding: 0;
	width: 818px;
	text-align: center;
}
div#main_content_gauche {
	float: left;
	margin: 0;
	padding: 0;
	width: 598px;
}
div#main_content_droite { 
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 800px;
	background-image: url(/media/img/bg/sidebar_droite_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	color: #696965;
}
div#main_content_droite a {
	text-decoration: none;
	color: #696965;
}



