/* CSS Document */
/* CSS issu des tutoriels css.alsacreations.com */
.textecourant {
	color: #003399;
}
.lien {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
.menugauche a:link, .menugauche a:visited {
	margin: 0px;
	padding: 3px 3px 3px 9px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
.menugauche a:hover {
	color: #FFFFFF;
	background-color: #00CCCC;
	text-decoration: none;
	margin-left: 6px;
	padding: 3px;
}
.centre a:link, .centre a:visited {
	margin: 0px;
	padding: 3px;
}
.centre a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CCCC;
	text-decoration: none;
}
.titre {
	font-size: 18px;
	font-weight: bold;
	color: #333399;
	text-align: center;
	vertical-align: middle;
}
.petititre {
	font-weight: bolder;
	color: #333399;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.legende {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #000000;
	background: url(images/fond_fleur_de_lys.gif) fixed;}
#header {
	height: 85px;
	width:990px;
	background-image: url(images/barre2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#conteneur {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
#centre {
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	background-image: url(images/fond_fleur_de_lys_5.gif);
	background-repeat: repeat-y;
	background-position: left top;
	min-height:600px;
}
#gauche {
	position: absolute;
	left:0;
	width: 180px;
	min-height: 100%;
}
#droite {
	position: absolute;
	right:0;
	width: 180px;
	padding-left: 0px;
	min-height: 100%;
	text-align: center;
	}
.entourage
{
	border: 2px solid #339;
}

/* pour garder une position fixe au contenu du div de droite */
#droitefixe {
	position: absolute;
	margin-top:-60px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	}
/* non interprété par IE6 :*/	

html[xmlns] #droitefixe, html>body #droitefixe { 
	margin-left: 40px;
	position: fixed; 
	} 
/* ---------------------------------------------------*/
#pied {
	height: 30px;
	background-image: url(images/barre2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -10px;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
h2
{
	font-size: 18px;
	color: #339;
	margin: 0px;
	padding: 0px;
}

.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
form {
	margin: 0px;
	padding: 5px;
	border: 1px solid #999999;
}
select {
	margin: 0px;
	padding: 0px;
}

