* {
	margin: 0;
	padding: 0;
	list-style-type:none;
	text-decoration:none;
	}
body
 	{
	width: 100%;
	background-color: #000;
  text-align: center;
	background-image: url(../images/fond.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	}

.cadre
	{
	margin-left: auto;
  margin-right: auto;
	width: 900px;
	background-color : #000;

	}

.header
	{
	width: 100%;
	height: 350px;
	background-color : #000;
	}

.bouton
	{
	width: 100%;
	height: 35px;
	background-color : #000;
	background-image: url(../images/fondmenu.jpg);
	text-align: left;
	border-top: 1px solid #dc4f91;
	border-bottom: 1px solid #dc4f91;
	}
	
.nav
  {padding-top: 7px;}

li.menu
	{
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	margin-left: 20px;
	}
li.menu a:link, li.menu a:visited, li.menu a:active
  {
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	}
li.menu a:hover 
  {
	text-decoration: underline ;
	color: #c7cd00;
	border-bottom: 5px solid #c7cd00;
	}

.underline
  {
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	text-decoration: underline ;
	color: #c7cd00;
	border-bottom: 10px solid #c7cd00;
	}
	
.galerie
	{
	width: 100%;
	background-color: #030415;
	background-image: url(../images/fondpage.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	
	text-align: center;
	padding-bottom: 50px;
	}

.categorie
	{
	width: 450px;
	margin-left: auto;
  margin-right: auto;
	text-align: left;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	color: #000;
	background-color : #c7cd00;
	margin-bottom: 15px;
	margin-top: 33px;
	}
	
.galerie_elemnt
	{
	text-align: center;
	margin-bottom: 10px;
	height: 85px;
	}

.galerie_elemnt img
	{
	border: 2px dotted #c7cd00;
	/*border: none;*/
	}

.galerie_elemnt a:link, .galerie_elemnt a:visited
  {
	border-bottom: 0px solid ;
	}
.galerie_elemnt a:hover, .galerie_elemnt a:active  
  {
	border-bottom: 5px solid #dc4f91;
	}

.news
	{
	width: 100%;
	margin-left: auto;
  margin-right: auto;
	text-align: center;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	color: #FFF;
	margin-bottom: 15px;
	background-color : #F00;
	}

.footer
	{
	width: 100%;
	height: 75px;
	background-color : #000;
	background-image: url(../images/footer.jpg);
	text-align: center;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #fff;
	}
	
.footer a:link, .footer a:visited
  {
	color: #c7cd00;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	}
.footer a:hover, .footer a:active  
  {
	color: #c7cd00;
	text-decoration:underline;
	}