@charset "utf-8";
/* CSS Document */

body {
background-color:#C8C8C8;
margin:0px;
}

a {
	color:#003399;
}

#head {
	background:url(images/head_left.jpg);
	background-repeat:repeat-x;
	height:133px;
	width:786px;
}

#head_right {
	background:url(images/head_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:200px;
}

table#menu {
	background:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	height:29px;
	width:786px;
}

#head_logo {
	position:relative;
	top:15px;
	left:12px;
}

#main {
	
	background:url(images/main_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:440px;
	width:786px;
}

#main_para {
	padding:10px;
	background-image:url(images/para_bg.jpg);
	background-color:transparent;
	background-position:top;
	background-repeat:repeat-x;
}

#div_main {
	width:786px;
	background-color:#FFFFFF;
}

.arial_12_bleu {
	font-family:Arial;
	font-size:12px;
	color:#000066;
}
a.arial_12_bleu:link {
	font-family:Arial;
	font-size:12px;
	color:#000066;
	text-decoration:none;
}
a.arial_12_bleu:visited {
	font-family:Arial;
	font-size:12px;
	color:#000066;
	text-decoration:none;
}

a.arial_12_bleu:hover {
	font-family:Arial;
	font-size:12px;
	color:#999999;
}

.time_12_bleu {
	font-family:"Times New Roman";
	font-size:12px;
	color:#000066;
}

.small_text_blue {
	font-family:"Times New Roman";
	font-size:11px;
	color:#000066;
}

.bg_blanc { background-color:#FFFFFF; }

td.pad_bottom { padding-bottom:15px; border-bottom:solid 1px #666666; }

a#menu:link { font-family:"Times New Roman"; color:#000066; font-size: 14px; font-weight:bold; text-decoration: none; }
a#menu:visited { font-family:"Times New Roman"; color:#000066; font-size: 14px;  font-weight: bold; text-decoration: none;  }
a#menu:hover { font-family:Times New Roman; color:#999999; font-size: 14px;  font-weight: bold; text-decoration: none;  }
a#menu:active { font-family:Times New Roman; color:#999999; font-size: 14px;  font-weight: bold; text-decoration: none;  }

.Gray_Framed {
	border:solid 1px #999999;
}

.big_text_blue {
	font-family:"Times New Roman";
	font-size:15px;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

.notice_rouge {
	font-family:"Times New Roman";
	color:#990000;
	font-size:10px;
}
