BODY {
	background-color : RGB(138,173,129);
	margin:0px;
	padding : 0px;
	font: 80% verdana, arial, sans-serif;
	/*background-color:RGB(190,216,184);*/
}

/**********************************************************************************************/
/*							STYLE DES OBJETS GRAPHIQUES		      					          */
/**********************************************************************************************/
.btn_taille {
	margin-top:5px;
	width:150px;
	color : yellow;
	background-color:RGB(53,98,38);
}

.champs_profils { /************************************************/
	width : 250px;
}

.col { /**********************/
	width : 300px;
}

/**********************************************************************************************/
/*							STYLE DE LA PAGE PRINCIPALE					     			 */
/**********************************************************************************************/
.logo {
	position:absolute;
	top:40px;
	left:16%;
}

.logoBozoul {
	position:absolute;
	top:20px;
	left:75%;
}

.blocTitre {
	position:relative;
	top:8%;
	left:15%;
	background-color : RGB(138,173,129); 
	width : 800;
	height : 25px;
}

.blocConteneur { /* Contient le bloc menu ainsi que le bloc principal */
	position:relative;
	margin-top:8px;
/*	left:0%;*/
	background-color : black;
	width : 802;
	/*height : auto;/*1145px;*/
	border-style: solid;
	border-width: 2px;
	background-image : url(./imagesSite/fonds/Menu3.JPG);
	/*margin:0px;*/
	padding : 0px;
}

/* Bloc contenan la phrase d'agrement */
.blocPhraseAgrement{
	text-align : left;
	clear : both;
	background-color: url(./imagesSite/fonds/Menu3.jpg);/*background : blue;*/
	height : 51px;
}

.bandeau { 
	position:relative;
	overflow : hidden;
	margin-top :5px;
	background-color : RGB(138,173,129);
	width: 800px;
	height : 149.8px;
	border-style:solid;
	border-width: 2px;
	border-color : black;
}

.blocMenu {
	position:absolute;
	top: 37px;
	left:0px;
	height : auto;/*995px;*/
	width : 200px;
	float : left;
	padding : 0px;
	margin : 0px;
}

.blocPrincipal {
	position:relative;
	margin-top:0;
	top: 0px;
	left: 102px;
	background:url("./imagesSite/fonds/principal1.jpg");/*background : blue;*/
	height : auto;/*995px;*/
	width : 599px;
	border-color:black;
	
}

.titreDynamique {
	padding-top : 5px;
}

.texteVert{
	color : RGB(0,72,0);
}

.blocText {  
	position:static;
	text-align : left;
	top:50px;
	left:1px;
	background-color : RGB(138,173,129);   /*RGB(190,216,184);*/
	height : auto;
	min-height : 599px; 
	width : 580px; /*550px;*/
	border: 0px solid black; /*#FF00FF;*/
	
}

H1,H2,H3,H4,H5,H6 {
	color : yellow;
}

a{
	color : orange;
}

.a2{
	color : RGB(0,72,0);
}

.titreH1 {
	color:black;
	font-family : sans-serif;
}

#titrePage{
	margin-top : 18px;
}

#agrement{
	position : relative;
	margin-top : 910px;
}

/**********************************************************************************************/
/*							STYLE DES NEWS							      */
/**********************************************************************************************/
.blocNews {
	overflow : hidden;
	margin-top : 15px;
	margin-left :12px;
	margin-bottom : 10px;
	position : static;
	background-color : RGB(50,92,56);
	width:550;
	height : auto;
	border-width:1px;
	border-style : outset;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	padding-bottom : 3px;
	border-color : black;
	color : yellow;
}

.texte {
	position:absolute;
	padding : 10px;
	top:100px;
	left:20px;
	float:left;
	width:100px;
}

.blocSaisie {
	position:absolute;
	top:0px;
	left:100px;
	clear : left;
}

.poste_le {/**********************/
	position : relative;
	text-align : left;
	height : 20px;
	width : 542px;
	background-color : RGB(138,173,129);
}

/**********************************************************************************************/
/*							STYLE DU MENU								      */
/**********************************************************************************************/

#menu {
	top: 100px;
	left: 10px;
}

#menu {
	width: 13em;
}
#menu dt 
{	cursor: pointer;
	margin-top: 16px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: RGB(11,48,5);
}

#menu dd {
	display: none;
	border: 1px solid gray;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	/*margin-left : -16.5px;*/
	
}

#menu li {
	background-color: #93C06F;
	list-style-type: none;
	text-decoration : none;
}

#menu dt a {
	color: Yellow;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a {
	color: RGB(9,40,4);
	text-decoration: none;
	text-align : center;
	border : 0;
	padding : 0;
	display: block;
	height: 100%;
}

#menu dt a:hover {
	background-color: black;
}

#menu li a:hover {
	background-color: black;
	text-decoration : none;
	height : 100%;
	color:yellow;
}

