body {
	color: black;
	background-color: white;
	margin:0px;
	font-family:Arial;
	background: url(../img/fondbleu4.png) repeat-x;
/*	background-position: 0px 250px;*/
	/*background-position: 0px 200px;*/
	background-color:#eff9fb;
}
/*DEBUG -->*/
/*
div{
	border:1px solid red;
}
*/
/*<--DEBUG*/

label{ 
	float: left;
	width: 40%;
	text-align: right;
	padding-right:5px;
	font-weight:bold;
	/*margin-top:10px;*/
}

.petit{
	font-size:10px;
}

.petit_centre_moitie{
	font-size:10px;
	text-align:center;
	width:60%;
	/*border:1px solid red;*/
	/*margin-left:40%;*/
	margin:auto;
}



/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/* PAGE D'ACCUEIL */

#entete{
/*	height:250px;*/
	height: 200px;
	width:100%;
	/*background: url(img/enteteLNDv2.png) repeat-x;*/
/*	background: url(img/enteteLNDv3.jpg) repeat scroll center;*/
/*	background: url(../img/enteteLNDv4.jpg) repeat scroll center;*/
	/*background-color:#4794A2;*/
	/*background-color:#F00;
	border:1px solid red;*/
	text-align:center;
}
#all{
	display: inline;
	width: 100%;
}
#table_index{
	width: 100%;
}
#table_index TD{
	vertical-align: top;
}
/*
#menu{
	margin-left:20px;
	width:20%;
	display: table-cell;
	float: left;
}
*/
#menu{
	padding-top: 5px;
	margin-left:10px;
	/*width:100%;*/
/*	border:1px solid red;*/
}

/*
#contenu{
	display: table-cell ;
	width:auto;
	padding-top: 5px;
	border:1px solid red;
	float: left;
	overflow: hidden;
}
*/
#contenu{
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:50px;
/*	width:100%;*/
/*	border:1px solid red;*/
}

/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/* CLASS POUR Tiny MCE */
.TitrePage {
	font-family: Arial;
	font-weight : bold;
	font-style: italic;
	color: #009FBE;
	font-size : 14pt;
	text-align : left;
}
.SousTitre{
	font-family: Arial;
	font-weight : bold;
	color: #009FBE;
	font-size : 12pt;
	text-align : left;
}
.TexteGeneral{
 font-family: Arial;
 color: black;
 font-size : 10pt;
}
/*ancien style */
A.type1 {color: #009FBE; text-decoration: none; font-weight:bold;}
A.type1:hover {color: #D5DB4B; text-decoration: none}

.petiteBordureBleue{
	border: 1px solid #009aba;
}

.BigLetterMenu{
	background: url(../img/menucarre.gif) no-repeat;
	padding-left:7px;
	color:white;
	font-weight:bold;
	font-size:15px;
	padding-right:1px;
}

.liens{
	color: #33A;
	text-decoration: none;
	font-size:14px;
}
.liens:hover{
	color: #FFF; 
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/* PAGES SITE */
#menu_std{
	background: url(../img/menubande.gif) no-repeat;
   background-position: bottom;
	height: 500px;
}
#page{
	width: 100%;
	border-left: 2px solid #e0e691;
	height: 500px;
}
#menu_page{
	margin: none;
	padding: none;
}
#contents_pages{
	padding-left:25px;
	background: url(../img/menucote.gif) repeat-y;
}

.next_galeries{
	float:left;
	width:170px;
	height:170px;
	border: 2px outset #88F;
	text-align:center;
	margin:5px;
}
.supp{
	background-color:#F88;
}

.comment_photo{
	font-weight:bold;
	text-align:center;
}
	

/*----------- PARTIE PRIVEE --------------*/
#table_messages{
	/*border:1px solid black;*/
	border-collapse:collapse;
	font-family:Arial;
	font-size:12px;
	/*
	font-family:Courrier New;
	font-size:14px;
	*/
	background-color:#dee8ea;
	width:50%;
}
#table_messages a{
	text-decoration:none;
	color:black;
}
#table_messages TH{
	/*border:1px solid black;*/
	background-color:#AAA;
		padding: 3px;
}
#table_messages TD{
	/*border:1px solid black;*/
	/*background-color:#EEE;*/
		padding: 3px;
}

