

/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

img {
	border: 0px none;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#F5E194;
}

a.lien{
	color:#F5E194;
	text-decoration:underline;
}

a.lien:hover{
	text-decoration:none;
}

a.lien_accueil, a.lien_accueil:hover{
	color:#775731;
	text-decoration:none;
}

html {
	height: 100%;
}

body {
	height:100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: black;

	text-align: center;
	border:0px outset white;
	direction: ltr; /** Très important !! Pour Safari */
	
	background-color: #F5E194;
}

table tr{
	width:100%;
}

#index_top{
	background-image: url(../im/index_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #136297;
	height:49%;
	border-bottom:1px solid #B84E42;
}

#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;
	background-color: #F5E194;
	height:48.9%;
	width:100%;
}

#index_middle_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#775731;
	padding-top:30px;
}

#index_middle_text2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#775731;
}

#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;
}