@charset "UTF-8";
/* CSS Document */

body { margin:0px; background:url(bg.gif) repeat-x; color:#333; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:150%;}

a { color:#000; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:150%; font-weight: bold; text-decoration:none;}
a:hover { text-decoration:underline;}

h1 {font-family: Gill Sans, Verdana;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color:#ff9900;
	margin-top:20px;
}

h2 {  font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 48px;
	line-height: 55px;
	letter-spacing: -1px;
	font-weight: bold;
}

#text img { margin-left: 50px;}

a img {	border: none;}

#header { display:block; background:url(bandeau.gif) no-repeat; height:100px; width:100%;}

#content { display:block; width:1000px; margin-left:28px;}
#menu { display: block; position:absolute; left:800px; top:100px; width:200px; height:250px;}
#menu2 { display: block; position:absolute; left:800px; top:290px; width:200px; height:250px;}
#text { display:block; margin:0px 265px 0px 0px;}

#menu p { margin:0px; padding:0px;}
#menu2 p { margin:0px; padding:0px;}
#menu a { display:block;
	border-bottom:  1px dotted #ff9900;
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color:#ff9900;
	text-decoration:none;
	}
#menu a:hover { display:block;
	margin-left:-15px;
	border-bottom:  1px dotted #333399;
	color:#333399;
	}
	
.active { display:block;
	margin-left:-15px;
	border-bottom:  1px dotted #333399;
	color:#333399;
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	}

#footer { display:block; background:url(bandeau3.gif) no-repeat; height:200px; border-bottom: solid 5px #333399;}