/* INFORMATION GENERALE DE LA PAGE */
* {
list-style:none;
padding:0;
margin:0;
}

html{
height:100%
}

body{
font:68%  Tahoma, Geneva, sans-serif; 
background:#333f69 url(../images/contenu_fond.png) repeat-y center;
/*min-height:100%*/
}

a img{border:0;}

.clear{visibility:hidden;clear:both;}

body {
	margin:0 auto;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	color:#fff;
	background-color:#333f69; 
}

hr {
	color:#7abcde;
	background-color:#7abcde;
	width:75%;
	height:1px;
}

/* HEADER */
#header {
height:340px; 
width:975px;
margin:0 auto; 
position:relative;
background:url(../images/header.png) no-repeat center;
}

#basheader {
min-height:340px; 
width:975px;
margin:0 auto; 
background:url(../images/sousheader.jpg) no-repeat top center;
}


/*///////////////////////////////////  Conteneur  //////////////////////////*/
#conteneur {
width:800px; 
margin:0 auto;
}

/* CONTENU */
#contenu {
width:610px;
float:left;
}

#contenu h2 {
font-size:1.1em;
font-weight: bold;
color:#fff;
margin:0;
padding:10px 0 5px 15px;
}

#contenu h3 {
font-size:1em;
font-weight: bold;
color:#fff;
padding:10px 0 5px 60px;
}

#contenu p {
font:small medium "Trebuchet MS", Tahoma,verdana, arial, sans-serif;
padding:0 15px;
color:#fff;
}

#contenu p.centre {
text-align:center;
}

#contenu p.texte {
text-align:justify;
font-size:12px;
}

#contenu p.titre {
text-align:left;
font-size:14px;
font-weight:bold;
}

#contenu p.nomlivre {
text-align:left;
font-size:12px;
}

#contenu p.table {
text-align:left;
font-size:12px;
}

#contenu p.date {
text-align:left;
font-size:9px;
}

#contenu p a {
font-weight:bold;
color:#7abcde;
text-decoration:none;
}

#contenu p a:hover {
color:#3281aa;
text-decoration:underline;
}

#contenu ul {
margin:5px 0 15px 55px;
}

#contenu li {
color:#4ba7a7;
}

#contenu li a {
color :#cf4900;
text-decoration:none;
}

#contenu li a:hover{
color:#ff5a00;
text-decoration:underline;
}

/* MENU */
#menu {
/*width:270px;*/
float:right;
padding-bottom:30px;
font-weight:bold;
}

ul#menugauche {
padding:0;
margin:0 auto;
list-style-type:none;
display:table;
font: bold x-small tahoma, verdana, arial, sans-serif;
height:30px;
}

#menugauche a {
display:block;
width:169px;
height:30px;
line-height:30px;
margin:5px 0 0 10px;
padding-left:10px;
color:#fff;
background:url(../images/menu.jpg) no-repeat center;
text-decoration:none;
}

#menugauche a:hover {
color:#7abcde;
text-decoration: none;
margin:5px 0 0 5px;
}

#menugauche2 a {
display:block;
width:169px;
height:20px;
line-height:20px;
margin:5px 0 0 10px;
padding-left:10px;
color:#fff;
background:url(../images/menu_membres.jpg) no-repeat center;
text-decoration:none;
font-size:12px;
}

#menugauche2 a:hover {
color:#7abcde;
text-decoration: none;
margin:5px 0 0 5px;
}

#hautfooter {
height:310px;
clear:both; 
background:url(../images/footer_haut.png) no-repeat top center;
}

/* FOOTER */
#footer {
height:29px; 
clear:both; 
text-align:center;
font-size:0.8em;
background:url(../images/footer.png) no-repeat center;
}

#footer p.copytext {color:#000}

#footer p.copytext a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
