
/**********************************************************************************************************/
/** BODY general */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#702318;
	margin-top : 0px;
	margin-bottom : 0px;
	
}

#body2 {
	background-color:white;
	background-image:url('../images/ImageFond.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	
	width:980px;
	border-left: #000000 thin solid;
   border-right: #000000 thin solid;
   margin-right:auto;
   margin-left:auto;
}

.break {
	clear:both;
}

/**********************************************************************************************************/
/** BANDEAU HAUT */
#bandeauHaut {
	background-color:#c5b69a;
	width:980px;
	height:85px;
	background-image:url('../images/ombreBandeau.png');
	background-position:bottom;
	background-repeat:repeat-x;
	
}

/**********************************************************************************************************/
/** LOGO */

#logo {
	float:left;
	width:170px;
	margin-left:-10px;
}
#logo img {
	border-width:0px;
}


/**********************************************************************************************************/
/** Contenu */
#contenu {
	padding:3px;
}

#contenu a:link, #contenu a:visited {
    color : #bb3e11;
  }


#contenu a:hover {
    color : #ff8036;
  }

#contenu img {
	margin:2px;
	border-width:0px;
}
#contenu ul {
	padding-left:20px;
}

#contenu p {
	text-align:justify;
	overflow:hidden;
}
/**********************************************************************************************************/
/** Cadre */
.cadre {

	margin:2px;
	border:1px;
	float:left;

}
.cadre:hover{

}

.cadre h2 {
	/* voir h2 global*/
	clear:both;
}

.cadre.bordureGauche {
	/*border-left:black solid 1px;*/
	background-image:url('../images/BordureGauche.png');
	background-repeat:repeat-y;
	background-position:left;
	
}

.cadre.bordureDroite {
/*	border-right:black solid 1px;*/
	background-image:url('../images/BordureDroite.png');
	background-repeat:repeat-y;
	background-position:right;

}

.cadre.bordureGauche2 { /* utilisé pour l'accueil */
	border-left:black solid 1px;
	/*background-image:url('../images/BordureGauche.png');*/
	background-repeat:repeat-y;
	background-position:left;
	
}

.cadre.fondTranslucide { /* utilisé pour l'accueil */
	background-image:url('../images/pixel_opacity_75.png');
	background-repeat:repeat;
	
}

.cadre.largeur33 {
	width:315px;
}
.cadre.largeur66 {
	width:637px;
	
}

.cadre.largeur20 {
	width:180px;
}
.cadre.largeur80 {
	width:780px;
}

.cadre.largeur50 {
	width:475px;
}

.cadre.largeur100 {
	margin:5px;
	width:960px;
}


/**********************************************************************************************************/
/** Titres Page */
h1 { /* grand titre */
	padding-left:170px;
	width:810px;
	text-align:center;
	margin-top:6px;
	margin-bottom:34px;
	font-size:30px;
	font-weight:bolder;
	font-variant:small-caps;
	
}

h2 {
	font-family : monospace;
   border-bottom : #000000 solid thin;
   font-size:18px;
	background-image:url('../images/FondH2.png');
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:22px;
	margin-bottom:2px;
	padding-top:0px;
	margin-top:0px;
}

h2 a {
	float:right;
	text-align:right;
	font-size:10px;
	padding-right:5px;
	
	margin-top:-16px;

	
}

h3 {
	font-size:14px;
	background-image:url('../images/FondH3.png');
	background-repeat:repeat-x;
	background-position:bottom;
	
}

.plusPetit {
	font-size:80%;
}

/**********************************************************************************************************/
/** Erreurs */
.erreur {
	background-color:#FF968C;
	font-weight:bold;
}

.valide {
	background-color:#B5F4C1;
	font-weight:bold;
}

table .ligneErreur {
	background-color:#FF968C;
	font-weight:bold;
	text-align:center;
}
table .ligneValide {
	background-color:#B5F4C1;
	font-weight:bold;
	text-align:center;
}

/**********************************************************************************************************/
/** Pagination */

.pagination {
	font-size:13px;
	display:block;
	border-top:#FFDFBF 1px solid;
	
}

.pagination .elemPage a:link, .pagination a:visited {
	text-decoration:none;
	color : #bb3e11;
	
}

.pagination .elemPage a:hover {
	background-color:#bb3e11;
	color:white !important;
}

/**********************************************************************************************************/
/** Mini-menu */

.miniMenu {
	font-size:13px;
	display:block;
	border:#FFDFBF 1px solid;
	float:right;
	padding:3px;
}

.miniMenu .element {
	margin-left:5px;
	margin-right:5px;
}

.miniMenu .element a:link, .miniMenu .element a:visited {
	text-decoration:none;
	color : #bb3e11;
	
}

.miniMenu .element a:hover {
	background-color:#bb3e11;
	color:white !important;
}

/**********************************************************************************************************/
/** SPécificité pour l'affichage des dates de l'agenda */
.agendaDates {

}

.agendaDates p {
	padding-left:5px;
}

.agendaDates .signature {
	font-family:"Comic Sans MS", fantasy;
	color:#3C407D;
	display:block;
	text-align:right;
}

.agendaDates .lireSuite{
	font-weight:bolder;
	font-size:12px;
}

.agendaDates .pagePlus {
	display:block;
	font-weight:bolder;
	font-size:12px;
	width:11em;
}

.agendaDates .covoiturage {
	display:block;
	font-style:italic;
}

/**********************************************************************************************************/
/** Spécificité pour l'affichage des communiqués */
.communiques {

}

.communiques p {
	padding-left:5px;
}

.communiques .signature {
	font-family:fantasy;
	color:#3C407D;
	display:block;
	text-align:right;
}

.communiques .lireSuite{
	font-weight:bolder;
	font-size:12px;
}

.communiques .siteExterne {
	display:block;
	font-weight:bolder;
	font-size:12px;
}

.communiques .reponse {
	border-bottom:#98A7B9 1px solid;
}

/**********************************************************************************************************/
/** Spécificités pour l'affichage du covoiturage */
#formCovoiturage label {
	font-weight:bold;

}

#formCovoiturage table {
	border-spacing:0px;
	width:100%;
}
#formCovoiturage table td {
	border-bottom:gray 1px solid;
	padding-top:5px;
	padding-bottom:2px;
}
#formCovoiturage table tr {
	border:2px;
	
}




/**********************************************************************************************************/
/** Spécificités pour l'affichage du forum */
#forumDiscussion {
}

#forumDiscussion .signature {
	font-family:fantasy;
	color:#3C407D;
	display:block;
	text-align:right;
}

#forumDiscussion .reponse {
	border-bottom:#98A7B9 1px solid;
}

/**********************************************************************************************************/
/** Spécificités pour l'affichage des associations */
#listeAssociations {
	font-size:14px;
}
#listeAssociations {
	list-style-type:disc;
}
#listeAssociations li {
	margin-bottom:5px;
}

/**********************************************************************************************************/
/** Spécificités pour le formulaire de connexion à l'admin */
#formConnexionAdmin {
	font-weight:bold;
	padding:20px;
}

#formConnexionAdmin label {
	width:200px;
	display:block;
	float:left;
}

#formConnexionAdmin .erreur {
	background-color:#FF968C;
	font-weight:bold;
	padding:5px;
}

