body{
	background-color:#781014;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	color:#781014;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
	}

h1{
	font-size:20px;
	color:#781014;
	border-bottom:#781014 1px solid;
	text-align:left;
}

h2{
	font-size:14px;
	color:#781014;
	font-weight:bold;
}

h3{
	font-size:13px;
	font-weight:bold;
}

#frame{
	width:804px;
	background-image:url(../images/frame_bg.jpg);
}

#header{
	width:804px;
	height:159px;
	background-image:url(../images/header.jpg);
}

#menu{
	width:804px;
	height:31px;
	background:url(../images/menu.jpg) no-repeat;
	text-align:center;
	padding-left:43px;
}

#menu a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
}

.menu_onglet{
	padding:0px 5px 0px 5px;
	height:31px;
	float:left;
	margin-top:0px;
	}

.menu_onglet:hover{
	background:url(../images/menu_hover.gif) center no-repeat;
	}

#headersousmenu{
	width:804px;
	height:12px;
	background-image:url(../images/headersousmenu.jpg);
}

#footer{
	width:804px;
	height:107px;
	background-image:url(../images/footer.jpg);
	float:left;
}

#footer_texte{
	padding-top:86px;
	text-align:center;
	color:#FFFFFF;
	}
	
#footer_texte a{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#nav{
	text-align:left;
	color:#781014;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}

#nav a{
	color:#781014;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover{
	text-decoration:underline;
}

#navmini{
	text-align:left;
	color:#781014;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}

#navmini a{
	color:#781014;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#navmini a:hover{
	text-decoration:underline;
}

ul{
	list-style-image:url(../images/ul.gif);
	line-height:20px;
}

.imgleft{
	float:left;
	padding:5px 15px 5px 0px;
}

.imgright{
	float:right;
	padding:5px 0px 5px 15px;
}

hr{
	font-size:0px;
	color:#781014;
	background-color:#781014;
	height:1px;
	border:0;
	width:50%;
	margin:20px auto;
}

.similihr{
	font-size:0px;
	color:#781014;
	border-bottom:#781014 1px solid;
	width:50%;
}


.date-news{
	text-align:right;
	color:#781014;
	font-size:10px;
	float:right;
	width:20%;
	height:30px;
}

.titre-news{
	text-align:left;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#781014;
	width:80%;
	height:30px;
}
		

/*Tooltip*/
#dhtmltooltip{
position: absolute;
color:#000000;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 4px;
background-color:#FFFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
