/* CSS Document */
BODY{
	background:#E3E5EF;
	margin-top:10px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}

IMG{
	border:none;
}

#banner{
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	width:762px;
	height:94px;
}

/*Style de la barre de menu*/
#menu{
	margin-top:5px;
}

#menu_center,#menu_right,#menu_left{
	height:28px;
}

#menu_left{
	background-image:url(images/menu_left.gif);
	width:21px;
	height:28px;
	background-repeat:no-repeat;
}

#menu_center{
	background-image:url(images/menu_center.gif);
	background-repeat:repeat-x;
}

#menu_right{
	background-image:url(images/menu_right.gif);
	width:8px;
	background-repeat:no-repeat;
}

/*Style de la zone principale ou sont chargées les infos*/

#main_corner_top_left,#main_corner_top_right,#main_corner_bottom_left,#main_corner_bottom_right{
	width:9px;
	height:20px;
	background-repeat:no-repeat;
}

#main_center_top,#main_center_bottom,.main_center{
	background-color:#ADC8F6;
}

#main_center_top{
	background-image:url(images/content_center_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#main_center_bottom{
	background-image:url(images/content_center_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.main_center_left{
	background-image:url(images/content_left.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.main_center_right{
	background-image:url(images/content_right.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#main_corner_top_left{
	background-image:url(images/content_corner_top_left.gif);
}

#main_corner_top_right{
	background-image:url(images/content_corner_top_right.gif);
}

#main_corner_bottom_left{
	background-image:url(images/content_corner_bottom_left.gif);
}

#main_corner_bottom_right{
	background-image:url(images/content_corner_bottom_right.gif);
}

/*Style des petites zones d'infos avec fond dégradé (hauteur fixe)*/
.info_left,.info_right{
	background-repeat:no-repeat;
	height:106px;
}

.info_left{
	background-image:url(images/small_content_left.gif);
	width:6px;
}

.info_center{
	background-image:url(images/small_content_center.gif);
	width:8px;
	height:106px;
}

.info_right{
	background-image:url(images/small_content_right.gif);
	width:8px;
}

#main{
	width:760px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#menu{
	text-align:center;
	color:#FFFFFF;
}


A {color:#FFFFFF; text-decoration:none;font-weight:normal;font-size: 12pt;}
A:hover {color:#FFFFFF; text-decoration:underline; }


.ABlack {color:#000000; text-decoration:none;font-weight:bold;font-size: 11pt;}
.ABlack:hover {color:#000000; text-decoration:underline overline ; }

.AMini {color:#203B72; text-decoration:none;font-weight:normal;font-size: 7pt;}
.AMini:hover {color:#203B72; text-decoration:underline overline ; }

.AMiniNoSyle {color:#203B72; text-decoration:none;font-weight:normal;font-size: 8pt;}
.AMiniNoSyle:hover {color:#203B72; text-decoration:underline overline ; }
