


a
{
	color:#0000FF;
}

a:hover
{
	color:#0000FF;
}

h1
{
	text-align:center;
	color:#87b1ca;
}

h2
{
	color:#4681a4;
	margin-bottom:0px;
	margin-top:0px;
}

h3/* Menu */
{
	color:#4681a4;
	font-size:16px;
}

h4
{
	color:#666666;
	font-size:18px;
	margin-left:30px;
}

h5
{
	margin-top:0px;
	margin-bottom:0px;
	color:#87b1ca;
}

h6
{
	color:#000000;
}

.f_droite
{
	float:right;
}

.f_gauche
{
	float:left;
}

/* NEWS */
.titre
{
	background-color:#ededed;
	margin-bottom:2px;
	margin-left:20px;
	
	color:#87b1ca;
}
.news
{
	background-color:#ededed;
	font-size:16px;
	
	margin-bottom:30px;
	padding-left:10px;
	
	color:#87b1ca;
}

/* Coueur */

.erreur
{
	color:red;
	text-align:center;
	font-size:16px;
	height:5px;
}

.bravo
{
	text-align:center;
	font-size:16px;
}

.admin_droite
{
	margin-right:10px;
	color:#FF6600;
	font-weight:bold;
}

.membre_infos
{	
	color:#999999;
}

.gris
{
	background-color:#CCCCCC;
}

/* --------------------- */

/* Formulaire */

/* --------------------- */
input, textarea
{
   font-family:"Comic Sans MS", Arial, serif;
}
 
input:focus, textarea:focus
{
   background-color:#d2e2eb;
   color:#427696;
}

label
{
	width:140px;
	
	clear:left;
	float:left;
	
	color:#87b1ca;
	text-align:right;
	
	margin-right:15px;
	margin-top:2px;
}

input
{
	margin-top:2px;
}

input.sondage
{
	margin-top:5px;
} 
legend
{
   font-family:"Comic Sans MS", Arial, serif;
   color:#5691b4;
   font-weight:bold;
   font-size:18px;

}
 
fieldset
{
   margin-bottom:15px;
   background-color:#ededed;
}

/* Inscription */

.email
{
	width:200px;
}

.date
{
	width:20px;
}
.datea
{	
	width:40px;
}

.envoyer
{
	text-align:center;
	background-color:#ededed;
}
/*-----------------------*/
/* Tableau */
/*-----------------------*/

caption
{
   	margin:auto;
   
   	font-family:Arial, Times, "Times New Roman", serif;
   	font-weight:bold;
   	font-size:16px;
   
   	color:#000000;
   
   	margin-bottom:20px;
   	margin-top:20px;
}

table
{
   	margin:auto;
   	border-collapse:separate;
}
th
{
	background-color:#ededed;
  	border:0px solid black;
  	font-family:"Trebuchet MS", Times, "Times New Roman", serif;
   	text-align:left;
   	padding:5px;
	
	color:#264556;
}

td /* Les cellules normales */
{
   	border:0px solid black;
   	font-family:"Trebuchet MS", Times, "Times New Roman", serif;
  	text-align:left;
   	padding:0px;
}


/* Membre */


.membre_tab
{
	text-align:left;
	margin-left:20px;
	
}

td .membre_tab
{
	text-align:right;
}

/* Batiments */

/* Tableau */

.batiment_tab
{
	text-align:left;
	margin-left:20px;
	width:500px;
}

td .batiment_tab
{
	text-align:right;
}

/* images */

.img_1
{
	display:inline;
}


/* --------------------------- */
/* Technique */
/* --------------------------- */


/* Comptage */

.goutte
{
	margin-left:10px;
	margin-right:10px;
	display:inline;
}


/* --------------------------- */
/* Contact */
/* --------------------------- */

/* New Design */

*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#0099FF; font-size:8pt}
a:hover{text-decoration:underline; color:#87b1ca;}

body {
	width: 887px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#8d8d8d;
	background: #ededed; 
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	float:left;
	width:900px;
	background:#ededed url(../page/images/fondcontenu.png) repeat-y left top;
}

/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
	width:900px;
	height:301px;
	font-weight:bold;
	text-transform:uppercase;
	background:#ededed url(../page/images/header_new.png) no-repeat left top; 
}

/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu {
	float:left;
	display:inline;
	width:177px;
	text-align:left;
	margin:0 0 0 45px;
}
#menu h2 {
	width:177px;
	height:30px;
	line-height:30px;
	font-size:10pt;
	margin:0;
	padding:0 0 0 10px;
	color:#666666;
	background: url(../page/images/rubrique.png) no-repeat left top;
}
#menu ul {
	margin:0 0 0 0;
	width:177px;
	font-size:10pt;
	list-style:none;
}

#menu ul li {
	width:177px;
}

#menu ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 20px;
	width:177px;
	height:29px;
	line-height:29px;
	text-decoration:none;
	color:#427695;
	background: url(../page/images/lien.png) no-repeat left top;
}

#menu ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0 40px 0 225px;
	padding:10px;
}

img{	
	margin-right:5px;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}


#corps h1 {
	color:#5f96b8;
	margin:0 10px 10px;
	padding:0 5px;
	font: bold 10pt Tahoma,Verdana,sans-serif, Arial;
}
#corps p {
	color:#8d8d8d;
	text-indent:15px;
	margin:5px 5px 5px 0;
}
#corps p a {
	color:#88b2cb;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#8d8d8d;
}

/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	clear:both;
	width:900px;
	height:98px;
	padding-top:30px;
	font-size:9px;
	text-align:center;
	color:#8d8d8d;
	background:#ededed url(../page/images/footer.png) no-repeat left top;
}

p#footer a{
color:#87b1ca;
}

#menu_gauche
{
	clear: both;
	background-color:#FFFFFF;
	background-image:url(images/menu_g.jpg);
	border-bottom: 1px solid black;
	
	margin: 0px 0px 5px 0px;
	padding-left:5px;
	float: left;
	font-size:small;
}

/*.menu_deroulant .contenu
{
	display:none; !important
	display:block;
	display:compact;
}
.menu_deroulant .menu_titre:hover + .contenu, .menu_deroulant .contenu:hover
{
	display:block;
}*/
.menu_deroulant .menu_titre:hover{
	cursor:pointer;
	color:#999999;
}
	
/* Commun menu */
	
	#menu_gauche .haut, #menu_droite .haut
	{
		display:none;
	}
	#menu_gauche .bas, #menu_droite .bas
	{
		display:none;
	}
	#menu_gauche .menu_titre
	{
		font-size:16px;
		text-align: left;
		font-weight:bold;
	}
	#menu_droite .menu_titre
	{
		font-size:16px;
		text-align: right;
		font-weight:bold;
	}
	#menu_gauche li.menu_barre, #menu_droite li.menu_barre
	{
		list-style:none;
		height: 5px;
	}
	#menu_gauche ul
	{
		margin:0px;
		padding: 0px 0px 0px 15px;
	}
	#menu_droite ul
	{
		margin:0px;
		padding: 0px 15px 0px 0px;
	}
	#menu_gauche li
	{
		list-style: circle;
	}
	#menu_droite li
	{
		list-style: circle;
		direction: rtl;
	}
.titre_projet{
	text-align:left;
}
.center{
	text-align:center;
}

