/*RAZ*/
* {   
	padding: 0;     
	margin: 0;

} 


/*------------------ body ---------------------*/
body {
	background:rgb(180,180,180);
}


/*--------------- le bandeau ------------------*/
div#bandeau {
	width:900px;
	height:80px;
	cursor:default;  /* curseur normal sur le texte*/
}

div#bandeau1 {
	width:48px;
	height:80px;
	float:left;
	background:rgb(0,153,204);
}

div#bandeau2 {
	width:70px;
	height:80px;
	float:left;
	background:rgb(228,0,0);
}

div#bandeau3 {
	width:200px;
	height:80px;
	float:left;
	background:rgb(255,153,51);
}

div#bandeau4 {
	width:582px;
	height:80px;
	float:left;
	background:rgb(80,0,80);
}

p#letitre{
	font-family:Tahoma;
	font-style:italic;	
	font-weight: bold ;
	font-size:45px;
	color:rgb(0,153,204);
	display:inline; /*anule le retour chario de <p> */
}

p#legdtitre{
	font-family:Tahoma;
	font-style:italic;	
	font-weight: bold ;
	font-size:65px;
	color:rgb(0,153,204);
	display:inline; /*anule le retour chario de <p> */
}


/*----------------- la page -------------------*/	
div#page {
	height:600px;
	width:900px;
}


/*----------------- le menu -------------------*/	
div#menu {
	font-family:Tahoma;
	font-weight: bold ;
	font-size:20px;
	float:left;
	width:170px;
	height:600px;
	background:rgb(80,0,80);;
}

/*pour les liens du menu, on retire le thème*/
div#menu a  {
	color:black;
	text-decoration:none;	
}

/*le menu accueil*/	
div#menu_accueil {
	margin-top:100px;
	padding: 15px;
	background:rgb(0,153,204);
}
div#menu_accueil:hover {
	margin-top:100px;
	padding: 15px;
	background:rgb(0,153,204);
	color:rgb(255,223,159);
}

/*le menu galerie*/		
div#menu_galerie {
	padding: 15px;
	background:rgb(228,0,0);
}
div#menu_galerie:hover {
	padding: 15px;
	background:rgb(228,0,0);
	color:rgb(255,223,159);
}

/*le sous menu galerie*/		
div#sous_menu_galerie {
	padding: 5px;
	padding-left:25px;
	background:rgb(228,50,50);
	font-family:Tahoma;
	font-size:15px;
	color:black;
}
div#sous_menu_galerie:hover {
	padding: 5px;
	padding-left:25px;
	background:rgb(228,50,50);
	font-family:Tahoma;
	font-size:15px;
	color:rgb(255,223,159);
}



/*le menu contact*/		
div#menu_contact {
	padding: 15px;
	background:rgb(225,153,51);
}
div#menu_contact:hover {
	padding: 15px;
	background:rgb(225,153,51);
	color:rgb(255,223,159);
}


/*------------------contenu------------------*/		
div#contenu {
	background:rgb(255,223,159);
	height:600px;
	float:left;
	width:730px;
	cursor:default;  /* curseur normal sur le texte*/
}

div#liengestion{
	background:rgb(0,0,0);
}



