/* 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;
}

table tr{
	width:100%;
}


#index_border_left{
	background-image: url(../im/index_border_left.jpg);
	background-repeat: repeat-x;
	height:796px;
	width:50%;
}

#index_border_right{
	background-image: url(../im/index_border_right.jpg);
	background-repeat: repeat-x;
	height:796px;
	width:50%;
}

#index_top{
	background-image: url(../im/index_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:387px;
	width:1024px;
}
#index_form{
	margin-top:70px;
	font-size:12px;
	font-weight:bold;
}
#index_form select{
	margin-top:5px;
	margin-bottom:10px;
	padding-left:4px;
	padding-top:1px;
	border: 1px solid #044C7E;
	color:#044C7E;
}
#index_top img{
	padding-left:20px;
}
#index_top_pos{
	margin-left:215px;
}

#index_top_img_pos{
	margin-bottom:10px;
}

#index_middle{
	background-image: url(../im/index_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:auto;
	width:1024px;
}

#index_middle_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align:center;
	width:300px;
}

#index_middle_img{
	margin-top:30px;
}

#index_bottom{
	height:20px;
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	padding-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#index_adr{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
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;
}