﻿/* General */


body { 
	font-size: 75%; 
	background-color: #404040;
	color: #ccc; 
	margin: 0; 
	margin-top:10%; 
	margin-bottom:10%; 
	padding: 0; 
	font-family: "Tahoma" ,Arial, sans-serif; 
	}
	
a.image_link { 
	color: #ffffff; 
	text-decoration: none; 
	padding: 0; 
	border-bottom: none; 
	}
	
#myGallery
	{
	margin: auto;
	width: 600px !important;
	height: 600px !important;
	} 
	
#myGallery a
	{
	color: #ffffff; 
	border-bottom: none;
	} 	
	
a { 
	color: #eeeeee;
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #fff; 

	}
	
a:after {
	color: #adadad; 
	font-size: 1.1em;  
	}
	
a img {
	border : none;
	color : #ffffff;
	}
	
hr { 
	margin: 1em 0; 
	border: none; 
	border-bottom: 1px solid #cacaca; 
	height: 1px; 
	}
	
table {
	text-align: center;
	}
	
h1 {
	font-size: 100%; 
	color: #de0000;
	margin-bottom: 0px;
	}	
	
h2 {
  font-size:145%;
  margin-bottom:0px;
  padding-bottom:10px;
  font-weight:normal;
  color:#de0000;
  text-decoration:none;

	}

h3 {
	font-size:120%;
	text-decoration:none;
	}

ul {
	list-style-type: none;
	}
	
ul a{
	list-style-type: none;
	text-decoration: none;
	color: #cacaca;
	border-bottom: none;
	}

	
div#contenu { 
	width: 740px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto; 
	background: #202020; 
	}
	
div#contenu hr {
	margin: 1em 0; 
	border: none; 
	border-bottom: 1px solid #696969; 
	height: 1px; 
	}
	
div#contenu ul a:hover:before {
	content:"» ";
	}

/* Header et menu */


div#menu { 
	width: 740px;
	margin: auto; 
	background: none; 
	padding-bottom: 50px;
	}
	
div#menu img { 
	background: none; 
	float: left;
	}
	
div#menu ul { 
	list-style-type: none;
	margin-top: 25px;
	float: right;
	}
	
div#menu ul li { 
	display: inline; 
	}
	
div#menu ul li a { 
	color: #cacaca;
	font-weight: bold; 
	font-size: 1.2em; 
	margin: 5px; 
	padding: 5px;
	padding-bottom: 7px;
	text-decoration: none; 
	font-variant: small-caps; 
	border-bottom: none;
	}

div#menu ul li a:hover {
	color: #696969;
	font-weight: bold; 
	font-size: 1.2em; 
	margin: 0 5px; 
	text-decoration: none; 
	font-variant: small-caps; 
	border-bottom: none;
	}

p { 
	margin:0; 
	padding:5px; 
	}
	
hr { 
	margin: 1em 0; 
	border: none; 
	border-bottom: 1px solid #000; 
	height: 1px; 
	}
	
/* Footer */

div#pied {
	background: url(pied.png);
	width: 780px;
	height: 25px;
	margin: auto;
	}


div#footer { 
	font-size: .85em; 
	background: none; 
	text-align: center;
	padding-top: 10px;
	}