
/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - CSS - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */

/*
Couleur verte = #B2CB00
Couleur rouge-brique = #ad6b6c
Background du menu principal = #54191b
Couleur de texte = #777
*/

*{
margin: 0;
padding: 0;
}	

html, body, p , h1, h2, h3, h4, h5, h6, ul, li, ol, table {
	list-style:none;
	font-weight: normal;
	font-size: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #777;
	background: #602B2D	 url(../images/bgverloop.jpg) top left repeat-x;
}

h1 {
	font-size: 1.8em;
	letter-spacing: 1px;
	color: #ad6b6c;
	margin-bottom: 5px;
}	
h2 {
	font-size: 1.25em;
	padding: 2px 0 3px 9px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #B2CB00; /* vert */
	margin-top: 20px;
}
h3 {
	font-size: 1.25em;
	letter-spacing: 1px;
	color: #ad6b6c;
	border-left: 21px #ad6b6c solid;
	padding-left: 10px;
	margin-top: 30px;
}

h4, p, ul, table {
	line-height: 1.4em;
	text-align: justify;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

h4 {
	font-weight: bold; 
	margin-bottom: -10px;
}

a { outline: 0 } /* IE : supprime les pointiés autour de l'image lors d'un click */

#container {
	position: relative;
	background: transparent url(../images/background.jpg) top left no-repeat;	
	margin: 40pt auto;
	width: 900px;
	height: 700px;	
}	

#primaryContent {
	width: 530px;
	height: 580px;
	float: left;
	margin-left: 50px;
	margin-top: 60px;
}
 
#txt {
	margin-top: 16px;
	padding: 7px 20px 0 20px;
	background-color: #fff;
	height: 333px;
	overflow: auto;
	
}	

.liste-puces {
	list-style-type:square;
	margin-left: 13px;
	margin-top: 5px;
}

.info_sup {
	font-size: 0.8em;
	font-style:italic;
}



/********************/
/*       MENU       */
/********************/

#navigation{
	float: left;
	margin-top: 200px;
	width: 270px;
	padding-top: 5px;
	height: 210px;
	font-size: 1.2em;
	letter-spacing: 1px;
	background-color: #54191b;
	
	/* opacity enkel in firefox en andere goede browsers... */
	-moz-opacity:.80;
	opacity:.80;
}

#navigation ul {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#navigation li {
	display: block;
	height: 18px;
	font-weight: bold;
	text-align: right;
 	color: #fff;
	margin: 12px 40px 12px 0;
}

#navigation a {
	display: block;
	color: #ad8f91;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:hover {
	display: block;
	text-decoration: none;
	margin-bottom: -3px; /* difference du border-bottom */
	border-bottom: 3px #B2CB00 solid; /* vert */
}



/********************/
/*  Galerie photos  */
/********************/

#fotos { 
	/*** Reset ***/
	margin: 0;
	padding: 0;
	line-height: 0;
	text-align: left;
	/*************/	
	margin-left: -10px;
	} 	
	
#fotos img {
	display: block;
	float: left;
	border: none;
	margin-left: 10px;
	margin-bottom: 10px;
}



/********************/
/* Lien agence web  */
/********************/

#webagencyLink {
	position: absolute;
	right: 29px;
	bottom: 9px;
	font-size: 10px;
	color: #ad6b6c;
	text-align: right;
}
#webagencyLink a {
	color: #ad6b6c;
	text-decoration: none;
}
#webagencyLink a:hover {
	text-decoration: underline;
}



