/****************
	Placement
****************/
html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 830px;
	margin: 0 auto;
	position: relative;
	}
#header {
	margin-left: 10px;
}
#footer {
	margin-left: 165px;
	position: absolute;
	width: 480px;
	bottom: 0;
	}
#center {
	/* �viter la superposition 
	du pied de page et du contenu */
	padding-bottom: 150px; 
	overflow: auto;
	height: 100%;
	}
#left {
	margin-left:10px;
	float: left;
	width: 141px;
	height: 100%;
	}
#right {
	margin-right: 10px;
	float: right;
	width: 149px;
	height: 100%;
	}
#content {
	/* On laisse de la place �  droite 
	pour l'autre colonne */
	float: left;
	width: 490px; 
	}
#filariane {
	position: absolute;
	bottom: 15px;
	left: 145px;
}
/****************
	Images
****************/
html {
	background-color: #fff;
	}
#left {
	background: #fff url(../images/fondmenu.jpg);
	}
#imagebasmenugauche {
	width: 100%;
	background: #fff url(../images/basmenu.jpg) no-repeat;
	height:186px;
}
#content {
	background: #fff url(../images/fondmenudroite.jpg) no-repeat;
	background-position: top right;
}
#global {
	background: url(../images/fondcontenu.png) repeat-y;
	background-position: 0px 0px;
	}
#header {
	background: url(../images/header.jpg) no-repeat;
	color: #fff;
	height: 160px;
	}
#header h1 {
	margin: 0;
	}
#degradedroite {
	height: 100px;
	width: 100%;
	background: url(../images/degradblancdroite.png) no-repeat;
	background-position: top left;
}
#logoassocaccueil {
	margin-left: 52px;
	display: block;
	
}
/****************
	Menu
****************/
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.menu li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 5px;
	background: url(../images/filetblanc.png) no-repeat;
	background-position: bottom right;
	color: #6D4F29;
	text-decoration: none;
	text-align:right;
}
ul.menu li:last-child a {
	background: none;
}
ul.menu li#current a {
	color: #fff;
}
ul.menu li a:hover {
	color: #fff;
}
/****************
	Latestnews
****************/
div.latestnewstitle {
	background: #fff url(../images/fondcadre.png) no-repeat;
	background-position: top left;
	width: 480px;
	height: 25px;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;	
	padding-top: 5px;
	font-size: 14px;
}
ul.latestnews {
	padding: 10px;
	margin: 0;
	list-style: none;
	color: #677D34;
	background-color: #EBEFE1;
	width: 460px;
	display: block;
	font-size: 12px;
}
ul.latestnews li {
	padding-left: 10px;
	padding-top: 5px;
}
.latestnewsdate {
	font-weight: bold;
}
.latestnewstitle {
	font-weight: normal;
}
ul.latestnews a {
	color: #687E35;
	text-decoration: none;
}
ul.latestnews a:hover {
	color: #fff;
}
/****************
	pages sp�ciales
****************/
#pagesubscribe, #pageunsubscribe {
	padding: 10px;
	background-color: #fff;
	color: #35241b;
}
#pagesubscribe fieldset, #pageunsubscribe fieldset {
	border-color: #578f27;
}
#pagesubscribe legend, #pageunsubscribe legend {
	text-align: center;
	color: #578f27;
	margin-left:auto;
	margin-right:auto; 
}
#pageunsubscribe #submit {
	background: url(../images/fond_bouton.jpg) no-repeat top left;
	width: 136px;
	border: none;
	color: #fff;
}
/********* Contact **************/
fieldset#contact_form {
	padding: 10px;
	width: 100%;
}
#contact_form input {
	margin: 5px;
}
#contact_form textarea {
	margin: 5px;
	width: 300px;
	height: 200px;
}
#contact_form label {
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
/********* Send, Add, Remove **************/
#pagesend div, #pageaddmails div, #pagedeletemails div {
	background: url(../images/and.jpg) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	height: 140px;
	width: 433px;
	display: block;
}
body#pagesend, body#pageaddmails, body#pagedeletemails  {
	background: url(../images/fond_and.jpg) repeat-x;
	background-position: top left;
	padding-top: 170px;
}
#pagesend label, #pageaddmails label {
	display: block;
	margin-top: 20px;	
}
#pagesend input, #pagesend textarea, #pageaddmails textarea {
	display: block;
	margin: 10px;
	width: 700px;
}
#pagesend fieldset, #pageaddmails  fieldset, #pagedeletemails  fieldset{
	width: 720px;
	margin-left: 30px;
}
#pagesend fieldset legend, #pageaddmails fieldset legend, #pagedeletemails fieldset legend {
	border: 1px black solid;
}
#pagesend #destinataires, #pagesend #destinataires_restants {
	height: 100px;
}
#pagesend #destinataires_restants  {
	color: red;
}
#pagesend #texte, #pageaddmails #emails {
	height: 300px;
}
#pagesend #submit, #pageaddmails #submit {
	background-color: #9E306D;
	color: #F48223;
}
/****************
	Vue blog
****************/
.blog .contentheading {
	font-size: 18px;
	color: #617832;
}
.blog .createdate {
	font-size: 11px;
	color: #444;
}

	
/****************
	Deco
****************/

/**** Colone de droite *****/
#right {
	color: #55392B;
	text-align: center;
}
#right #texterechercher, #right #textenewsletter {
	font-size:1px;
	margin-bottom: -3px;
}
#right #texterechercher {
	background: url(../images/rechercher.jpg) no-repeat center top;
}
#right #textenewsletter {
	margin-top:30px;
	background: url(../images/newsletter.jpg) no-repeat center top;
}
#right input {
	width: 136px;
	border-style: double;
	margin: 0;
	paddin: 0;
}
#inscription {
	background: url(../images/fond_bouton.jpg) no-repeat top left;
	border: none;
	color: #fff;
}
#liendesinscrire , #liendesinscrire a {
	margin-top: 3px;
	color: #55392B;
	font-size: 6px;
}
.fondblanc {
	padding-top:20px;	
	background-color: #fff;
}
/****** En t�te *******/

#header {
	position: relative;
	border: none;
	}
#header h1 {
	visibility: hidden;
	}
#filariane {
	color:#718838;
	font-size: 8px;
}

/***** Pied de page *****/
#footer p {
	margin: 2px 0;
	font-size: 7px;
	color: #444;
	text-align:center;
	}
#footer {
	border-top: 1px solid green;
	}

/****** G�n�ral ******/
body {
	font: 90% "Trebuchet MS", sans-serif;
	}
#content, #right h3, #footer p, #right p {
	padding: 0 10px;
	}
#content {
	padding: 0px;
	padding-right: 20px;
	margin-left: 10px;
	}
#right h3 {
	color: #c00;
	font-variant: small-caps;
}	

.componentheading {
	display : none;
}
/****************
	Editeur et Texte
****************/
#content p, .courant, #content li, #content {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	/* text-align: justify; */
}
#content .titre_principal, .titre_principal {
	font-weight: bold;
	font-size: 16px;
	color: #578f27;
}
#content .sous_titre, .sous_titre {
	font-weight: bold;
	font-size: 12px;
	color: #578f27;
}
#content .courant_italique, .courant_italique {
	font-style: italic;
	font-size: 12px;
	color: #000;
}
#content .text_exergue1, .text_exergue1 {
	font-weight: bold;
	font-size: 12px;
	color: #35241b;
}
#content .text_exergue2, .text_exergue2 {
	font-weight: bold;
	font-style: italic;	
	font-size: 12px;
	color: #35241b;
}
#content a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	color: #578f27;
}
#content a:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	color: #35241b;
}
#content .boite_verte, .boite_verte {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #578f27;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 100px; 
}
#content a.download, a.download {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #35241b;
}
#content a:hover.download, a:hover.download {
	text-decoration: underline;
}
#content p[align="center"] {
	text-align: center;
}
