/* CSS Document */

/* TOUT */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

body {
	background-color: #FFF;
}


li {
	list-style: none;
	padding-right: 30px;
}



/* ENTETE - LOGO */

#entete-logo {
	background-color: #cbcf7a;
	height: 149px;
}

#entete-logo img {
	float: left;
}

.logo-image {
	margin-left: 17px;
	margin-top: 11px;
}

.logo-texte {
	margin-left: 30px;
	margin-top: 15px;
}

#entete-logo p {
	font-family: Verdana, Arial, sans-sérif;
	color: #000000;
	padding-left: 187px;
	padding-top: 95px;
	line-height: 12pt;
}

/* ENTETE - NAVIGATION PRINCIPALE */
#entete {
	height: 22px;
	background-color: #bfaf94;
	padding-left: 170px;
	padding-top: 3px;
	border-bottom: double 1px #696562;
	border-top: double 1px #696562;
}

#entete li {
	display: inline;
	margin-right:30px;
}

#entete a {
}

#entete a:visited {
}

#entete a:hover {
	text-decoration: underline;
	}

#entete a:active {
	text-decoration: underline;
}

#entete .en-cours {
	padding-top: 6px;
	padding-bottom:6px;
	line-height: 20px;
	font-weight: bold;
}
	
#entete .en-cours-accueil {
	line-height: 20px;
	background-color:#d7d49b;
}
	
/* NAVIGATION SECONDAIRE   background-image:url(images/fond-communaute.gif);
	background-repeat: repeat-y;*/

#navigation-secondaire {
	width: 170px;
	float: left;
}

.nav-index {
	background-color: #;
}
.nav-calendrier {
	background-color: #;
}
.nav-communaute {
  
	background-color: #;
}

.nav-partage {
	background-color: #;
}

.nav-adresses {
	background-color: #;
}



#navigation-secondaire {
	padding-top:25px;
}

#navigation-secondaire li {
	display: block;
	padding-bottom: 30px;
	padding-left: 18px;
	line-height: 19px;

}

#navigation-secondaire a {
}

#navigation-secondaire a:visited {
}

#navigation-secondaire a:hover {
	padding:1px;
	padding-left:0px;
	text-decoration: underline;
}

#navigation-secondaire a:active {
	padding:1px;
	padding-left:0px;
	text-decoration: underline;
}

#navigation-secondaire .en-cours {
	padding:3px;
	padding-left: 20px;
	background-color:#e9afbf;
	}
	
/* NAVIGATION REGIONALE */
#regions {
	padding-bottom: 10px;

}

#regions li {
	display: inline;
}

#regions a {
font-family:"Courier New", Courier, monospace;
	color: #ac9979;
	font-weight:bold;
	text-decoration: underline;
}

#regions a:visited {
}

#regions a:hover {
	text-decoration: underline;
	}

#regions a:active {
	text-decoration: underline;
}

#regions .en-cours {

font-family:"Courier New", Courier, monospace;
	color: #fff;
	text-decoration: underline;
	background-color:#bfaf94;
	padding:5px;
	}

/* CONTENU */

#contenu {
	width: 810px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

h1 {
	font-weight:bold;
	font-size: 12pt;
	color: #7e6f4d;
	margin-top: 15px;
	margin-bottom: 10px;
	}

h2 {
	font-weight:bold;
	font-size: 10pt;
	color: #424141;

	}
	
p {
	padding-bottom: 12px;
}

#encadre {
	border: 2px double #d9939c;
	background-color:#f9dbe7;
	
}

ul {
	padding-bottom: 12px;
}

#contenu ul {
	padding-bottom: 12px;
	padding-left: 20px;
}

#contenu li {
	list-style:square;
	padding-bottom: 7px;
}

.date-index {
	color: #a99471;
	padding-bottom: 12px;
	padding-top:2px;
}

.case {
	border: 2px double #f9dbe7;
	width: 512px;
	float: left;
}
	
.surlignement {
	background-color: #f4d7a3;
	font-weight:normal;
}

.texte-barre {
	text-decoration: line-through;
}

.lien-contenu {
font-family:"Courier New", Courier, monospace;
	color: #c8788b;
	font-weight:bold;
	text-decoration: underline;
}

.image-site {
	float:left;
	margin:0px;
}
	
/* formulaires */
input, select, textarea {
	border: 1px solid #c3bfae;
}

.formulaire {
	padding-bottom: 2px;
	padding-top: 8px;
}

/* calendrier-index */


#cadre_agenda td {
	line-height: 20px;
}


.date-rdv {
	background-color: #d2da95;
}

a.date-rdv {
	color: #000000;
}


#main
{
	width: 170px;
	padding-left: 20px;
	float:left;

}
#cadre_menu, #cadre_filtre
{
	border: none;
	width: 170px;
	padding-left: 10px;
	margin-top : 20px;
	float:left;
}

#cadre_recherche, #cadre_agenda
{
	border: none;
	background-color: #ffffff;
	width: 170px;
	float:left;
}

#cadre_agenda table {
	border-collapse: collapse;
	border: 2px solid #e8e7e3;
}

#cadre_agenda td {
	border: 1px solid #c3bfae;
}

#cadre_agenda td.jours {
	border: 0px;
	}

