/* CSS Document */

/* = RAZ - Remise à zero de certains styles
--------------------------------------------------*/

a {
	text-decoration: none;
	color:#0033CC;
	
	}
	
h1, h2, h3, h4, h5, h6, p {
	margin: 0; padding: 0;
	font-size: 1em; font-weight: normal;
	}
	
a img {
	border: 0;
	}

/* --------------------------------------------------*/

body,html {
	margin:0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align:center;
	color:#999999;
	background-color:#222222;
	}

.spacer {
	clear:both;
	height:0px;
	/*background-color:#666666;*/
	}

.conteneur {
	margin-left:auto;
	margin-right:auto;
	width:955px;
	height:600px;
	text-align:left;
	/*background-color:#FFCCCC;*/
	font-size:2em;
	}

h1 {
	color:#FF9900;
	font-size:1.8em;
	font-weight:bold;
	margin-top:10px;
	margin-bottom: 10px;
	text-align: center;
	}

h2 {
	color:#FF9900;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	margin-top:6px;
	margin-bottom: 6px;
	}

#bandeau {
	width:955px;

	height::90px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 4px;
	}
#bandeau p {
	border-bottom:solid #FF9900 1px;
	}

.jour {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid #FF9900 1px;
	}
	
.photo {
	text-align:center;
	margin-top: 1em;
	padding-bottom: 1em;
	}

.photo img {
	border: solid #666666 2px;
	margin : 2px;
	}
	
.lpo {
	text-decoration:underline;
	color:#FFCC66;
	font-size: 1em;
}

.galerie {
	margin-left:auto;
	margin-right:auto;
	width:955px;
	height:600px;
	text-align:center;
	/*background-color:#FFCCCC;*/
	font-size:2em;
	}
.video {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border-bottom:solid #FF9900 1px;
	border-top:solid #FF9900 1px;
	padding:20px;
	}
