/* MISE EN PAGE **/
body{
	width:835px;  
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	background-color:#ffffff;
	background:url(img/fond.jpg) center repeat-y;
	padding-left:50px;
}
#entete{
	width:780px;
	height:150px;
	position:absolute;
	color:#FFFFFF;
	border-bottom:1px solid black;
}
#menu{
	width:200px;
	top:180px;
	margin-left:570px;
	border-left: solid 2px #dddddd;
	position:absolute;
}
#page{
	width:550px;
	top:160px;
	margin-left:0px;
	position:absolute;
}

a {
	text-decoration: none;
}
a:link {
	color: #000000;
	font-weight:bold;
}
a:visited {
	color: #000000;
	font-weight:bold;
}
a:hover {
	color: #a5037c;
	font-weight:bold;
}

.en_savoir_plus:link, .en_savoir_plus:visited {
	color:#FFFFFF;
	font-weight:bold;
}

.en_savoir_plus:hover {
	color:#58585a;
	font-weight:bold;
}

.lien_cal:link, .lien_cal:visited {
	color:#a5037c;
	font-size:11px;
}

.lien_cal:hover {
	color:#58585a;
	font-size:11px;
}

.lien_prochain:link, .lien_prochain:visited {
color:#FFFFFF;
text-decoration:underline;
}

.lien_prochain:hover {
color:#666666;
}


.bouton {
	border: 2px outset #97bf0d;
	background-color: #97bf0d;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	position: relative;
	left: 0px;
}
.bouton:hover {
	background-color: #ffffff;
	color: #97bf0d;
}


.titre_rubrique {
	text-transform:capitalize;
	background:url(img/bandeau_vert.jpg) no-repeat;
	text-align: left;
	padding-left:40px;
	font-size : 22px;
	font-weight: bold;
	color: #FFFFFF;
	height: 38px;
}
.calmois{
	font-size :15px;
	vertical-align:top;
	color:#a5037c;
}
.entetecal {
	font-family:verdana, sans-serif;
	font-size:90%;
	color:#FFFFFF;
	background-color:#97bf0d;
	text-align:center;
	font-weight: bold;
}
input,select,textarea{
	left:160px;
	position:absolute;
}
.article_accueil {
background:#dddddd url(img/bottom_article.jpg) no-repeat bottom;
padding-top:3px;
padding-left:3px;
padding-right:3px;
border-top: 5px solid #cccccc;
border-right: 5px solid #cccccc;
color:#333333;
}

.article {
background:#dddddd url(img/bottom_article.jpg) no-repeat bottom;
padding-top:3px;
padding-left:3px;
padding-right:3px;
padding-bottom:15px;
border-top: 5px solid #cccccc;
border-right: 5px solid #cccccc;
color:#333333;
}


/** MENU **/
.menu_gauche {
	background: #97bf0d url(img/fond_menu_item.jpg) no-repeat;
	width: 100%;
	padding: 4px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	
}
.sous_menu_gauche {
width: 100%;
margin-top:0px;
margin-bottom:0px;
}
a.menu {
	text-decoration: none;
	font-weight:bold;
}
a.menu:active {
	color: #333333;
}
a.menu:link {
	color: #333333;
}
a.menu:visited {
	color: #333333;
}
a.menu:hover {
	color: #a5037c;
}
a.sous_menu {
	text-decoration: none;
	font-weight:bold;
}


a.sous_menu:link {
	color: #a5037c;
}
a.sous_menu:visited {
	color: #a5037c;
}
a.sous_menu:hover {
	color: #000000;
}

#prochain_evenement {
	padding-top:90px;
	padding-left:330px;
	font-size:13px;
	font-weight:bold;
}


/** TABLEAU DE LISTINGS **/
.titre_tableau {
height:20px;
background:#ffffff url(img/titre_tableau.gif) no-repeat;
color:#ffffff;
}