body{
	background-image:url(layout/fond.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#333333;*/
	padding:0px;
	margin:0px;
}
#blank_body{
	background-image:none;
	background-color:#FFFFFF;
	text-align:justify;
}
#blank_body img{
	margin:5px;
}
#all_table{
	width:100%;
	height:100%;
	border-collapse:collapse;
	/*background-image:url(layout/fond_haut.png);*/
	background-position:top;
	background-repeat:repeat-x;
}
a img{
	border:0px;
}
#haut_table{
	background-image:url(layout/haut_table.png);
	background-position:center;
	background-repeat:repeat-y;
	height:5px;
	width:780px;
}
#bas_table{
	background-image:url(layout/bas_table.png);
	background-position:center;
	background-repeat:repeat-y;
	height:5px;
	width:780px;
}
#ban{
	width:780px;
	height:250px;
	background-image:url(layout/head_table.png);
	background-position:center;
	background-repeat:repeat-y;
}
#center{
	background-image:url(layout/fond_table.png);
	background-position:center;
	background-repeat:repeat-y;
	padding-top:5px;
	padding-bottom:5px;
}
a{
	color:#009eeb;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#sidebar a{
	color:black;
}
#sidebar{
	width:190px;
	padding-left:40px;
	padding-right:5px;
	vertical-align:top;
	padding-top:10px;
}
#sidebar div{
	background-image:url(layout/sidebar_fond.png);
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:10px;
}
.sidebar_img{
	float:center;
	margin-bottom:10px;
}
.sidebar_centered{
	text-align:center;	
}
#sidebar h1{
	/*color:#582968;
	border-bottom:#800080 solid 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;*/
	
	color:#009eeb;
	font-size:13px;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}
#content{
	width:465px;
	padding-left:25px;
	padding-right:55px;
	vertical-align:top;
}
#content h1{
	/*color:#582968;
	border-bottom:#800080 solid 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;*/
	margin-top:10px;
	margin-bottom:10px;
	/*margin-right:20px;*/
}
#content h2{
	color:#009eeb;
	/*margin-top:-15px;*/
	font-size:14px;
}
#content .sub_h1{
	color:black;
	margin-bottom:20px;
	margin-top:-15px;
	font-weight:bold;
	font-size:14px;
}
form .form_right{
	width:100%;
	padding-left:5px;
}
form .form right input{
	width:100%
}
form .form_left{
	font-weight:bold;
	white-space:nowrap;
}
form h1{
	font-size:16px;
}
#sidebar ul.link_list{
	padding-left:25px;
	margin-left:0px;
	margin-bottom:0px;
}
#sidebar ul.link_list li{
	list-style-image:url(layout/sidebar_puce.png);
	padding-bottom:5px;
}
.newsletter input{
	font-size:10px;
}
.newsletter #Email{
	width:100px;
}
