/* CSS Document */

body {
	margin:0px;
	background-image: url(../Images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #a0c0e1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p {
margin: 10px 0px 5px 0px;
}
.adresse {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}
#centrage{
position:relative;
top:0px;
left:0px; 
width:808px; 
heigth:0px; 
}
#header{
	/*position:absolute;*/
	top: 10px;
	left:0px;
	width: 880px;
	height: 200px;
	background-image: url(../Images/header.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
		margin-top:10px;
}
#contenu{
	/*position:absolute;*/
	top: 176px;
	left:0px;
	width: 880px;
	/*height: 500px;*/
	/*margin: 0 auto;*/
	/*background-color: #a0c0e1;*/
	background-image: url(../Images/fond_contenu.jpg);
	background-repeat: no-repeat;
	/*color:#b6069f;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
		float:left;
}
#footer{
	position:relative;
	width: 808px;
	height:40px;
	float:left;
	background-image: url(../Images/pied.jpg);
	background-repeat:no-repeat;
}
.footer{
color:#5C7DB4;
}
.footer a{
color:#336699;
text-decoration:none;
}
.footer a:hover{
color:#FFCC00;
}
.titre{
font-size: 11px;
color:#FF9900;
font-weight:bold;
font-variant: small-caps;
}
.sstitre{
font-size: 11px;
color:#336699;
font-variant: small-caps;
}
a {
color:#241E63;
text-decoration:none;
outline:none;
}
a:hover{
color:#869ec6;
text-decoration:none;
}
.bleu{
color:#6699FF;
/*font-style:italic;*/
}
.gen_txt{
font-family:"Trebuchet MS";
font-size: 11px;
color:#FFFFFF;
}
.titre_lexique{
font-size: 11px;
color:#000066;
/*text-transform:uppercase;*/
font-weight:bold;
font-variant:small-caps;
}
.liens_lexique{
font-family:"Trebuchet MS";
font-size: 9px;
color:#000066;
/*text-transform:uppercase;*/
font-variant:small-caps;
}
.gen_txt a:hover{
font-family:"Trebuchet MS";
font-size: 11px;
color:#000000;
text-decoration:none;
}
select {
font-family:"Trebuchet MS";
font-size: 11px;
color:#000000;
text-decoration:none;
}
input {
font-family:"Trebuchet MS";
font-size: 11px;
color:#000000;
text-decoration:none;
}
textarea {
font-family:"Trebuchet MS";
font-size: 11px;
color:#000000;
text-decoration:none;
}
a.img {
filter:alpha(opacity=50); -moz-opacity: 0.5; opacity : 0.5;
}
a.img:hover {
filter:alpha(opacity=100); -moz-opacity: 1; opacity : 1;
}


