.repeatYR {
	background-repeat: repeat-y;
	background-position: right;
}
.repeatYL {
	background-repeat: repeat-y;
	background-position: left;
}
.norepeatTL {
	background-repeat: no-repeat;
	background-position: top left;
}
.norepeatTC {
	background-repeat: no-repeat;
	background-position: top center;
}

.repeatXT {
	background-repeat: repeat-x;
	background-position: top;
}
.repeatXB {
	background-repeat: repeat-x;
	background-position: bottom;
}

img {
	border: 0px none; 
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.repeatNRB {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.repeatNRT {
	background-repeat: no-repeat;
	background-position: right top;
}



form {
	margin:0px;
}

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}

a.menu4:link, a.menu4:active, a.menu4:visited {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
a.menu4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
.hr {
	background-image:url(../images/back_03.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:10px;
	border:0px none;
	text-align:right;
}
a.menu4over:link, a.menu4over:active, a.menu4over:visited {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
a.menu4over:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
.fonctionnelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
}

a.fonctionnelle:link, a.fonctionnelle:visited, a.fonctionnelle:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
}

a.fonctionnelle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight:normal;
	text-decoration:underline;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
	font-style:normal;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
	font-style:normal;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
	font-style:normal;
}

.normalred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
}


a.presse:link, a.presse:visited, a.presse:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
a.presse:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}

.titre1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #C10908;
}
.surtitre1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #C10908;
}
.textNoir {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.textBlanc {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
h1 {
	margin:0px;
}
.sstitre1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #C10908;
}

/*--------------------------- css wiki --------------------------*/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.justifyleft {
	text-align:left;
}
.justifyfull {
	text-align:justify;
}
.justifycenter {
	text-align:center;
}
.justifyright {
	text-align:right;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}

.top {
	vertical-align:top;
}
.middle {
	vertical-align:middle;
}
.bottom {
	vertical-align:bottom;
}
.whitebottom {
	background-color: #FFFFFF;
	vertical-align:bottom;
	width:29px;
}

.lefttop {
	text-align:left;
	vertical-align:top;
}
.leftmiddle {
	text-align:left;
	vertical-align:middle;
}
.leftbottom {
	text-align:left;
	vertical-align:bottom;
}

.righttop {
	text-align:right;
	vertical-align:top;
}
.rightmiddle {
	text-align:right;
	vertical-align:middle;
}
.rightbottom {
	text-align:right;
	vertical-align:bottom;
}

.centertop {
	text-align:center;
	vertical-align:top;
}
.centermiddle {
	text-align:center;
	vertical-align:middle;
}
.centerbottom {
	text-align:center;
	vertical-align:bottom;
}
/*--------------------------- fin css wiki --------------------------*/
a.normal:link, a.normal:active, a.normal:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
a.normal:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}
#divprincipal {
	position:absolute;
	width:100%;
	height:99.7%;
	/*left:50%;
	margin-left:-472px;*/
}
#scroll {
	position:absolute;
	width:100%;
	height:100%;
	scrollbar-base-color:#818181;
	scrollbar-arrow-color:#C10908;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	overflow:auto;
}
#scrollintro {
	position:absolute;
	width:100%;
	overflow:none;
	top:50%;
	margin-top:-230px;
}
#fuyanteright {
	position:absolute;
	width:49.2%;
	height:99.7%;
	left:50%;
	background-image:url(../images/back_02.gif);
	background-repeat:repeat-x;
	background-position: left top;
}
#fuyantebottom {
	position:absolute;
	width:168px;
	height:99.7%;
	/*left:50%;
	margin-left:-472px;*/
	background-color:#C10908;
}

.imgrubrique {
	border:1px #FFF solid;
}

#divtop {
	float:left;
	height:111px;
	width:950px;
}

#divtop .left {
	float:left;
	height:111px;
	width:377px;
}

#divtop .bagenda {
	float:left;
	width:143px;
	padding-top:23px; 
}
#divtop .chantier {
	float:left;
	width:143px;
	padding-top:23px; 
}

#divtop .pro {
	float:left;
	width:143px;
	padding-top:23px; 
}

#divtop .presse {
	float:left;
	width:143px;
	padding-top:23px; 
}
#divtop .bagenda2 {
	position:relative;
	float:left;
	background-image:url(../images/separateur-haut.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
#divtop .chantier2 {
	position:relative;
	float:left;
	background-image:url(../images/separateur-haut.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

#divtop .pro2 {
	position:relative;
	float:left;
	background-image:url(../images/separateur-haut.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

#divtop .presse2 {
	position:relative;
	float:left;
	background-image:url(../images/separateur-haut.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
#divtop .titrespace {
	float: left;
	height:23px; 
	width:100%;
}
#divtop .titrespace3 {
	float: left;
	height:20px; 
	width:100%;
}

#divtop .titre {
	float: left;
	height:16px; 
	width:97%;
}
#divtop .titre2 {
	float: left;
	height:19px; 
	width:97%;
}
#divtop .titre3 {
	float: left;
	height:19px; 
	width:97%;
}
#divtop .content {
	float:right;
	height:55px;
	width:97%;
	padding-right:10px;
}
#divtop .resume {
	float:right;
	height:55px;
	width:66px;
}

#divtop .resume2 {
	float:right;
	height:55px;
	width:164px;
}
#divtop .resume3 {
	float:right;
	height:55px;
	width:100px;
}

#divtop .photo {
	float:right;
	height:55px;
	width:55px;
	text-align:center;
}


#divmenu {
	float:left;
	width:955px;
	height:38px;
	background-image:url(../images/fondBandeauSombre.gif);
	background-repeat:repeat-x;
}
#divmenu .left {
	float:left;
	height:38px;
	width:168px;
}

#divmenu .blank {
	float:left;
	height:38px;
	width:93px;
}
#divmenu .menu1 {
	float:left;
	height:38px;
	width:128px;
}
#divmenu .menu2 {
	float:left;
	height:38px;
	width:128px;
}
#divmenu .menu3 {
	float:left;
	height:38px;
	width:110px;
}
#divmenu .menu4 {
	float:left;
	height:38px;
	width:114px;
}
#divmenu .back {
	float:left;
	width:210px;
	height:38px;
	background-image:url(../images/menu_back.gif);
}
#over1 {
	position:absolute;
	left:261px;
	top:145px;
}
#over2 {
	position:absolute;
	left:261px;
	top:145px;
}
#over3 {
	position:absolute;
	left:261px;
	top:145px;
}
#over4 {
	position:absolute;
	left:261px;
	top:145px;
}

#divbandeau {
	float:left;
	width:955px;
	height:193px;
}
#divbandeau .left {
	float:left;
	width:94px;
	height:193px;
	background-color:#C10908;
}
#divbandeau .blank {
	float:left;
	width:1px;
	height:193px;
}
#divbandeau .photo {
	float:left;
	width:860px;
	height:193px;
}

#divmain {
	float:left;
	width:955px;
	/*height:252px;*/
}
#divmain .left {
	float:left;
	width:168px;
	/*height:262px;*/
}
#divmain .lefttop {
	float:left;
	width:168px;
	height:97px;
}
#divmain .lefttopecart {
	float:left;
	width:168px;
	height:40px;
}
#divmain .leftmiddle {
	float:left;
	width:168px;
	height:165px;
}
#divmain .leftbottom {
	float:left;
	width:168px;
}

#divmain .body {
	float:left;
	width:955px;
	/*width:787px;*/
	/*height:245px;*/
	background-image:url("../images/barreGauche.gif");
	background-repeat:repeat-y;
	background-position: left top;
	/*background-color: #C10908;*/ /* ajout Nico */	
}
#divmain .content {
	float:left;
	width:602px;
	/*height:230px;*/
	background-image:url(../images/back_01.gif);
	background-repeat:repeat-y;
	background-position: 597px 10px;
}
#divmain .contentbig{
	float:left;
	width:782px;
	/*height:230px;*/
	background-position: 597px 10px;
}
#divmain .contentleft {
	float:left;
	width:30px;
	height:230px;
}
#divmain .contentcenter {
	float:left;
	width:550px;
	/*height:230px;*/
}

#divmain .contentcenterbig {
	float:left;
	width:730px;
	/*height:230px;*/
}

#divmain .blank {
	float:left;
	width:787px;
	height:10px;
}
#divmain .news {
	float:left;
	width:185px;
	height:230px;
}
#divmain .news2 {
	float:left;
	width:550px;
	border:1px #CCC solid;
	padding:7px;
}
#divmain .newsb {
	float:left;
	padding-left:40px;
}
#divmain .titrenews {
	float:left;
	width:171px;
	height:20px;
}
#divmain .titrenews2 {
	float:left;
	width:550px;
	height:20px;
}
#divmain .blocnews {
	float:left;
	width:180px;
	background-image:url(../images/back_04.gif);
	background-repeat:repeat-y;
	background-position: top right;
	padding-left:5px;
	padding-right:5px;
}
#divmain .ged3 {
	float:left;
	width:171px;
	height:15px;
}
#divmain .datenews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	font-weight:normal;
	font-style:normal;
}
#divmain .savoirnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-align:right;
	width:140px;
}
#divmain .blanknews {
	height:10px;
	width:140px;
	font-size:0px;
}
#divmain a.savoirnews:link, a.savoirnews:visited, a.savoirnews:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
#divmain a.savoirnews:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}

#divmain a.mapaclose:link, a.mapaclose:visited, a.mapaclose:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background-color:#FFF;
}
#divmain a.mapaclose:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	background-color:#FFF;
}
#divmain .leftnews {
	float:left;
	width:14px;
	height:250px;
}
#divmain .bordernews {
	float:left;
	width:155px;
	/*height:206px;*/
	border:1px #CCC solid;
}
#divmain .paddingnews {
	float:left;
	width:145px;
	/*height:196px;*/
	padding:5px;
}

#divmain .ged1 {
	float:left;
	width:15px;
}
#divmain .ged2 {
	float:left;
	width:120px;
}

#divbottomleft {
	float:left;
	width:168px;
	height:17px;
	background-color:#C10908;
}
#divbottomleft2009 {
	float:left;
	width:168px;
	height:39px;
	background-color:#C10908;
}
#divbottom {
	float:left;
	width:100%;
}
#complDivBottom {
	height:17px;
	background-color: #999999;
	text-align:right;
	vertical-align:middle;
}
#divbottom .top {
	float:left;
	width:787px;
	height:1px;
	font-size:0;
}
#divbottom .middle {
	float:left;
	width:787px;
	height:2px;
	font-size:0;
}

#divbottom .search {
	height:14px;
	width:50px;
	border:1px #C2C2C2 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight:normal;
	font-style:normal;
}

#divbottom .search2 {
	height:14px;
	width:20px;
	border:1px #C2C2C2 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight:normal;
	font-style:normal;
	background-color:#999999;
}

#divniv3 {
	position:absolute;
	top:319px;
	left:176px;
	height:21px;
	width:778px;
}

#divniv3corner {
	position:absolute;
	top:319px;
	left:168px;
	height:21px;
	width:8px;
}


.mapa1 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	font-style:normal;
	width:548px;
	height:21px;
	background-color:#E7E7E7;
}

.mapa2 {
	float:left;
	width:25px;
	height:21px;
}

.mapa3 {
	float:left;
	width:523px;
	height:21px;
	line-height:20px;
}

a.mapa:link, a.mapa:active, a.mapa:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

a.mapa:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}

/*.galerie1 {
	float:left;
	width:110px;
	padding:8px;
}
.galerie2 {
	float:left;
	width:110px;
	height:100px;
}*/
.galerie1 {
	float:left;
}
.galerie2 {
	float:left;
}
.galerie3 {
	float:left;
	width:110px;
}
.imggalerie {
	float:left;
	border: 1px #C10908 solid;
}

.boutonImg {
	float:left;
	width:115px;
	background-color:#C10908;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FBDEEE;
	padding-right:10px;
}

.inttop {
	float:left;
	font-size:0px;
	width:548px;
	height:1px;
	background-image:url(../images/intnews_01.gif);
}
.intmiddle {
	float:left;
	width:548px;
	background-image:url(../images/intnews_02.gif);
}
.intbottom {
	float:left;
	font-size:0px;
	width:548px;
	height:18px;
	background-image:url(../images/intnews_03.gif);
}
.int {
	float:left;
	width:528px;
	padding:10px;
}
.intbloc {
	float:left;
	width:525px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:normal;
}
.intbloc_70px {
	float:left;
	width:70px;
}
.intbloc_o70px {
	float:left;
	width:450px;
}

.intbloc_170px {
	float:left;
	width:170px;
}
.intbloc_o170px {
	float:left;
	width:350px;
}

.intbloc_25 {
	float:left;
	width:131px;
}
.intbloc_33 {
	float:left;
	width:170px;
	background-image:url(../images/back_04.gif);
	background-repeat:repeat-y;
	background-position:168px top;
}
.intbloc_33ini {
	float:left;
	width:170px;
}
.intbloc_30 {
	float:left;
	width:172px;
}
.intbloc_30back {
	float:left;
	width:172px;
	background-image:url(../images/back_04.gif);
	background-repeat:repeat-y;
	background-position:5px top;
}
.publication_titre {
	float:left;
	width:172px;
	height:20px;
	text-align:right;
}
.publication {
	float:right;
	width:160px;
}
.publication_savoir {
	float:left;
	width:165px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:normal;
	text-align:right;
}

.docct1 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:bold;
	font-style:normal;
	padding-left:3px;
}
.docct2 {
	float:left;
	width:65px;
	height:65px;
}
.intpresse1 {
	float:left;
	width:36px;
	height:31px;
}
.intpresse2 {
	float:left;
	width:485px;
	vertical-align:middle;
	text-align:left;
	line-height:13px;
}
.typepressetop {
	float:left;
	width:131px;
	height:37px;
}
.typepressemiddle {
	float:left;
	width:131px;
	background-image:url(../images/back_01.gif);
	background-repeat:repeat-y;
	background-position:122px 10px;
}
.typepressemiddleint {
	float:left;
	width:120px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:normal;
}
.typepressesavoir {
	float:left;
	width:120px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:normal;
	text-align:right;
}

.intnewsphoto {
	float:left;
	width:180px;
	padding-right:5px;
}
.intnewscontent {
	float:left;
	width:323px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:normal;
}
.intnewsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:bold;
}
.intnewstitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C10908;
	font-weight:bold;
}
a.intnewslink:link, a.intnewslink:visited, a.intnewslink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C10908;
	font-weight:normal;
	text-decoration:none;
}
a.intnewslink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C10908;
	font-weight:normal;
	text-decoration:underline;
}
a.savoirtypepresse:link, a.savoirtypepresse:visited, a.savoirtypepresse:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
a.savoirtypepresse:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}

#agenda {
	float:center;
	height:400px;
	width:640px;
	background-image:url(../images/agenda_01.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#agenda .left {
	float:left;
	width:569px;
	height:400px;
}
#agenda .right {
	float:left;
	width:31px;
	height:400px;
}
#agenda .right1 {
	float:left;
	width:31px;
	height:39px;
}
#agenda .right2 {
	float:left;
	width:31px;
	height:361px;
}
#agenda .top {
	float:left;
	width:569px;
	height:39px;
}
#agenda .top1 {
	float:left;
	height:3px;
	width:569px;
	font-size:0px;
}
#agenda .top2 {
	float:left;
	width:65px;
	height:33px;
}
#agenda .bottom {
	float:left;
	width:569px;
	height:361px;
}
#agenda .ct_top {
	float:left;
	width:569px;
	height:20px;
}
#agenda .ct_left {
	float:left;
	width:91px;
	height:351px;
}
#agenda .ct_lcontent {
	float:left;
	width:195px;
	height:300px;
}
#agenda .ct_middle {
	float:left;
	width:70px;
	height:351px;
}
#agenda .titrecal {
	width:201px;
	height:28px;
	background-image:url(../images/agenda_11.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	line-height:25px;
}

#agenda a.ls:link, #agenda a.ls:active, #agenda a.ls:visited, #agenda a.ls:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

#agenda .titremanif {
	float:left;
	width:187px;
	height:25px;
	background-image:url(../images/agenda_12.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:27px;
	line-height:20px;
}

#agenda .periode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	font-style:normal;
}

#agenda .resume {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight:normal;
	font-style:normal;
}

#agenda a.savoir:link, a.savoir:visited, a.savoir:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
#divmain a.savoir:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C10908;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}

#agenda .ct_savoir {
	float:left;
	width:180px;
	text-align:right;
}
#agenda .hr {
	float:left;
	width:180px;
	height:25px;
	font-size:0px;
	background-image:url(../images/point_01.gif);
	background-repeat:repeat-x;
	background-position:15px left;
}

#agenda .scroll {
	float:left;
	width:200px;
	height:270px;
	scrollbar-base-color:#818181;
	scrollbar-arrow-color:#C10908;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	overflow:auto;
}

#agenda .ag_content {
	float:left;
	width:180px;
	height:10px;
	text-align:left;
}

.sondage_progress {
	height:18px;
	background-image:url(../images/sondage_01.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight:normal;
	font-style:normal;
	line-height:15px;
}
.boutonImg {
	width:115px;
	background-color:#C10908;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FBDEEE;
	/*padding-top:1px;
	padding-right:10px;
	padding-left:10px;*/
}
.boutonImg2 {
	float:left;
	width:120px;
	height:20px;
	background-color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	/*padding-top:1px;
	padding-right:10px;
	padding-left:10px;*/
}

.middleFonct {
	float:left;
	width:787px;
}
.cadreBloc {
	position:relative;
	float:left;
	padding-left:1px;
}
.blocNivZr {
	position:relative;
	float:left;
	padding-right:15px;
}
.posImgFonct {
	position:relative;
	float:left;	
}
.posTxtFonct {
	position:relative;
	float:left;	
	padding-top:3px;
}
a.lnkFonct {
	text-decoration:none;
}
