/* Balises HTML */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #454545;
	text-align: justify;
	margin-left: 10px;
	background-image: url(images/fond.gif);
	margin-bottom: 10px;
}
p{ /* Utilisé dans lis_new */
	margin-left: 10px;
	margin-right: 10px;
}
a:link {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color:#FFFFFF;;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: underline;
}
/* Boîte de positions des différentes partie de page */
#page{
	position: relative;
	background-color: #FFFFFF;
	width: 960px;
	margin: auto;
}
#head{
	position: relative;
	background-image: url(images/logo.jpg);
	float: left;
	height: 175px;
	width: 960px;
	margin:0px;
	border:0px;
}
#corp{
	position: relative;
	padding: 23px;
	clear: left;
	margin:0px;
	border:0px;
}
#gauche{
	position: relative;
	float: left;
	width : 150px;
	z-index: 10;
}
#milieu{
	position: relative;
	width : 580px;
	border: thin solid;
	padding: 10px;
	float: left;
	z-index: 0;
}

#droite{
	position: relative;
	float: right;
	width : 140px;
}

#footer{
	position: static;
	background-image:url(images/footer.jpg);
	padding:8px;
	font-size: 10px;
}
.fin{
	clear: both;
}
/* Gestion des menus */
.bt_menu_contact{
	position: relative;
	top: 10px;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 2em;
	list-style: none;
	clear: left;
	border: 1px solid;
	border-color: #FF0000;
	width: 140px;
	text-align: center;
}
.bt_menu_sponsor{
	position: relative;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 2em;
	list-style: none;
	clear: left;
	border: 1px solid;
	border-color: #FF0000;
	width: 150px;
	text-align: center;
}
.bt_menu_sponsor img{
	max-height: 100px;
}
.bt_menu{
	position: relative;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 2em;
	list-style: none;
	clear: left;
	border: 1px solid;
	border-color: #FF0000;
	width: 150px;
	text-align: center;
}
.titre{
	background-image:url(images/menu_d.jpg);
	color: black;
	font-weight: bolder;
	line-height: 2em;
}
	/*liens de menus*/
	.lien{
		background-color: #FFF;
		padding: 0.5em;
	} 
	.lien:hover{
	background-color: #CC3333;
	color: FFF;
	}
	
	.lien a:link{
	color:#990033;
	}
	
	.lien a:visited{
	color: #990033;
	}
	
	.lien a:hover{
	color: #FFFFFF;
	}
	
	.lien a:active{
	color: #000000S;
	}

	/*liens de titres*/
	.titre a:link{
	color:#000000;}
	
	.titre a:hover{
	color: #FFFFFF;}
	
	.titre a:visited{
	color: #000000;}
	
	.titre a:active{
	color: #FFFFFF;}
	
/* Gestion des news */
.news{
	border: thin solid;
}
.titre_news{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	font-variant: small-caps;
}
.date_news{
text-align: right;
font-style: italic;
}
/* Gestion date de la page */
.date_page{
text-align: right;
font-style: italic;;
}