/***********************************************
 * Corps general de la page avec image de fond *
 ***********************************************/
body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	overflow-y: hidden;
} 

/**************************************************************************************
 * Conteneur pour le contenu : couleur de fond, couleur de texte, déborde de 20 pixel *
 **************************************************************************************/
#contenu {
	height:100%;
	margin-left: 150px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	color: #000000;
	padding-top: 20px; 
	padding-bottom: 20px; 
} 

/*****************************
 * Conteneur pour la galerie *
 *****************************/
#galerie {
	height:100%;
	margin-left: 150px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
} 

/********************************
 *** Bandeau a droite ***
 ********************************/
#droit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	padding: 0;
	margin: 0 0 0 0;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(decor/droit.gif);
	border-left: solid 1px #000000;
}

/********************************
 *** Bloc de texte ***
 ********************************/
#bloc {
	position: relative;
	height: 500px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: auto;
}

/**************************************************
 *** ELEMENTS DU MENU VERTICAL (Alsacreation) ***
 ***  Méthode des portes coulissantes           ***
 ***  position en haut de la page               ***
 **************************************************/
#menu {
	position: absolute;
	left: 0;
	top : 0;
	height: 100%;
	width: 150px;
	padding: 0;
	margin: 0;
	border-right: solid 1px #000000;
	overflow: auto;
	background : #ffffff;
	background-image : url(decor/fond_menu.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
}

#nav li {
	float: left ;
	height: 22px ;
	width: 148px ;
	border: 1px solid #999 ;
	margin-right: 0px ;
	color: #fff ;
	background: #000 ;
}

#nav li a {
	display: block ;
	background: #000;
	color: #fff ;
	font: bold 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0;
	text-align: center ;
	text-decoration: none ;	
}

#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #333;
	text-decoration: none ;
}

#nav {					/* Contexte de formatage pour IE6 */
	overflow: visible ;
	height: 1% ;
}

/************************************************
 *** CADRE AVEC DES BORDS RONDS (Neuroticweb) ***
 ************************************************/
/* set millions of background images */
.rbroundbox { background: url(decor/nt.gif) repeat; }
.rbtop div { background: url(decor/tl.gif) no-repeat top left; }
.rbtop { background: url(decor/tr.gif) no-repeat top right; }
.rbbot div { background: url(decor/bl.gif) no-repeat bottom left; }
.rbbot { background: url(decor/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 80%; margin: 2em auto; }


/********************************
 *** commentaires en italique ***
 ********************************/
#comment {
	text-align: center;
	font-size: 10px;
	font-style: italic;
	padding: 2px 20% 2px 20%;
}

/*************************************************************************************
 *** traitement particulier pour les img utilisant la classe "image" : encadrement ***
 *************************************************************************************/
img.image {
	text-align: center;
	border: thick;
	border-color: black;
	border-style: solid;
	margin: 5px;
}

/*************************************************************************************
 *** paragraphes ***
 *************************************************************************************/
p {
	font-size: 12px;
	color: #000000;
	padding-left: 10%;
	padding-right: 10%;
}

/*************************************************************************************
 *** Liens sous forme d'image : pas de bordure ***
 *************************************************************************************/
a img {
	display: block;
	text-decoration: none;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/*************************************************************************************
 * Drapeau francais
 *************************************************************************************/
#french {
	text-decoration: none;
	border: none;
	/*padding-left: 10%;*/
	margin-left: 5%;
	background: url(decor/french.gif) no-repeat top left;
}

/*************************************************************************************
 * Drapeau anglais
 *************************************************************************************/
#gb {
	text-decoration: none;
	border: none;
	font-style: italic;
	/*padding-left: 10%;*/
	margin-left: 5%;
	background: url(decor/gb.gif) no-repeat top left;
}


