@charset "UTF-8";
/* CSS Document */


#conteneur{
		position:absolute;
		background-color:#555555;
		width:660px;
		height:630px;
		left:50%;
		top:50%;
		margin-left:-330px;
		margin-top:-315px;
}

/*  Structure du site en CSS  */

.banniere{
	float:left;
	width:660px;
	height:180px;
	background-image:url(Images/01_gaberel_banniere.jpg);
		}

.contenu{
		float:left;
		width:515px;
		height:450px;
		background-image:url(Images/02_gaberel_contenu.jpg);
		}

.menu{
		float:left;
		width:145px;
		height:450px;
		background-image:url(Images/03_gaberel_module.jpg);
		}

/* --------------------------------------------------------*/

/*  Mise en page du menu  */

.menu_mise_en_page_1{
		font-family:Arial Black,Arial,Geneva,serif;
		font-size:14px;
		color:#C60000;
		text-decoration:none;
		}

.menu_mise_en_page_1 a{
		color:#C60000;
		text-decoration:none;
		}
		
.menu_mise_en_page_1 a:hover{
		color:#CCCCCC;
		text-decoration:underline;
		}
		
.menu_mise_en_page_2{
		font-family:Arial Black,Arial,Geneva,serif;
		font-size:14px;
		color:#E2D70E;
		text-decoration:none;
		}
		
.menu_mise_en_page_2 a{
		color:#E2D70E;
		text-decoration:none;
		}
		
.menu_mise_en_page_2 a:hover{
		color:#CCCCCC;
		text-decoration:underline;
		}


/* --------------------------------------------------------*/

/*  Alignement du menu  */

#menu_alignement{
		position:absolute;
		left:515px;
		top:185px;
		width:120px;
		height:300px;
		}
		
/* --------------------------------------------------------*/

/*  Affichage boîte de texte pour le titre + mise en page  */

.boite_titre{
	position:absolute;
	left:85px;
	top:150px;
	font-family:Arial Black,Arial,Geneva,serif;
	font-size:14px;
	color:#E2D70E;
	width: 167px;
		}

/* --------------------------------------------------------*/


/*  Affichage bouton traduction  */

#boite_traduction{
	position:absolute;
	left:301px;
	top:150px;
	width:145px;
		}


.traduction_mise_en_page{
		font-family:Arial Black,Arial,Geneva,serif;
		font-size:12px;
		text-decoration:none;
		}

.traduction_mise_en_page a{
		color:#CCCCCC;
		text-decoration:none;
		}
		
.traduction_mise_en_page a:hover{
		color:#E2D70E;
		text-decoration:underline;
		}



/* --------------------------------------------------------*/


/*  Affichage boîte de texte pour le contenu  */

.boite_contenu{
	position:absolute;
	font-family:Arial, Geneva, serif;
	font-size:12px;
	color:#bbbbbb;
	width:410px;
	text-decoration:none;
}

.boite_contenu a{
	color:#bbbbbb;
	text-decoration:none;
}

.boite_contenu a:hover{
	color:#E2D70E;
	text-decoration:underline;
}
		
/*   boîte de texte pour le contenu  */

#boite_contenu{
	position:absolute;
	left:48px;
	top:190px;
	width:450px;
	height:350px;
	overflow:auto;
		}
		

#boite_contenu_photos{
	position:absolute;
	left:48px;
	top:190px;
	width:450px;
	height:350px;
	overflow:auto;
		}


/* --------------------------------------------------------*/

/*  Affichage webmaster  */

.webmaster{
	position:absolute;
	top:612px;
	width:535px;
	height:21px;
	font-family:Arial,Geneva,serif;
	font-size:12px;
	color:#CCCCCC;
	text-decoration:none;
	left: -9px;
		}

.webmaster a{
		color:#CCCCCC;
		text-decoration:none;
		}

.webmaster a:hover{
		color:#E2D70E;
		text-decoration:underline;
		}

