/* #######################################
	GENERALITES 
#########################################*/

/* Fond des pages */
body {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	background-color:#fff;
}

/* Les liens */
a:link, a:visited, a:hover, a:active {
	font-weight:bold;
	color:#63615f; /* gris foncé */
	font-size:0.9em;
	text-decoration: none;
	padding:0; margin:0;
}



a img, img {
	border: none;
}

div.spacer {
	clear: both;
	visibility: hidden;
	margin:0; padding:0;
}



/* #######################################
	MISE EN PAGE DU SQUELETTE  (éléments qu'on retrouvera sur toutes les pages)
#########################################*/



div#page {
	width: 1024px;
	padding:0; margin:0;
	margin-left: auto; margin-right: auto; /* Permet de centrer le div qui contient le site ( colonne gauche et droite, footer) */
}



/* Le header */
div#header {
	width: 1024px;
	padding:0; margin:0;
	height: 136px;
	background: #fff url(../images/main/header.png) no-repeat scroll 0 0;
	overflow:hidden;
}
div#header  a{
	float:right;
	margin:9px 100px 0 0;
}



/* Le menu : Conteneur entre le header et le contenu   */
div#menu {
	width: 1024px;
	padding:0; margin:0;
	height: 319px;
	overflow:hidden;
}
/* Les liens du menu */
div#menu img#menuImg {
	padding:0; margin:0;
	margin: 50px 0 0 128px;
}



div#contenu {
	width: 1024px; 
	background: #fff url(../images/main/borduresSite.png) repeat-y scroll 50% 0;
	padding:0; margin:0;
}

div#contenu  div#colonne_gauche {
	float:left;
	width: 200px;
	text-align:center;
	padding:0; margin:0;
	padding-left: 110px;
}

/* Formulaire Newsletter */
div#colonne_gauche div#newsletter {
	height: 130px;
	background: #fff url(../images/main/newsletter.png) no-repeat scroll 0 0;
	border:1px solid #fff;
}
div#colonne_gauche div#newsletterAnnuaire {
	height: 130px;
	background: #fff url(../images/main/newsletter-annuaire.png) no-repeat scroll 0 0;
	border:1px solid #fff;
}
div#newsletter form {
	margin:90px 0 0 15px;
}
div#newsletterAnnuaire form {
	margin:90px 0 0 15px;
}



/* Texte argumentaire */
div#contenu div#texteArgu {
	float:left;
	width:650px;
	text-align:right;
	margin-bottom:30px;
}




/*  Le pied de page  */
div#footer {
	clear: both;
	padding-top:30px;
	font-size:0.8em;
	background: #fff url(../images/main/borduresSite.png) repeat-y scroll 50% 0;
	text-align: center;
	color:orange;
}








/****************************************************************************************
BARRE DE PAGINATION    
*******************************************************************************************/


/* Les barres de navigation */
div.navig {
	border: 0px solid green; /* bleu */
	margin-top: 10px;
	text-align:center;
	height:15px;
}
div.navig ul {
	list-style-type: none;
	margin:0; padding:0;
}
div.navig ul li {
	display: inline;
	
}


/* Barres de navigation : liens */

div.navig ul li a:link, div.navig ul li a:visited {
	color : green; /* bleu */ 
	text-decoration: none; 
	font-weight: normal;
	font-style: normal;
	background:none;
	padding:0;
	font-size:14px;
}
div.navig ul li a:hover, div.navig ul li a:active {
	color : green; /* bleu */  
	text-decoration: none; 
	font-weight: normal;
	font-style: normal;
	background:none;
	padding:0;
	font-size:14px;
}

/* Barres de navigation : page en cours */
div.navig ul li span {
	color : #000; /* bleu */ 
	font-size:13px;
	background-color: #bcd68d; /* bleu */
	font-weight: bold;
}



