/* CSS Document */

/* Règles générales 
--------------------------------------------------------------------------------------------------------*/


body {
	font:normal 12px Verdana, Arial, sans-serif;
	line-height: 125%;
	background-color:#6476BF;
	margin:0 0 25px 0;
	padding:0;
	}

p	{
	line-height:18px;
	margin-top:0;
	padding-top:0;
	}

h1	{
	color:#009;
	background:#fff;
	font:bold 24px Arial, Helvetica, sans-serif;
	margin-top:0;
	}

h2	{
	color:#000;
	font:16px verdana, "Bitstream Vera Sans", geneva, arial, helvetica, sans-serif;
	font-weight:bold;
	background-color:#fff;
	margin-bottom:6px;
	}

h3	{
	color:#000;
	font:bold 13px Verdana, Arial, sans-serif;
	background-color:#fff;
	margin-bottom:4px;
	margin-top:6px;
	line-height:15px;
	}

hr	{
	float:left;
	border:0;
	margin-top:20px;
	height:1px;
	width:33%;
	background-color:#CFCF9A;
	display:block;
	padding:0;
	}
	
acronym[title]	{
	cursor:help;
	border-bottom:1px dotted gray;
	}
	
span[title]	{
	cursor:help;
	border-bottom:1px dotted gray;
	}

.photo	{
	float:right;
	clear:right;
	margin:20px 0 0 10px;
	}
	
#tagline	{
	color:#000;
	font:normal 14px Verdana, Arial, sans-serif;
	background-color:#E9E8D1;
	padding-bottom:6px;
	padding-left:18px;
	text-align:left;
	vertical-align:top;
	}
	
	
/* DIVisions 
--------------------------------------------------------------------------------------------------------*/
	
#page {
	width:760px;
	height:auto;
	margin:0 auto 0 auto;
	border:10px #009 solid;
	}

#logo img {
	margin:40px 0 0 16px;
	border:none;
	background-color:#E9E8D1;
	}

#utilitaires	{
	height:20px;
	width:160px;
	padding:0;
	margin:10px 15px 30px 0;
	float:left;
	font-weight:normal;
	}	

#texte	{
	padding:28px 20px 20px 42px;
	background-color:#fff;
	height:auto;
	width:720;
	vertical-align:top;
	}

#texteAccueil	{
	padding:28px 20px 20px 42px;
	background-color:#fff;
	border-right:1px solid #B6B6B6;
	vertical-align:top;
	}
		
#texte ul	{
	margin-top:5px;
	}
		
#texte ul li	{
	line-height: 18px;
	list-style-type:square;
	}
		
#texteAccueil ul	{
	margin-top:-5px;
	margin-left:15px;
	padding:0;
	}
		
#texteAccueil ul li	{
	line-height: 18px;
	list-style-type:square;
	}

#titreNouvelles	{
	padding:2px 0 0 20px;
	background-color:#009;
	border:1px solid #009;
	color:#fff;
	vertical-align:middle;
	font:bold 16px Arial, sans-serif;
	}
		
#nouvellesBoite	{
	padding:10px;
	vertical-align:top;
	border:none;
	background-color:#fff;
	}

#adresse	{
	text-align:center;
	width:760px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	}
	
#adresse p	{
	font-style:normal;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	}
			
#adresse a	{
	color:#009;
	}
		
#chemin	{
	height:auto;
	width:auto;
	float:left;
	margin:-6px 0 10px 1px;
	}
		
#chemin ul	{
	margin-left:0;
	padding:0;
	}
		
#chemin ul li	{
	list-style-type:none;
	display:inline;
	}

	
/* Navigation 
--------------------------------------------------------------------------------------------------------*/
	
#nav	{
	width:100%;
	height:26px;
	padding:0;
	margin:0;
	}
	
#nav td {
	margin:0;
	padding:0;
	text-align:center;
	border-top:1px solid #8287C1;
	border-bottom:1px solid #8287C1;
	border-left:1px solid #8287C1;
	width:20%;
	height:26px;
	font:bold 16px arial, sans-serif;
	}

#nav td a:link, #nav td a:visited {
	font-weight:bold; 
	margin:0;
	text-decoration:none;
	height:26px;
	display:block;
	background:#CACDE9;
	color:#009;
	line-height:26px;
	}

#nav td a:hover {
	color:#009;
	background:#D3D6E7;
	height:26px;
	display:block;
	}

#nav td a:active {
	text-decoration: none;
	color:#009;
	background: #CACDE9;
	height:26px;
	display:block;
	}
	
#boutonInactif	{
	color:#fff;
	height:26px;
	font-weight:bold; 
	margin:0;
	background:#009;
	line-height:26px;
	text-align:center;
	width:20%;
	}

#chemin a:link, #chemin a:visited, #chemin a:hover, #chemin a:active {
	font-weight:normal; 
	text-decoration:underline;
	color: #000;
	background: transparent; 
	}

a[title]	{
	cursor:help;
	border-bottom:1px none gray;
	}


