/* CSS Document */
/*-------------------------- Fond ---------------------------------*/
#fond{
	background:url(../images/fond_home.jpg) no-repeat top center;
}

/*-------------------------- En-tête ---------------------------------*/
#header{
	height:428px;
}

/*Colonne de gauche*/
#header_col_gauche{
	position:relative;
	height:410px;
	float:left;
	width:265px;
	padding-top:19px;
	text-align:justify;
}

#header_col_gauche_contenu{
	padding-left:10px;
}

#header_lien_home{
	display:block;
	width:265px;
	height:155px;
}

#edito{
	font-size:16px;
}

#titre_navigation{
	position:absolute;
	bottom:0px;
}

/*Colonne de droite*/
#header_col_droite{
	float:right;
	width:532px;
}

#header_conteneur_navigation{
	padding-top:46px;
	padding-right:13px;
}

#header_navigation{
	float:right;
	width:315px;
	padding-bottom:16px;
}

#header_navigation ul{
	margin:0;
	padding:0;
	padding-top:5px;
}

#header_navigation ul li{
	display:inline;
	margin:0;
	padding:0;
}

#header_navigation ul li a{
	float:left;
	font-size:13px;
	height:13px;
	line-height:13px;
	padding:0 25px 0 25px;
	text-align:center;
	border-right:solid 1px #FFFFFF;
	font-weight:normal;
}

#header_navigation ul li a#header_selected{
	color:#c200a3;
}

.bt_contact{
	float:right;
	display:block;
	width:130px;
	height:24px;
	line-height:24px;
	background:#FFFFFF;
	color:#c200a3;
	font-weight:bold;
	text-align:center;
}

.bt_contact:hover, #bt_contact_selected{
	background:#c200a3;
	color:#FFFFFF;
	text-decoration:none;
}

#flash{
	float:right;
	/*background:url(../images/flash.jpg) no-repeat;*/
	height:345px;
	width:478px;
}

/*-------------------------- Navigation ----------------------------*/
#navigation_home{
	padding:3px 0 3px 0;
}

#navigation_home ul{
	margin:0;
	padding:0;	  
}

#navigation_home ul li{
	width:163px;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;	
}

#navigation_home ul li a{
	display:block;
	float:left;
	width:261px;
	height:89px;
	text-align:center;
	padding-right:4px;
	padding-bottom:2px;
}

#navigation_home ul li a span{
	display:block;
	width:261px;
	height:89px;
	background-color: #000000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	text-align:center;
	text-transform:uppercase;
}

#navigation_home ul li a span span{
	display:block;
	width:130px;
	height:50px;
	padding-top:20px;
	margin:auto;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	filter:alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

#navigation_home ul li a:hover{
	text-decoration:none;
}

#navigation_home ul li a:hover span{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#navigation_home ul li a:hover span span{
	color:#FFFFFF;
}

/*-------------------------- Contenu ---------------------------------*/
#contenu{
	padding:17px;
	width:758px;
	background:#1a1a1a;
}