/* ici commencent les attributs de mise en page */

body{
	background-color : #000;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	}
		
.menu{
	width : 120px;
	float : left;
	height : 100%;
	position : fixed;
	}

.contenu{
	margin-left : 150px;
	padding-top : 40px;
	padding-bottom : 40px;
	}
		
.imgaccueil{
	margin-left : 150px;
	padding-top : 0;
	padding-bottom : 0;
	}
		
.margescontact{
	padding-top : 40px;
	padding-left : 40px;
	}
		
.cadrephotos{
	border: 0;
	border-style: solid;
	border-color: #746858;
	}

.margesphotos{
	margin : 10px;
		}
		
.cachez{
	visibility : hidden;
	}
		
.activez{
	color : #FFF;
	}

.soulignez{
	text-decoration : underline;
	color : #7B7B7B;
	}

.agrement_img{
	margin-left : 0px;
	margin-right : 38px;
	margin-top : 8px;
	margin-bottom : 0px;
	}

/* ici commencent les attributs de mise en forme du texte */

.txtmenu{
	color : #7B7B7B; /* valeur de gris 40 pour cent */
	font-family : Verdana, Arial, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	Text-Transform : none;
	}

.txtmenublanc{
	color : #FFF; /* valeur blanc */
	font-family : Verdana, Arial, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	Text-Transform : none;
	}

.titrerubriq{
	color : #D0D0D0; /* léger grisé du texte */
	font-family : Verdana, Arial, sans-serif;
	font-size : 15px;
	font-weight : bold;
	font-style : normal;
	Text-Transform : none;
	}

.corpsdutexte{
	color : #D0D0D0; /* léger grisé du texte */
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	Text-Transform : none;
	}

.corpsdutxtaveclien{
	color : #7B7B7B; /* léger grisé du texte */
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	Text-Transform : none;
	}

.entoutpetit{
	color : #7B7B7B;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	Text-Transform : none;
	}

.itemitalique{
	color : #D0D0D0; /* léger grisé du texte */
	font-family : Verdana, Arial, sans-serif;
	font-size : 15px;
	font-weight : normal;
	font-style : normal;
	Text-Transform : none;
	Text-decoration : underline;
	}

.txt_en_retrait{
	padding-left : 40px;
	margin-top : 4px;
	}
	
.en_retrait_supl{
	margin-left : 120px;
	margin-top : 20px;
	}
	
/* ici commencent les attributs d'interactivité */

A{
	Color : #7B7B7B; /* couleur des textes "cliquables" */
	Cursor : Auto;
	Font : inherit inherit inherit inherit;
	Text-Decoration : none;
	}

A:hover{
	Color : #FFF; /* texte devenant blanc au passage de la souris */
	Font : inherit inherit inherit;
	Text-Decoration : none;
	}
