/* CSS Document */
@import url('news.css');
@import url('faq.css');
@import url('calendrier.css');
@import url('photos.css');
@import url('admin.css');
@import url('calculs.css');
@import url('tableaux.css');

body{
	background-color:#D7D9DB;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {color:#000000; 
text-decoration:none;} 
a:visited {color:#000000; 
text-decoration:none } 
a:hover{ color:#336699; 
text-decoration:underline;}


h1{
	border-left:5px solid black;
	background-color:#DDE6E3;
	width:450px;
	padding:5px;
	text-indent:10px;
}

.clearboth{
	clear:both;}
	
p.texte_accueil:first-letter{
	font-size:20px;
    text-transform:uppercase;
    color:black;
}

#cadre_central{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border-left:3px solid #000;
	border-right:3px solid #000;
	width:920px;
	background-color:#FFFFFF;
}

#banniere{
	width:920px;
	height:110px;
	background-image:url(../images/banniere.png);
	background-repeat:no-repeat;
}

#cadre_photo1{
	float:left;
	margin-left:95px;
	margin-top:15px;
	border:2px solid black;
}
#cadre_photo2{
	float:right;
	margin-right:95px;
	margin-top:15px;
	border:2px solid black;
}


#stats{
	width:920px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	background-color:#D7E3EA;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	font-weight:bold;
}

.date{
	float:left;
	width:220px;
	text-align:left;
	margin-left:40px;
	/*border:1px solid black;*/
}
.info{
	float:left;
	margin-left:10px;
	text-align:center;
	width:395px;
	/*border:1px solid black;*/
}
.compteur{
	float:left;
	width:220px;
	margin-left:10px;
	text-align:right;
	/*border:1px solid black;*/
}

.compteur a:link {color:#000; 
text-decoration:none;} 
.compteur a:visited {color:#000; 
text-decoration:none } 
.compteur a:hover{ color:#336699; 
text-decoration:underline;}


#menu_site{
	width:877px;
	background-color:#FFF;
	border-top:3px solid black;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:43px;	
}


#menu_site .item{
	display:block;
	float:left;
	padding:10px;
	text-align:center;
}

#menu_site a:link,#menu_site a:visited{
	border-top:4px solid #AAA;
	background-color:#F2F2F2;
	color:#000;
	text-decoration:none;
}
#menu_site a:hover{
	background-color:#CEDFF0;
	border-top:4px solid #537EC6;
}

.lien_selec{
	border-top:4px solid #233352;
	font-weight:bold;
	background-color:#2B3E59;
	color:#FFF;
}

#page_centrale{
	width:890px;
	min-height:500px;
	background-image:url(../images/fond_site.png);
	background-repeat:no-repeat;
	background-position:center;
	padding:15px;
}


.phpmyvisites{
	width:500px;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#copyright{
	width:920px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#E5E5E5;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}


/* Formulaires */

input{
	border:1px solid black;}
input[type=radio], input[type=checkbox]{
	border:0px;}


/* Trombinoscope */

.img_trombi{
	width:120px;
	height:100px;}

.bloc_photo{
	float:left;
	text-align:center;
	font-weight:bold;
	width:200px;
	height:150px;}
	
	
.clearboth{
	clear:both;}
