/* MENU */

/* Je sélectionne mes <li> par les sélecteurs (<li> est contenu par le <ul>), inutile de lui rajouter une class */
ul#menu li { 
display : inline;
text-decoration: none;
padding : 0 0.0em; /*Pour espacer les boutons entre eux */
}
ul#menu {
list-style-type : none; /* Car sinon les puces se placent n'importe où */
margin: 0px;
padding: 0px;
}

a.menu {
color: black;
text-decoration: none;
}


/* PAGE*/
html, body {
	margin:0;
	padding:0;
}
body{
	height: 100%;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	color: black;
	font-size: 75%;
	background-color: #f6f5f5;
	background-image:url(../images/back_grise.jpg);

}
a{
	color: black;
	text-decoration: none;
}

h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	background: #f6f5f5;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	border-style: solid;
	border-width: 1px;
	border-color: #333
}
div#container {
	
	border-color: #ddd;
	padding: 10px;
	overflow: hidden;
	min-height: 550px;
	text-align: justify;
	
}
div#formul {
	text-align: center;
	margin: auto;
	width: 550px;
	padding-top: 30px;
}

div#footer {
	width: 950px;
	height: 20px;
	clear: both;
	color: #000;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

/* PAGE ALBUM COLLECTIONS */
.tabgauche {
	height: 150px;
	width: 440px; 
	float:left; 
	border: 1px solid #d6d6d6;
	background: #f0f0f0;
	margin-bottom:10px;
	padding: 10px;
}
.tabdroite {
	height: 150px;
	width: 440px; 
	float:right; 
	border: 1px solid #d6d6d6;
	background: #f0f0f0;
	margin-bottom:10px;
	padding: 10px;
}

.description {
	float: right;
	margin-top: -15px;
	width: 320px;
	text-decoration: none;
	color: black;
	
}

a.description  a.description:hover{
	text-decoration: none;
	color: black;
}
	
.tabdroite img {
	 border: none;
	float: left;
}

.tabgauche img {
	 border: none;
	float: left;
}
/*PAGES ACTU*/

.actu {
	width: 700px;
	float: left;
	text-align: justify;
	padding: 10px;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #d6d6d6;
	background: #f0f0f0;
}

.archivesactu {
	width: 200px;
	float: right;
	border: 1px solid #d6d6d6;
	background: #f0f0f0;
}

.actualite {
	float: left;
	margin: 10px;
}

.lienarchive {
	width: 700px;
	float: left;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	}

/*PAGES PRESSE*/
.presse {
	margin: 20px;
	float: left;
}

/*PAGES liens*/
.liens {
	margin-bottom: 35px;
	margin-top: 35px;
	margin-left: 21px;
	margin-right: 21px;
	float: left;
	
}

/*PAGE contact*/
div#textcontact {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

