html,body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E3E6E6;
}
.head {
	background-image: url(../img/fond_entete.gif);
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
	height: 116px;
}
.logo {
	margin-left: 5%;
	border: 0px;
}
.separateur {
	background-image: url(../img/sep_gauche_fd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 100%;
}
.visuel {
	margin: 0px;
	padding: 0px 5%;
	width: 90%;
	height: 221px;
	background-color: #959D9D;
}
.bloc1 {
	width:100%;
	height:221px;
	float:left;
	background-image: url(../img/visuel_milieu.jpg);
	background-repeat: repeat-x;
}
.bloc2 {
	float:right;
	width: auto;
	height:221px;
	position: absolute;
	left: auto;
	right: 0px;

}
.contenu {
	background-color: #F2F4F4;
	margin: 0px 0px 15px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	height: 70%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-bottom-color: #000000;
	border-top-color: #999999;
	font-size: 80%;
}
h1, h2, h3, p {
	font-size: 100%;
	margin: 1em;
}

.float {
	width: 30%;
	margin: 1em 0;
	float: left;
	padding: 0px;
	top: 0px;
	font-size: 100%;
}
.titrecol {
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
	padding: 0px;
}
.pied {
	height: 20px;
	text-align: center;
	font-size: 70%;
	margin-top: 10px;
}
.menu {
	position: absolute;
	top: 110px;
	left: 10px;
}
.menu a {
	margin: 0 2px;
	width: 100px;
	height: 20px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #000;
	background: #fff;
	font-size: 90%;
	font-weight: bold;
     }
	 
.menu a:hover {
	background: #333333;
	border: 1px solid gray;
	color: #FFFFFF;
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
.vignette {
	margin-right: 5px;
	border: 0px;
}
.date {
	color:#CC0000;
	font-size: 9px;
	font-weight: bold;
}

.intitules {
	font-weight: bold;
}
.booktitres {
	font-size: 90%;
	color: #333333;
}
.webaward {
	margin: 5px;
	border: 0px;
}
.photos {
	margin: 0 5px 5px;
	padding: 5px 0 30px 0;
	height: 70px;
	width: 100%;
	background-color: #E1E1E1;
	font-size: 80%;
	font-style: italic;
	line-height: 90%;
	color: #333333;
	border: 1px solid #666666;
}
.image {
	margin: 0 5px 0 0; 
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
}
.contenuTable {

	background-color: #F2F4F4;
	margin: 5px 10px 10px 10px;
	padding: 5px 10px 10px 10px;
	text-align: left;
	height: 70%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-bottom-color: #000000;
	border-top-color: #999999;
	font-size: 80%;
}
.pucehome {
	list-style: url(../img/puce_home.gif) outside;
}
