/* CSS Document */

body {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	background-color: #B24C19;
}

.header {
	width: auto;
	height: 122px;
	color: #FFFFFF;
	background-image: url(../images/bgheader.png);
	background-repeat: repeat-x;
	margin-top: 20px;
}

.content {
	width: auto;
	height: 580px;
	overflow: auto;
	background-image: url(../images/bgcontent.png);
	background-repeat: repeat-x;
}

.contenu {
	padding: 10px 20px 0px 200px;
	text-align: justify;
	width: 758px;
	height: 528px;
	border: 1px black solid;
	background-color: #FEF9D3;
	overflow: auto;
}

.contenu a {
	color: #000000;
	text-decoration: underline;
}

.contenu a:hover {
	color: #FFCC00;
}

.contenu a:active {
	color: #B24C19;
}

.sousPlanSite {
	padding-left: 20px;
}

.sousSousPlanSite {
	padding-left: 40px;
}

.intro {
	width: 978px;
	height: 519px;
	border: 1px black solid;
	background-color: #B24C19;
	padding-top: 19px;
}

.footer {
	width: auto;
	height: 46px;
	font-size: 1em;
	font-style: italic;
	background-image: url(../images/bgfooter.png);
	background-repeat: repeat-x;
	padding-top: 5px;
}

.top {
	width: auto;
	height: 40px;
	font-size: 1em;
	font-style: italic;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 0px;
}

/* sousmenu */

.sousmenu {
	position: absolute;
	width: 165px;
	height: 528px;
	border: 1px solid black;
	padding: 0px 5px 10px 0px;
	background-color: #FFFFFF;
}
.sousmenu ul {
	list-style-type: none;
	margin: 0px;
}

/* menu - class */

.menu a {
	width: 150px;
	height: 20px;
	display: block;
	border-bottom: 1px solid black;
	text-decoration: none;
	padding-left: 20px;
}

.titreMenu {
	padding: 10px 5px 10px 10px;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #7C1702;
	width: 155px;
	height: 30px;
	font-style: italic;
	border-bottom: 1px solid black; 
}

.actif {
	width: 150px;
	height: 20px;
	display: block;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: #000000;
	padding-left: 20px;
	background-color: #FFCC00;
}

.sousActif {
	width: 130px;
	height: 20px;
	display: block;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: #B24C19;
	padding-left: 40px;
}

.equipe a {
	width: 130px;
	height: 20px;
	display: block;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: #B24C19;
	padding-left: 40px;
}

.menu a:hover {
	background-color: #B24C19;
	color: #FFFFFF;
}

a {
	text-decoration: none;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #B24C19;
}

a:active {
	color: #B24C19;
}

#menu {
	position:absolute;
	top: 112px;
	padding-left: 7px;
}

#menu ul {
	margin: 0 15px 0 0;
	list-style-type: none;
	float: left;
	font-size: 1.2em;
}

#menu li {
	margin: 0 15px 0 0;
	list-style-type: none;
	display: inline;
	padding-right: 15px;
}

#menu a {
	color: #000000;
}

#menu a:hover {
	color: #FFCC00;
}

#menu a:active {
	color: #B24C19;
}

.planSite {
	padding-right: 20px;
	font-size: 1.2em;
	color: #B24C19;
	font-style: italic;
	vertical-align: text-top;
}

.titre {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.mail {
	text-align: right;
}

.terrain {
	font-size: 1em;
}

.date {
	font-size: 1em;
}

.titreNews {
	font-weight: bold;
	text-decoration: underline;	
	color: #B24C19;
}

.formulaire {
	padding: 4px;
}

.faq {
	padding: 10px 0px;
}

.manuel {
	padding: 10px 0px;
}

.menus {
	padding: 5px 0px;
}

.manifestations {
	padding: 4px 0px;
}

.dateManifestations {
	font-style: italic;	
}

.materiel {
	padding: 20px 0px;	
}

.comite {
	text-align: left;
}

.login {
	width: 155px;
	border-top: 1px solid black;
	bottom: 0px;
	position: absolute;
	padding: 5px 5px 5px 10px;
	background-color: #7C1702;
	color: #FFFFFF;
	font-size: 0.8em;
}

.meteo {
	width: 155px;
	border-top: 1px solid black;
	bottom: 190px;
	position: absolute;
	padding: 5px 5px 5px 10px;
	background-color: #FEF9D3;
	font-size: 0.8em;
}