/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
}
#conteneur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F8B600;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
#haut {
	height: 170px;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
}
#bas {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8px;
}
#bas a{
	color: #000000;
	text-decoration:none;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	letter-spacing: 0.1em;
	background-color: #F8B600;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow:0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
	
}
#bas a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #D99D00;
}

#gauche {
	padding-bottom: 10px;
	width: 200px;
	float: left;
}
#gauche a {
	background-color: #F8B600;
	height: 20px;
	width: 20px;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow:0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
}
#gauche a:hover {
	background-color: #D99D00;
}

#page {
	font-size: 13px;
	text-align: left;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow:0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
	margin-left: 215px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	line-height: 1.5;
	background-color: #CCCCCC;
	padding-top: 20px;
}
.module{
	text-align: left;
	border-radius: 4px 4px 8px 8px;
	-webkit-border-radius: 4px 4px 8px 8px;
	-moz-border-radius:4px 4px 8px 8px;
	box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow:0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
	background-color: #E5E5E5;
	margin-bottom: 10px;
}
.titre_module {
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	padding:5px;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #F8B600;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
}
.ombre {
	background-image: url(images/ombrage.gif);
	background-repeat: repeat-x;
	display: block;
	height: 5px;
	width: 100%;
}
.texte_module {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.rollopaque:hover img {
  opacity: 0.5;
  filter:alpha(opacity=50); 
 }
.image{
	padding: 2px;
	background-color: #FFFFFF;
}
