/*  DIV */

html, body {
margin: 0;
padding: 0;
height: 100%
}

body{
	margin: 0px ;
	font-family: arial;
}

a img{
	border-style: none ;
}

#wrapper{
	font-size: 80%;
	width: 800px;
	margin: auto;
}

#header{
	background: url('./img/LogoTeam.jpg') no-repeat center left ;
	display: block;
	height: 140px ;
	width: 590px ;
	margin-bottom: 10px;
}

#menu{
	background: url('./img/menu_news_header.jpg') no-repeat top;
	color: #FFFFFF ;
	float: right ;
	width: 200px;
	background-color: #eb7a6c ;
}

#menu_news{
	background: url('./img/menu_news_footer.jpg') no-repeat bottom left;
	background-color: #8b8d78 ;
	margin-left: 50px ;
	padding: 5px ;
	font-size: 80%;
}

#menu_news_header{
	color: #FFFFFF ;
	text-align: center ;
	font-size: 120%;
}

#menu_search{
	margin-top: 20px ;
	margin-bottom: 20px ;
}

#menu_rubric{
	margin-bottom: 25px;
}

#menu_footer{
	background: url('./img/acces_teamsite.jpg') no-repeat bottom right;
	height: 34px;
}


#menu_footer a{
	display: block;
	height: 28px;
	width: 163px;
	margin-left: 37px;
	margin-top: 14px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration:none;
	text-align:center;
}

#menu_footer a:hover{
	color: #000000;
}


html:not([lang*=""]) #menu_footer a{
 	padding-top: 10px ;
}



#content{
	width: 590px ;
	height: 400px ;
}

*+html #content {
  height: 100% ;
}

html:not([lang*=""]) #content{
 	height: auto;
	min-height: 400px;
}

#texte_top{
	background: url('./img/top_content.jpg') no-repeat top center;
	background-color: #bfc3ac;
	width: 570px ;
	padding: 10px ;
	margin-bottom: 10px ;
	border-bottom: 10px solid #FFFFFF ;
}

#content_m_left{
	background: url('./img/foot_content.jpg') no-repeat bottom left;
	background-color: #bbc1a7;
	vertical-align: top ;
	border-right: 10px solid #FFFFFF ;
	width: 375px ;
	height: auto ;
	padding: 10px ;
}
#content_m_right{
	background: url('./img/foot_content.jpg') no-repeat bottom right;
	background-color: #bbc1a7;
	vertical-align: top ;
	height: auto ;
	padding: 10px ;
}
#content_center{
	background: url('./img/foot_content.jpg') no-repeat bottom center;
	background-color: #bbc1a7;
	vertical-align: top ;
	padding: 5px ;
	padding-bottom: 20px ;
	height: auto ;
}





#pied{
	font-size: 12px;
	width: 800px ;
	text-align: right ;
	margin: auto;
}

#pied a{
	color : black ;
	text-decoration: none ;
	font-size: 75% ;
}

#pied a:hover{
	text-decoration: underline ;
}

#menu_copyright{
	font-size: 10px;
	text-align: center;
	margin-left: 90px;
	color: black;
}


/* CLASS */

.find_form input{
	border: 0px none ;
	padding-top: 8px ;
	padding-left: 10px ;
	float: right ;
	background: url('./img/bouton_search.jpg') no-repeat center left;
	height : 26px ;
	width : 120px ;
}

.find_form_submit{
	display: block ;
	background: url('./img/bouton_search_val.jpg') no-repeat  ;
	background-position: bottom  right ;
	width : 60px ;
	padding-top: 4px ;
	height : 26px ;
	font-family: Impact;
	text-align: right ;
	font-size: 95%;
	color: #FFFFFF ;
	text-decoration: none ;
}

.menu_bouton{
	display: block ;
	background: url('./img/bouton.jpg') no-repeat center right;
	width : 190px ;
	height : 23px ;
	margin-left: 10px ;
	margin-top: 15px;
	padding-top: 3px;
	text-align: left ;
	font-size: 16px;
	color: #FFFFFF ;
	text-decoration: none ;
	text-indent: 5px ;
}

.titre_in_rubrique{
	color : black;
	font-size: 150%;
	text-decoration: underline;
}

.chapo_in_rubrique{
	color : black;
	text-indent: 30px ;
	text-align: justify  ;
}

a.article_in_rubrique{
	display: block ;
	text-decoration: none;
	margin-bottom: 5px ;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border: 1px outset #dee0d5 ;
}


.menu-titre{
	padding-left: 5px;
}


.menu_bouton:hover{
	color: #000000 ;
}

.sous_menu_bouton {
	display: block ;
	text-align: left;
	width: 150px;
	margin-bottom: 1px ;
	padding-left: 15px ;
	font-size: 10px;
	color: #808080;
	border-top: 1px solid #EC7A6C ;
}

.sous_menu_bouton:hover{
	color: #EC7A6C;
}

.sous_menu{
	display: none ;
	background: url('./img/sous_menu_footer.jpg') no-repeat bottom left;
	background-color: white;
	margin-left: 35px ;
}

