/* CSS Document */

* {margin:0; padding:0}

img {
	border:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	padding: 0;
	background-color: #FFF;
    text-align: center; /* pour corriger le bug de centrage IE */

}

#conteneur {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 750px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #999999;
}

/* l'image de fond est appelée dans le head de chaque page, par défaut c'est l'image qui s'est chargée à l'accueil qui revient en fond de chaque rubrique (sauf référence)*/

#entree {
	position: absolute;
	margin-left:35px;
	bottom:70px;
	width:400px;
}

#entree img{
	margin: 0;
	padding:0;
}

/* début ajout janvier 2015*/
#entree_actu {
	position: absolute;
	margin-left:470px;
	bottom:70px;
	width:500px;
}

#entree_actu img{
	margin-bottom: 15px;
	padding:0;
}

.espaceur {
	text-decoration: none;
	background-image: url(../media/puce.gif);
	background-repeat: no-repeat;
	background-position: top left;

}
/* fin ajout janvier 2015*/

#header {
	width: 1000px;
	height: 40px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}

#header p{
	display: inline;
	margin-left: 10px;
}

#header img{
	margin-left: 10px;
	vertical-align: middle;
	margin-top: 5px;
}

#menu {
	background-image: url(../media/fond-menu.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 750px;
}

#sousmenu {
	background-image: url(../media/fond-sousmenu.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 750px;
	color: #FF0000;
}

#sousmenu a, #menu a{
	color: #000000;
	text-decoration: none;
}

#sousmenu a:hover, #menu a:hover {
	text-decoration: none;
	background-image: url(../media/puce.gif);
	background-repeat: no-repeat;
	background-position: top left;

}

.boite {
	float: left;
	width: 500px;

}


.boitehaut {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 10px;
}

/* DEBUT rajouts 2011*/

.boitehaut p, .boitehaut img {
	padding : 0px 10px 0px 30px;
	line-height: 16px;
}

.boitehaut ul {
	padding : 10px 10px 0px 30px;
}

.boitehaut li {
	display : inline;
	list-style-type: none;
}

.boitehaut li img{
	margin: 0px;
	padding: 0px;

}

/* FIN rajouts 2011*/


.boitebas {
	height: 20px;
	background-image: url(../media/coin500.gif);
	background-repeat: no-repeat;
}

.boitebas400 {
	height: 20px;
	background-image: url(../media/coin400.gif);
	background-repeat: no-repeat;
}


.accroche {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#menu ul, #sousmenu ul {
	position: relative;
	list-style-type: none;
	padding-left: 10px;
	margin:0px;
}

#menu li, #sousmenu li {
	display: inline;
	margin-right: 20px;
}

.vignettehaut {
	background-color: #FFF;
	width: 120px; 

}

.vignettebas {
	height: 20px;
	width: 120px; 
	background-image: url(../media/coin120.gif);
	background-repeat: no-repeat;
}

.vignettehaut ul{
	/*position: relative;*/
	list-style-type: none;
	padding-top: 5px;   
}

.vignettehaut li a, .repere{
	display: block;
	margin-top: 5px;
	padding-top:2px;
	height:77px;
	width:102px;
	border:1px solid #000;
	text-align: center;
}

.repere{
	margin-top: 5px;
	padding-top:2px;
	height:77px;
	width:102px;
	border:1px solid #CCC;
	text-align: center;
}
#vignette a:hover{
	border:1px solid #CCC;
}

.position {
	background-image: url(../media/puce.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#mention {
	height: 20px;
	width: 1000px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#mention p {
	font-size:9px;
	padding:5px;
	color: #999999;
	text-align: right;
}

#mention a {
	color: #999999;
	text-decoration:none;
}

#mention a:hover {
	color: #999999;
	text-decoration:underline;
}
