/**********************************************************************
	GABARIT
**********************************************************************/

body {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
}
img {
	border: 0px;
}


#conteneur {
	width: 720px;
	margin: 0 auto;	
}

#entete {
	height: 165px;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}

#haut {
	height: 70px;
}

#gauche {
	float:left;
	width: 190px;
	padding-left: 15px;
	padding-right: 15px;	
}
* #gauche {
	w\idth: 160px;	
}
#centre {
	margin-left: 190px;
	margin-right: 170px;
}

#droite {
	float: right;
	width: 170px;
	text-align: center;
	padding-left: 15px;
}

#pied {
	clear:both;
	height: 30px;
	padding-left: 30px;
}


/**********************************************************************
	PRESENTATION
**********************************************************************/

#conteneur {
	background-color:#FFF;
	background-image: url(/squelettes/v3.1/img/centre_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;	
}

#entete h1, h2 {
	display: none;
}

#centre {
	background-image: url(/squelettes/v3.1/img/fond_une.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* bloc LA UNE (tout en haut)
  ---------------------------- */
.une {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
}
.une p {
	font-size: 1.4em;
	font-weight: bolder;
	color: #FFB367;
	margin-left: 15px;
	padding-top: 15px;
}
.une ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.une li {
	text-align: left;
}
li.une {
	background: url(/squelettes/v3.1/img/pucedoc.gif) no-repeat left 4px;
	padding-left: 13px;
	padding-top: 0px;
	margin-bottom: 0;
}
.une li a {
	margin: 0;
	text-decoration: none;
	font-size: 1em;
}
li.video {
	padding-left: 23px;
	padding-top: 0px;
	margin-bottom: 0;
	background-image: url(/squelettes/v3.1/img/pucevideo.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

/* bloc LA UNE (les autres)
  -------------------------- */
.titreune {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.titreune p {
	font-size: 0.9em;
	font-weight: bold;
	color: #222;
	margin-top: 20px;
}
.titreune ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.titreune li {
	text-align: left;
}
.titreune li a {
	margin: 0;
	text-decoration: none;
	font-size: 0.9em;
}

/* liens rubriques 
  ----------------- */
.annonce {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	display: block;
	width: 120px;
}

/* Pied de page
  -------------- */
  
#pied {
	background-image: url(/squelettes/v3.1/img/pied.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}