/* CSS Document */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #efe9d9;
	text-align: center;
}

#total {
	background: url(../images/bg.jpg) repeat-y top left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 861px;
}

#header {
	z-index: 20;
	background-color: #efe9d9;
}

#banniere {
	height: 330px;
	background: url(../images/banniere.jpg) no-repeat bottom left;
}

#barre-lang {
	float: right;
	position: relative;
	right: 25px;
	top: -150px;
}

html>body #barre-lang {
	float: right;
	position: relative;
	right: 20px;
}

#barre-lang ul {
	list-style: none;
}

#barre-lang li {
	float: left;
}

#profil {
	text-align: right;
	color: #aca07e;
	float: right;
	position: relative;
	top: -287px;
	left: 120px;
	font-weight: bold;
	color: #aca07e;
	font-size: 0.8em;
}

#profil a {
	color: #aca07e;
}

#profil .login {
	border: 1px solid #aca07e;
	width: 100px;
}

#profil .submit {
	color: #aca07e;
	border: 1px solid #aca07e;
}

#titre {
	background: url(../images/edb.jpg) no-repeat top left;
	width: 641px;
	height: 292px;
	position: relative;
	top: -8px;
	left: -134px;
}

#titre h1 span {
	visibility: hidden;
	display: none;
}

#menu {
	background: url(../images/bg_menu.jpg) no-repeat top left;
	width: 861px;
	height: 44px;
	padding-left: 20px;
	padding-top: 8px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	background: url(../images/spacer_menu.jpg) no-repeat bottom right;
}

#menu li a {
	color: #5a1815;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bolder;
	line-height: 35px;
}

#menu li:hover, #menu .select {
	background: url(../images/menu_over.jpg) repeat-x bottom left;
}

#don {
	z-index: 30;
	background: url(../images/don.jpg) no-repeat top right;
	position: relative;
	top: -97px;
	right: -31px;
	float: right;
	width: 247px;
	height: 133px;
}

#don a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 60px;
	left: 20px;
}

#contenu {
	z-index: 10;
	background: url(../images/bg_contenu.jpg) no-repeat top left;
	position: relative;
	top: -10px;
	padding: 65px;
}

.article {
	/*float: left;*/
}

.article_titre_span {
	color: #5a1815;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
}

.article_titre_span a {
	color: #5a1815;
	text-decoration: none;
	font-weight: bold;
}

.article-info, .commentaire-info, .action {
	color: #786f58;
}

.article-info a, .action a, .article_commentaire a, .commentaire-info a {
	color: #786f58;
	text-decoration: underline;
}

.article_commentaire {
	color: #786f58;
	float: right;
	margin-bottom: 20px;
}

.article_chapeau a, .article_texte a {
	color: #786f58;
}

.article_chapeau, .article-info {
	padding-bottom: 20px;
}

.article_texte h2 {
	padding: 10px;
	color: #5a1815;
}

.article_texte img {
	background-color: #FFFFFF;
	border: 1px solid #786f58;
	padding: 8px;
	margin: 8px;
}

.article_texte ul, .article_texte ol {
	padding-left: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
}

hr {
	border-bottom: 2px solid #786f58;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.medias {
	padding-top: 30px;
}

.medias h3, .commentaires h3, #ajouter_commentaire h3 {
	font-size: 1.3em;
	color: #5a1815;
	font-weight: bold;
}

.medias_contener {
	background-color: #ddd9cc;
	float:left;
}

.media {
	float: left;
	width: 93px;
	height: 93px;
	margin: 8px;
	text-align: center;
}

.media .image img {
	background-color: #FFFFFF;
	border: 1px solid #786f58;
	padding: 8px;
}

.commentaire, #ajouter_commentaire textarea, #ajouter_commentaire input {
	margin-top: 10px;
	border: 1px solid #786f58;
	padding: 4px;
}

.commentaire-info {
	float: left;
}

.commentaire-trad {
	float: right;
}

.commentaire-texte {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

#ajouter_commentaire textarea {
	width: 100%;
}

#faire_don {
	color: #786f58;
}

#faire_don h3 {
	font-size: 1.6em;
	color: #5a1815;
	font-weight: bold;
}

#faire_don .titre {
	font-size: 1.1em;
	color: #5a1815;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

#inscription h2 {
	color: #5a1815;
	font-weight: bold;
}

#inscription .center {
	text-align: center;
}


#inscription table {
	width: 100%;
}

#inscription .right, #inscription .info {
	padding: 5px;
}

#inscription .info {
	color: #786f58;
	font-size: 0.8em;
	font-style: italic;
}

#inscription .right input {
	border: 1px solid #786f58;
	padding: 2px;
}

#inscription .right select {
	border: 1px solid #786f58;
}

#inscription .left {
	text-align: right;
}

#photo {
	position: relative;
	float: right;
	left: 100px;
}

#photo img {
	background-color: #FFFFFF;
	border: 1px solid #786f58;
	padding: 8px;
	margin: 8px;
}

#contacts h2 {
	color: #5a1815;
	font-weight: bold;
	margin-top: 50px;
}

#contacts .contact {
	float: left;
	background-color: #e2dac6;
	width: 300px;
	padding: 20px;
	margin: 10px;
}

#contacts .contact h3 {
	color: #5a1815;
	padding-bottom: 5px;
}

#contacts .contact p {
	color: #786f58;
	padding-bottom: 10px;
}

#contacts .contact img {
	background-color: #FFFFFF;
	border: 1px solid #786f58;
	padding: 8px;
	margin: 8px;
}

#contacts .contact a {
	color: #786f58;
}

#lien h3 {
	color: #5a1815;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 1.3em;
}

#lien p {
	color: #786f58;
	padding-bottom: 10px;
}

#lien a {
	color: #786f58;
	font-weight: bold;
}

.clear {
	clear: left;
}

#pied {
	z-index: 40;
	background: url(../images/bg_pied.jpg) no-repeat top left;
	width: 861px;
	height: 85px;
}

#rss {
	z-index: 50;
	float: right;
	position: relative;
	top: 10px;
	right: 32px;
}

#rss a {
	background: url(../images/rss.jpg) no-repeat top right;
	padding: 10px 10px 10px 10px;
	line-height: 25px;
	text-decoration: none;
}

#rss a span {
	visibility: hidden;
}

#association {
	position: relative;
	width: 100%;
	text-align: center;
	top: 60px;
	left: 40px;
}

#association a {
	color: #786f58;
}

#unflux span {
	visibility: hidden;
	display: none;
}

/*#image1 {
	background: url(../images/enfance.jpg) no-repeat top left;
	position: relative;
	top: -257px;
	left: -52px;
	width: 97px;
	height: 236px;
}*/

#referencement {
	display: none;
	visibility: hidden;
} 
