/* CSS Document */
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	background-image:  url(../images/fonds/fondgris.jpg);
}
#header {
	height: 100px;
}
#header1 {
	height: 50px;
}
#conteneur {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -450px;
	visibility: visible;
}
#centre {
	margin-left: 150px;
	margin-right: 100px;
	left: 10px;
	padding-left: 30px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
}
#gauche {
	position: absolute;
	left:0;
	width: 140px;
	border: 1px dotted #CCCCCC;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	visibility: visible;
}
#pied {
	clear:both;
	height: 30px;
}
.menugauche {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding:0;
	color: #000000;
	text-decoration: none;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
	margin: 0 2px 0 10px;
	color: #000000;
	text-decoration: none;
}
.menugauche a:hover {
text-decoration: none;
}
p {
	margin: 20;
	padding-right: 20px;
	line-height: 16px;
}
.logo {
	margin-right: 10px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.titremenu {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.normal {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;

}
a:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;

}
a:active {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;

}
a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
acronym {
	border-bottom: 1px dotted #666666;
}
.liens a:hover {
	color: #000000;
	text-decoration: underline;
}
/*li {
	list-style-type: none;
	line-height: 15px;
}*/
