/* STRUCTURE // SQUELETTE */

* {
	margin: 0;
	padding: 0;
}
body,html {
	background-image: url(visuels/fond.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #EAE1BD;
	text-align: center;					
}
#conteneur_general {
    width: 730px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;			
}
#conteneur {	
    width: 660px;
	margin-left: auto;
	margin-right: auto;	
	text-align : left;				
}
#logo {
	float: left;
	width: 372px;	
}
#pigment {
	float: left;
	width: 288px;
}
#menu {
	width: 660px;
	height: 21px;
	text-align: left;		
}
#edito {
	float: left;
	width: 325px;	
}
#edito {
	float: left;
	margin-top: 25px;
	width: 325px;	
}
#espace_edito_news {
	float: left;
	width: 65px;	
}
#news {
	float: left;
	margin-top: 25px;
	width: 270px;
	text-align: center;
	background-image: url(visuels/news_fond.gif);
	background-repeat: repeat-y;
	background-position: center;	
}
#bloc_news_haut {
	width: 270px;
}
#bloc_news_milieu {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;	
}
#bloc_news_bas {
	width: 270px;
}
#signature_jnbi {
	float: left;
	margin-top: 50px;
	width: 345px;
}
#menu_secondaire {
	float: left;
	margin-top: 40px;
	width: 315px;
	height: 24px;
	background-color: #00853B;
	text-align: center;
}
#contenu_menu_secondaire {
	margin-top: 6px;
}

/*  DESIGN  */

img {
border : none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4322;
}
#edito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4322;
}
#bloc_news_milieu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4322;
}
#signature_jnbi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9AB6A7;	
}
#menu_secondaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.titre_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9B201F;
}
.typo_generale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4322;	
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4322;
}
.titre_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4C4322;
}
.titre_general2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #effffe;
}
input,textarea {
	border: 1px solid #5D831B;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9B201F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.lien_jnbi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9AB6A7;
	text-decoration: none;
}
a.lien_jnbi:hover {
	text-decoration: underline;
}
a.lien_menu_secondaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.lien_menu_secondaire:hover {
	text-decoration: underline;
}
a.bt_news{	
	width: 69px;
	height: 17px;
	margin-top: 0;
	background-image: url(visuels/bt_lire.gif);
	background-repeat: no-repeat;
}
a.bt_news:hover{
	width: 69px;
	height: 17px;
	margin-top: 0;
	background-image: url(visuels/bt_lire_over.gif);
	background-repeat: no-repeat;
}

/* MENU */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00853B;	
	text-decoration: none;
	font-weight : bold;
}
dl 	{ 
	float: left;	
 	}
dt {
	margin-top : 3px;
	font-size: 11px;
	color : #00853B;
	font-weight : bold;
}
dd {	
	position: absolute;	
	width: 260px;
	margin-top: 4px;	
	background: #FFFFFF;		
}
li {
	margin-top: 2px;
	text-align: left;
	height: 20px;			
}
a.lien_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00853B;	
	text-decoration: none;
	font-weight : bold;	
}
a.lien_menu:hover {
	color: #FFFFFF;	
	background-color: #C6AE40;	
}
a.lien_sous_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00853B;	
	text-decoration: none;
	font-weight : bold;	
}
a.lien_sous_menu:hover {	
	color: #C6AE40;
}


