/* Général
 ============================================================================ */

body{
	margin : 20px 0px 0px 0px;
	background-color : #dfe385;
	color : #02761A;
	text-align : justify;
	font-family : sans-serif;
	font-size : 10pt;
}

img {
  border : none;
}

/* Global
 ============================================================================ */

#content {
	width : 900px;
	height : auto;
	margin : auto;
}

/* Menu
 ============================================================================ */
	
#content_menu {
	float : left ;
	width : 150px;
	height : 200px;
	text-align : justify;
	font-size : 12pt;
	margin-right : 10px; 
  background-color : #FEFACB;
}
	
#logo {
  width : 150px;
	height : 212px;
	background-image : url('./images/logo.jpg'); 
  background-repeat : no-repeat;
  border-bottom : 1px solid #02761A;
}
  	
#menu_footer {
	width : 150px;
	height : 110px;
	background-image : url('./images/2008.jpg'); 
  background-repeat : no-repeat;
  border-bottom : 1px solid #02761A;
}

dl, dt, dd, ul, li {
  margin : 0;
  padding : 0;
  list-style-type : none;
}
#menu {
  position : relative;
  width : 150px;
  color : white;
  font-style : times;
  text-align : center;
}

#menu dt {
  cursor : pointer;
  background-color : #FEFACB;
  margin : 0px 0;
  border-bottom : 1px solid #02761A;
  text-align : center;
  font-weight : normal;
  color : #02761A;
}

#menu dd {
  position : absolute;
  z-index : 100;
  left : 9em;
  margin-top : -1.4em;
  width : 10em;
  background : #FEFACB;
  border : 1px solid #02761A;
  color : #02761A;
}

#menu ul {
  padding : 2px;
}

#menu li {
  text-align : center;
  font-size : 85%;
  height : 18px;
  line-height : 18px;
  color : #02761A;
}

#menu li a, #menu dt a {
  color : #02761A;
  background-color : #FEFACB;
  text-decoration : none;
  display : block;
}

#menu li a:hover, #menu dt a:hover {
  text-decoration : underline;
  background-color : #02761A;
  color : #FFFFFF;
}	

#menu a {

}

/* Texte
 ============================================================================ */

#content_text {
	float : left;
	width : 738px;
  background : #FEFACB;
	border-top : 1px solid #02761A;
	border-bottom : 1px solid #02761A;
}

#text_header {
  width :  738px;
	height : 70px;
	background-image : url('./images/top.jpg');
	background-repeat : no-repeat;
	background-position : top middle;
}
	
#text_corpse{
	width : 738px;
}

#text_corpse a {
  text-decoration : none;
  font-style : italic;
  font-weight : bold;
  color : #000000;
}

#text-titre {
	padding : 0px 0px 0px 0px;
	border-bottom : 1px dashed #e67404;	
  font-size : 15px;
  font-style : italic ;
  font-weight : bold;
  color : #e67404;
}

#text-sstitre {
	padding : 0px 0px 0px 0px;
  font-size :12px;
  font-style : italic ;
  font-weight : normal;
  color : #e67404;
}

#info-P3 {
  margin : 3px 3px 3px 3px;  
  padding : 3px 3px 3px 3px;
}

#text_foot {	
  width :  738px;
	height : 30px;
  clear: both;
	background-image : url('./images/bottom.jpg');
	background-repeat : no-repeat;
	background-position : top middle;
}