/* CSS Document */
@charset "utf-8";
.trait {
	background-image:url(/img/trait.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
	margin: 0px 0px 5px 0px;
}
fieldset checkbox {
  margin:0px;
  width:10px;
  border:0px;
}
h1 {
	margin: 0px;
}


/****************************************************************************************/
/************************************ CONTENU PRINCIPAL *********************************/
/****************************************************************************************/

#vousetes {padding: 0px 8px 0px 8px;}

#equipetxt {
	width: 230px; display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-variant:small-caps;
	line-height: 1;
	text-align:center;
	vertical-align: top;
	height: 75px;
}
#equipetxt a:link, #equipetxt a:visited {color: #FFF; text-decoration:none;}
#equipetxt a:hover, #equipetxt a:active {color: #CCC; text-decoration:none;}

#equipeart {
	line-height: 2;
	padding-top: 8px;
	height: 280px;
	background: url(/img/equipe.png) no-repeat scroll center top;
    position: absolute;
    z-index:0;
    width: 700px;
}
#lieutxt {
	width: 231px; display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-variant:small-caps;
	line-height: 1;
	text-align:center;
	height: 75px;
}
#lieutxt a:link, #lieutxt a:visited {color: #FFF; text-decoration:none;}
#lieutxt a:hover, #lieutxt a:active {color: #CCC; text-decoration:none;}

#lieu {
	line-height: 2;
	padding-top: 8px;
    position: absolute;
    z-index:1;
	height: 280px;
	visibility: hidden;
	background: url(/img/lieu.png) no-repeat scroll center top;
    width: 700px;
}
#collectivitetxt {
	width: 230px; display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-variant:small-caps;
	line-height: 1;
	text-align:center;
	height: 75px;
}
#collectivitetxt a:link, #collectivitetxt a:visited {color: #FFF; text-decoration:none;}
#collectivitetxt a:hover, #collectivitetxt a:active {color: #CCC; text-decoration:none;}

#collectivite {
	line-height: 2;
	padding-top: 8px;
	height: 280px;
	background: url(/img/collectivite.png) no-repeat scroll center top;
	visibility: hidden;
    position: absolute;
    z-index:2;
    width: 700px;
}

#cnews {
	border-bottom: 1px dotted #585858;
	}
#news {
	height: 25px;
	padding: 5px;
	margin-top: 5px
	}
#rencontre {
	height: 35px;
	padding: 5px;
	margin-top: 5px;
	border-top: 1px dotted #585858;
	}
#statutaire {
	height: 35px;
	padding: 5px;
	margin-top: 5px;
	border-top: 1px dotted #585858;
	}
/****************************************************************************************/
/************************************ COLONNE DROITE ************************************/
/****************************************************************************************/

#cagenda {
	background-image:linear-gradient(#CCCCCC, #EEEEEE); border: 1px solid #BBBBBB; margin-bottom: 5px;
	}	
#ccwhatsup {
	background-image:linear-gradient(#CCCCCC, #EEEEEE); border: 1px solid #BBBBBB; margin-bottom: 5px;
	}
#agenda {
	height: 198px;
	padding: 5px;
	background-image:linear-gradient(#CCCCCC, #EEEEEE); border: 1px solid #BBBBBB; margin-bottom: 5px;
	}	
#breves {
	/*height: 120px;*/
	padding: 5px;
	background-image:linear-gradient(#CCCCCC, #EEEEEE); border: 1px solid #BBBBBB; margin-bottom: 5px;
	}
#whatsup {
	height: 120px;
	padding: 5px;
	background-image:linear-gradient(#CCCCCC, #EEEEEE); border: 1px solid #BBBBBB; margin-bottom: 5px;
	}
