body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin:0px;
	padding:0px;
}

a{
	font-size:11px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

a:hover, a.active {
	font-size:11px;
	color: #AAAAAA;
	text-decoration: none;
}

.bouton{
	cursor:pointer;
}

#principal{
	text-align:left;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image: url(../package_img/fond.gif);
	background-repeat:repeat-y;
}

#bandeau{
	height:202px;
}

#corps{
	float:left;
	height:auto;
	width:980px;
	min-height:450px;

}

#corps-image{
	float:left;
	height:auto;
	width:980px;
	min-height:450px;
	background-image: url(../package_img/arbre.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}


#block-menu{
	/*margin-left:10px;*/
	float:left;
	width:200px;
}

#block-auth{
	/*float:left;*/
	margin-top:20px;
	margin-left:25px;
	padding:5px;
	border:solid 1px #FFB808;
	width:150px;
}


#block-contenu{
	width:780px;
	float:left;
	text-align:justify;

}

#contenu-text{
	padding-left:50px;
	padding-right:50px;
}

#bas{
	clear:left;
	height:10px;
	background-image: url(../package_img/bas.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#cartouche{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#DAD8D8;
}
#cartouche a{
	color:#DAD8D8;
}

/*******************************
	MENU
********************************/
#menu{
	width:200px;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	padding-left:10px;
	margin:0px;
	text-align:center;
}

#menu li{
	height:20px;
	background-image: url(../package_img/fond_menu.gif);
	background-repeat:no-repeat;
}

#menu a{
	color:#000000;
	text-decoration:none;
}
#menu a:hover,#menu a.active{
	color:#FFB107;
	text-decoration:none;
}

/*************************************
	TEXTE
*************************************/
.txtrouge{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #DD0000; 
	font-weight: bold; 
	text-decoration:none;
}

.txtdroite{
	text-align:right;
}

.txtbold{
	font-weight: bold; 
}


/************************************/

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

p{
	text-align:justify;
	text-indent:5px;
}


.center{
	text-align:center;
}

.legend{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration:none;
}

/***************************************************
	ACTUALITES
***************************************************/
#actualite{
	width:90%;
	border:solid 1px #AAAAAA;
	padding:5px;
}

#entete_actualite{
	font-weight:bold;
	text-decoration:underline;
}


/**********************************************
	Tableau et formulaire
***********************************************/

#formulaire{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:400px;
	border:0px;
}

#listing{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border:0px;
}

#listing .entete{
	background-color:#FFF6CF;
}

#listing .gauche{
	background-color:#FFF6CF;
	border-left:solid 1px #6D6D6D;
	border-top:solid 1px #C1C1C1;
	border-bottom:solid 1px #C1C1C1;
	padding-left:10px;
	padding-right:5px;
}

#listing .centre{
	background-color:#FFF6CF;
	border-top:solid 1px #C1C1C1;
	border-bottom:solid 1px #C1C1C1;
	padding-left:10px;
	padding-right:5px;
}

#listing .droite{
	background-color:#FFFCED;
	border-right:solid 1px #6D6D6D;
	border-top:solid 1px #C1C1C1;
	border-bottom:solid 1px #C1C1C1;
}
	
/***************************************************
	DETAIL
***************************************************/

#detail{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#detail .entete{
	width:100%;
	height:15px;
	background-color:#EAEAEA;
	vertical-align:middle;
}

#detail .text_detail{
	text-align:left;
}

#detail .corps_detail{
	width:90%;
}


/*********************************	
	GALLERIES PHOTOS
*********************************/

#gallerie_photos{
	width:100px;
	border:solid 1px #CCCCCC;
	padding:2px;
}
