/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
a:link, a:visited{
	color:#3375b6;
	text-decoration:none;
}
img{
	border:none;
}
a:hover{
	color:#6f7072;
	text-decoration:underline;
}
body{
	background:url(images/fond.jpg) repeat-x ;
	font-size:62.5%;
	font-family: Arial, Verdana;
}
#conteneur{
	width:960px;
}

#gauche{
	width:168px;
	vertical-align: top;
}
.net{
	clear:both;
	visibility:hidden;
	height:1px;
}
.netL{
	clear:left;
	visibility:hidden;
	height:1px;
}
/*-----------menu-----------*/
#menu a{
	display:block;
	float:left;
	margin:0px;
	height:129px;
}

.edito a{width:107px; background:url(images/edito.jpg) no-repeat;}
.programme a{width:129px; background:url(images/prog.jpg) no-repeat;}
.secteur a{width:134px; background:url(images/secteur.jpg) no-repeat;}
.adress a{width:122px; background:url(images/adress.jpg) no-repeat;}
.inscr a{width:134px; background:url(images/inscr.jpg) no-repeat;}

.edito a:hover,.edito a.actif{background:url(images/editoOver.jpg) no-repeat;}
.programme a:hover,.programme a.actif{background:url(images/progOver.jpg) no-repeat;}
.secteur a:hover,.secteur a.actif{background:url(images/secteurOver.jpg) no-repeat;}
.adress a:hover,.adress a.actif{background:url(images/adressOver.jpg) no-repeat;}
.inscr a:hover,.inscr a.actif{background:url(images/inscrOver.jpg) no-repeat;}

/*-----------contenu-----------*/
#contenu{
	margin:0px 20px 20px 55px;
}
h1{
	font-size:2.2em;
	color:#0C4175;
}
h2{
	font-size:2em;
	color:#3475B7;
}
h3{
	font-size:1.7em;
	color:#0C4175;
}
.ligne{
	text-decoration: underline;
}
h4{
	font-size:1.4em;
	font-weight: bold;
	color:#6f7072;
	margin-bottom:5px;
	padding-left:13px;
	background: url(images/puce4.gif) no-repeat;
}
h5{
	font-size:1.4em;
	font-weight: bold;
	color:#6f7072;
	margin-bottom:5px;

}
#contenu p{
	font-size:1.2em;
	color:#6f7072;
	padding-left:13px;

}
#contenu ul{
	margin:8px 0px;
}
#contenu li{
	font-size:1.2em;
	margin-left:33px;
	color:#6f7072;
	list-style: circle url(images/puce2.gif)
}
.marge{
	margin:8px 0px;
}
#index_gauche img{
	float:right;
	margin-right:20px;
}
/*-----------footer-----------*/
#footer{
	font-size:1.1em;
	margin: 5px 0px 10px 255px;
}

/*-----------inscription-----------*/


#top .court{
	width:211px;
	margin:5px 25px 5px 0px;
}
#top .long{
	width:541px;
	margin:5px 25px 5px 0px;
}
#perso{
	font-size:1.2em;
	color:#6f7072;
}
#perso input{
	border:1px solid #3475B7;
	height:16px;
	color:#3475B7;
	padding:2px;
	background-color:#F8FCFF;
}

#manifs{
	color:#6f7072;
	text-align:justify;
}
#manifs input{
	margin:8px 5px 0px 0px;
}
#manifs h4{
	background: url(images/puce.gif) no-repeat;
	padding-left:10px;
	font-size:1.2em;
	line-height: 1.4em;
	position:relative;
	font-weight:normal;
}
#manifs hr{
	border:1px dotted #CFCFCF;
}
.TDgauche{
	padding-right:20px;
}
.TDdroite{
	width:340px;
}
.bleuGD{
	color:#3475B7;
}
#manifs input{
	opacity         : 0; /* pour !IE */
	filter          : alpha(opacity=0); /* pour IE */
	width           : 20px;
	height          : 20px;
	position        : absolute;
	left            : 4;
	bottom          : 0;
}
#manifs img{
	vertical-align: bottom;
	margin-top:5px;
}
#manifs p.noimg{
	background: url(images/none.gif) no-repeat;
}
#manifs p{
	position :relative;
}
#envoi{
	width:100px;
	height:30px;
	background:url(images/envoi.gif) no-repeat;
	border:none;
}
.rouge{
	font-size:1.8em;
	color:red;
}
#liste{
	font-size:1.2em;
	color:#6f7072;
}

#resume{
	border-right:1px solid #cde99f;
}
#resume td{
	vertical-align:top;
	padding:3px;
	border-bottom:1px solid #cde99f;
	text-align:center;
}
.colBleu{
	background-color:#EFEFEF;
}
.colBord{
	background-color:#CCD00A;
	color:#6f7072;
	font-size:1.2em;
	border-right:1px solid #cde99f;
}
#manifs hr.titr{
	border:1px solid #0C4175;
}