body {
	font-family: verdana, arial;
	font-size: small;
	text-align:center;
	padding:0;
	margin:0;
	}

p {
	text-align: justify;
	line-height: 150%;
	}

em {
	color: #FF9900;
	font-style:none;
	font-weight:bold;
	}

td {
	padding: 0;
	margin: 0;
	}

H1 {
	height: 29px;
	text-align: right;
	margin: 0px;
	padding: 6px 20px 0px 5px;
	background-image: url("images/fond_titre.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	font-size:13px;
	color: white;
	}

H2 {
	font-size:24px;
	color: black;
	font-family: georgia;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	}

H3 {
	font-size:12px;
	color: #FF9900;
	font-family: georgia;
	}

ul {
	padding-left:20px;
	margin-left:0px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-image: url("images/bullet.gif");
	}
	
li {
	padding-left:0px;
	margin-left:0px;
	padding-bottom: 5px;
	}

a {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

div.Nouvelle_Date {
	color: #FF9900;
	}

div.Nouvelle_info_courte {
	font-size:small;
	font-style : normal;
	font-weight : 900;
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
	}
	
div.Nouvelle_info_longue {
	font-size:small;
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
	display : none;
	}

input {
	font-family: Tahoma, Arial;
	font-size: 10px;
	}
textarea {
	font-family: Tahoma, Arial;
	font-size: 10px;
	}



/* Menu haut */

td.menu_haut {
	border-left: 1px dashed #888888;
	padding: 0px 10px 0px 5px;
	}

a.menu_haut {
	font-size:11px;
	color: #666666;
	text-decoration: none;
	}
a.menu_haut:hover {
	color: #FF9900;
	}

a.menu_haut_selected {
	font-size:11px;
	color: #FF9900;
	text-decoration: none;
	/*border-bottom:2px dotted #FF9900;*/
	}

	
/* Menu principal*/

td.menu_principal {
	padding: 0px 8px 0px 10px;
	margin: 0px;
	text-align:center;
	}

a.menu_principal {
	font-size:12px;
	letter-spacing: 1px;
	font-weight: bold;		
	color: #666666;
	text-decoration: none;
	line-height:90%;
	}
a.menu_principal_selected {
	font-size:12px;
	letter-spacing: 1px;
	font-weight: bold;		
	color: #FF9900;
	text-decoration: none;
	line-height:90%;
	border-bottom:2px dotted #FF9900;
	}

a.menu_principal:hover {
	color: #FF9900;
	}

/* Pied de page (bas)*/

a.menu_bas {
	font-size:10px;
	font-weight: bold;		
	color:#DDDDDD;
	text-decoration: none;
	}
a.menu_bas:hover {
	color: #FF9900;
	}

span.copyright {
	color:#999999;
	font-size:9px;
	font-weight:none;
	letter-spacing:1pt;
	text-align:center;
}

/* LAYOUT */

#contour {
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:center;
	background-image: url("images/background.jpg");
	background-position: center center;
	background-repeat: repeat-y;
	padding:0;
	height: 100%;
  }
  
#frame {
	width:964px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}

#banniere_haut{
	height: 50px;
	background-image: url("images/banniere_haut.jpg");
	}

#menu_haut {
	height: 27px;
	text-align: right;
	background-color: white;
	background-image: url("images/menu_haut_fond_gauche.jpg");
	background-repeat: no-repeat;
	}

#banniere_principale{
	height: 250px;
	background-image: url("images/banniere_principale.jpg");
	}

#menu_principal {
	height: 33px;
	background-image: url("images/menu_fond.jpg");
	padding: 0px;
	margin: 0px;
	}

#colonne_simple {
	width:214px;
	padding:10px;
	float:left;
	/*background:#fff;*/
	}

#colonne_double {
	width:698px;
	padding:10px;
	float:left;
	/*background:#fff;*/
	}

#pied_de_page {
	width: 964px;
	height: 37px;
	background-image: url("images/pied_de_page.jpg");
	text-align: center;
	color: white;
	padding-top:29px;
	}

#bordure_bas {
	text-align:center;
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
	height: 10px;
	background-image: url("images/bordure_bas.jpg");
	}

#copyright {
	color:#999999;
	font-size:9px;
	font-weight:none;
	letter-spacing:1pt;
	text-align:center;
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
	}

