/*
Title:      CSS layout
Author:     JF Adam, jf@ouimarketing.com
Updated:    1 décembre 2008
*/

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666}

/* ---[ Liens par défaut ]------------------------ */
a { 
	color: #0066cc;
	}
	a:link,
	a:visited,
	a:active {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		color:#009933
	}

#footer { font-size:11px}
#footer a { font-size:11px; color:#999999}


/* ---[ Éléments communs]--------------------- */

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	font-weight:normal;
}
h1 {
	margin: 5px 0px 10px 0px; 
	color:#0066cc;
	font:25px/24px;
	line-height:1.0em;
	font-weight:lighter
}
h2 {
	margin: 5px 0px 10px 0px; 
	color:#333333;
	font-size:22px;
	font-weight:lighter;
	line-height:1.0em
}


h3 {
	margin:0 0 4px;
	color:#009933;
	font-size:24px;
	font-weight:lighter;
	text-decoration:none;
	line-height:20px;
	
	
}

h4 {
	margin:12px 0 4px  0;
	color:#0066cc;
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
	line-height:1.0em
	
}
h5 {
	margin: 5px 0px 10px 0px; 
	color:#333333;
	font-size:16px;
	font-weight:lighter;
	line-height:1.0em
}



p { 
	
	color:#333333;
	line-height: 1.5em;
	margin-bottom:15px;
	}
dl {
	display: block;
	}
	
ul {
	display: block; 
	}


sup {
	font-size: 77%;
	}
.hr { border-top:dotted 1px #CCC; margin:10px 0 10px 0; clear:right}

/* nouvelles page accueil */
#bloc_nouvelles h1 { margin:0 0 0 15px}
.item_nouvelle h2 { line-height:1em; margin-bottom:10px}
.item_nouvelle p { font-size:11px; margin-bottom:10px}
.item_nouvelle a , #bloc_all_news a { color:#0066cc; font-weight:bold}

/* nouvelles page nouvelles */
#nouvelles_section h2 {}
#nouvelles_section h3 { font-size:12px}
	
/* pages navigation */
.pages_bas {}
.pages_bas a {}
.bas_pages_selec { color:#FF0000}

