
body{
	padding:0px;
	margin:0px;
	text-align:center;
	
	/*fond du site*/
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-x;/* fond en barre */
	background-attachment: scroll;
	background-position:0px -50px;
	background-color: #613b2d; 
	}
	
body, p, div, a, td {
	/*Texte*/
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	line-height: 13pt;
	text-align: justify;
}

object { outline:none; }

/* Définition des liens */
a:link, a:visited {
	color: #FF9700;
	text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
	color: #FF9700;
	background: none;
	text-decoration:underline;
}

div{
	text-align:left;	
	}

/*Définition du contenu à gauche */
.gauche{
float:left;
margin-right:40px;
padding-right:40px;
margin-bottom:10px;
border-right:#674000 dotted 1px;
vertical-align:top;
}

/*Définition du contenu à gauche */
.bloc_gauche{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/*Définition du contenu à droite */
.bloc_droite{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.retour{
	clear:both
	}


#contenu{
	width:100%;
	text-align:center;
	}
	
#logo_cont{
	display:none;
	}
	
#masque_cont{
	display:none;
	position:absolute;
	padding:0px;
	width:100%;
	top:40px;
	overflow:visible;	
	z-index:5;	
	text-align:center;
	}

#masque_cont img{
	text-align:left;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
#page{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	}


#menu_cont{
	position:absolute;
	width:1020px;
	top:440px;
	z-index:10;
	text-align:right;
	}
	
#menu{

	}

#titre{
	display:none;
	}

#page_contenus{
	text-align:left;	
	padding:0px;
	position:relative;
	top:50px;
	}
	
/*Bloc texte sous logo*/	
#contenu_1{
	position:absolute;
	z-index:8;
	text-align:left;
	width:1020px;
	height:514px;
	background-image:url(../images/masque.png);
	background-repeat:no-repeat;
	background-position:0px -7px;
	/*
	position:relative;	
	top:210px;
	left:20px;	
	z-index:15;
	padding:10px;
	padding-top:30px;
	border-top:#fff dashed 1px;
	width:210px;
	height:20px;
	*/
	}
#contenu_1_bloc{
	position:relative;	
	top:150px;
	left:20px;	
	z-index:15;
	padding:10px;
	padding-top:30px;
	border-top:#fff dashed 1px;
	width:210px;
	height:20px;
	
	color:#160E00;
	font-size:11px;
	line-height: 9pt; 
	text-align:left;
	}

/*Diaporama interface*/
#contenu_2{
	position:relative;
	z-index:7;
	left:212px;
	width:800px;
	height:495px;
	margin-bottom:60px;
	background-color:#D9C7AE;
	}
	
	
/*================ ADMIN ========*/
/*Gestion car sinon le bloc 2 caché deriere le bloc 1 */
#contenu_1 > .btn_editeur{left:-100px;}
#contenu_3 > .btn_editeur{left:-100px;}
#contenu_2 > .btn_editeur{right:-100px;}
#contenu_2_bloc > .diaporama > .btn_editeur2{right:-30px}

/* Texte d'information */	
#contenu_3{
	margin-bottom:110px;
	/*
	position:absolute;
	z-index:9;
	top:550px;
	*/
	}
	
.contenu_texte{ margin-top:30px; margin-left:50px; margin-right:50px; margin-bottom:0px; }

.contenu_texte h1{
	margin-bottom:20px;
	font-size:18px;
	font-weight:bolder;
	}

.contenu_textehaut{margin-left:20px; margin-top:10px; font-size:12px;}




/*======================= BARRE OUTILS ======================*/

#outils{
	clear:both;
	text-align:center;	
	margin-bottom:40px;
	margin-top:40px;
	color:#999;	
	}
	
#boutons{
	margin-left:auto;
	margin-right:auto;
	width:150px;
	}


#o_favoris{ /* icone favoris */
	background-image:url(../../moteurajax/medias/images/icones/outils/favoris.png);	
	}
	
#o_elmt1{/* icone rss */
	background-image:url(../../moteurajax/medias/images/icones/outils/rss.png);
	}	

#o_elmt2{/* icone liens */
	background-image:url(../../moteurajax/medias/images/icones/outils/liens.png);
	}	
	
#o_elmt3{/* icone infos */
	background-image:url(../../moteurajax/medias/images/icones/outils/infos.png);
	}	
	
#o_elmt4{/* icone admin */
	background-image:url(../../moteurajax/medias/images/icones/outils/admin.png);
	}	

#sepa{/* separateur entre bouton et elmt */
	clear:both;
	}

#outils .btn{
	float:left;
	background-repeat:no-repeat;
	width:26px;
	height:26px;
	cursor:pointer;
	}	
	
#outils .elmt{display:block; margin-top:10px;text-align:center;}


/* Login */
#connexion{
	text-align:center;
	
	/*
	text-align:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	width:980px;
	color:#999;
	display:block;
	
	
	z-index:20;
	top:655px;	
	*/
	}
	
#login form{display:inline;}


