/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

img {
	border: 0px none;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#FE9B00;
}

a.lien{
	color:#F5E194;
	text-decoration:underline;
}

a.lien:hover{
	text-decoration:none;
}

a.lien_accueil, a.lien_accueil:hover{
	color:#FFFFFF;
	text-decoration:none;
}

html {
	height: 100%;
}

body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 0px;
	color: #FFFFFF;

	text-align: center;
	border:0px outset white;
	direction: ltr; /** Très important !! Pour Safari */

	background-color: #044C7E;
}

#idx_container {
	width:100%;
	height:100%;
	/*background-color:red;*/
}

#idx_gauche {
	float:left;
	width : 50%;
	height:100%;
	background-repeat:repeat-x;
	/*background-color:green;*/
	background-image:url(../im/idx_bg_left.jpg);
}

#idx_droite {
	float:right;
	width:49%;
	height:100%;
	background-repeat:repeat-x;
	background-image:url(../im/idx_bg_right.jpg);
}

#idx_content {
	position: absolute;
	top:0;
	left:50%;
	margin-left:-512px;
	width:1024px;
	height:100%;
	background-image:url(../im/idx_bg_top.jpg);
	background-repeat:no-repeat;
}

#idx_content #logo {
	margin-top:75px;
	height:144px;
}

#idx_content #matrice_title {
	margin-top:150px;
	margin-left:320px;
	margin-bottom:-10px;
	height:33px;
}

#idx_content #titre {
	height:48px;
}

#idx_content #middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

#idx_content #alcool {
	width:250px;
	margin:auto;
	margin-top:20px;
	text-align:center;
}

#idx_footer {
	position: fixed;
	font-size:10px;
	width:100%;
	bottom: 0;
	text-align:center;
	height:16px;
	background-color:#000000;
	padding:0px;
	padding-top:4px;
	padding-bottom: 2px;
}

a.btn{
	background-image: url(../im/btn_mini_bleu.gif);
	background-repeat: no-repeat;
	width:51px;
	height:24px;
	padding-top:4px;
	padding-bottom:6px;
	padding-left:11px;
	padding-right:13px;
	color:#FFFFFF;
	cursor:pointer;
}
a:hover.btn{
	background-image: url(../im/btn_mini_gris.gif);
	background-repeat: no-repeat;
	color:#666666;
}




