a:link {
	color:#FF9933;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FF9933;
}
body {
background-image: url(images/fondSite.jpg);
background-repeat: no-repeat;
background-position: center center;
background-color: #7449CC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#header {
height: 100px;
}
#conteneur {
position: absolute;
width: 100%;
background-color:#CCCCFF;
}
#centre {
margin-left: 150px;
margin-right: 100px;

}
#gauche {
position: absolute;
left:0;
width: 150px;
}
#droite {
position: absolute;
right:0;
width: 60px;
}
#pied {
	height: 30px;
	color: #66CCCC;
}

.menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
display:block;
margin: 0 5px;
color: #FF9900;
text-decoration: none;
line-height: 15px;

}
.menugauche a:hover {
	color: #FFFFFF;
	border: thin #FF0000;
}
p {
	margin: 0 0 10px 0;
	text-align: justify;
}
.commentaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #000066;
	text-align: left;
	padding: 10px;
	height: auto;
	width: 575px;
	border: 1px solid #ffffff;
}
.images{
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
  }
.images2{
	float:right;
	margin-left: 10px;
	border: 1px solid #000000;
  }
h2 {
font-family: Arial,Verdana,Helvetica, sans-serif;
FONT-SIZE: 0.9em;
font-weight : bold;
MARGIN: 0px 0px 5px;
}
input {
	color: #000066;
	background-color: #7449CC;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #000000;
}
textarea {
	color: #000066;
	background-color: #7449CC;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #000000;
}

