/* ------------------------------------ */
/*                                      */
/*            Généralités               */
/*                                      */
/* ------------------------------------ */

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#0b0b00;
	font: normal 80%/1em "Georgia", Times New Roman, Times, serif;
	color: black;
	margin: 0;
	padding: 0 0 2em 0;
	text-align: center;
}

h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #523703;
	font-weight: bold;
	font-size: 1.3em;
	text-align:center;
}

h2 span {
	color: #272700;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.15em;
	color: #523703;
}

h4 {
	clear: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.1em;
	color: #999900;
}

#contenu h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 1.35em;
	border-bottom: 1px solid #E8E5D4;
}
#contenu h3 {
	margin: 20px 0 10px 0;
	letter-spacing: 2px;
}
#contenu h3:first-letter {
	color: #205071;
}

p {
	margin: 0 0 5px 0;
	text-align:justify;
	text-indent:2em;
}

a#lien-accueil {
	position: absolute;
	left: 30px;
	top: 20px;
	width: 243px;
	height: 116px;
}

a {
	color: #272700;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	background : transparent;
}
a img {
	border: 0 none;
}
.cache {
	text-indent: -5000px;
	font-size: 0px;
	line-height: 1px;
	text-decoration: none;
}

tt, samp {
	font-size: 1em;
	color: green;
}

code {
	font-size: 1.1em;
	color: #369;
}

q {
	font-style: italic;
}
kbd {
	font-size : 1.1em;
	padding: 0px 1px;
	border: 1px solid #E2F576;
	border-right: 1px solid #A59B62;
	border-bottom: 1px solid #A59B62;
	background: #FFFFC4;
}

ul, li {
	margin: 0;
	padding: 0;
}

input.textfield {
	width:70%;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input.textfield:focus, textarea:focus {
	background:#F5FFDC;
}

.Parrainages {
	color: #A59B62;
	font-weight: bold;
}

.gauche {
	float: left;
	margin-right: 8px;
}
.droite {
	float: right;
	margin-left: 8px;
}
.textegauche {
	text-align : left;
}
.textedroite {
	text-align : right;
}


/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */

#header {
	position: relative;
	width: 807px;
	height: 135px;
	background: url(images/Entete.png) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}
#evitement {
	position: absolute;
	top: 27px;
	right: 42px;
	text-align: right;
	width: 500px;
	height: 100px;
}
#evitement ul {
	margin: 0;
	padding: 0px 15px 2px 10px;
}
#evitement li {
	list-style-type: none;
	font-size: 0.9em;
	padding: 0;
	display: inline;
	color: white;
	line-height:1.5em;
}
#evitement li a {
	color: white;
}
#Sevitement {
	position: absolute;
	top: -2px;
	left: 490px;
	text-align: right;
	width: 295px;
	height: 30px;
}
#Sevitement ul {
	margin: 0;
	padding: 0px 15px 2px 10px;
}
#Sevitement li {
	list-style-type: none;
	font-size: 0.9em;
	padding: 0;
	display: inline;
	color: white;
	line-height:1.5em;
}
#Sevitement li a {
	color: white;
}

#headersous {
	width: 807px;
	height: 40px;
	background: url(images/Sousentete.gif) left top no-repeat;
	margin: 0 auto;
	text-align: right;
}
#headersous p {
	padding-top: 15px;
	margin-right:35px;
	margin-bottom: 0;
}


/* ------------------------------------ */
/*                                      */
/*            Menu                      */
/*                                      */
/* ------------------------------------ */

#menu {
	position: relative;
	width: 807px;
	height: 66px;
	background: url(images/fondmenu.gif) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}

#menu ul {
	position: absolute;
	top: 6px;
	left: 338px;
	width: 439px;
	height: 53px;
	padding: 0;
	margin:0;
	background: yellow;
	list-style: none;
	background: transparent url(images/menu.png) top left no-repeat;
}
#menu li {
	float: left;
	padding: 0;
	margin:0;
	text-indent: 50px;
}

#menu li a {
	display: block;
	height: 53px;
	width: 145px;
	text-decoration: none;
	font-size: 1px;
	line-height: 53px;
	color: #C6C1A3;
}

#menu li a span {
	position: absolute;
	left: -5000px;
}
#menu li a:hover {
	background: transparent url(images/menu.png) top left no-repeat;
}
.selection-ong {
	background: transparent url(images/menu.png) top left no-repeat;
	background-position: 0px -53px;
}
#menu a#ong:hover {
	background-position: 0px -53px;
	color: #6882c3;
}
.selection-besoins {
	background: transparent url(images/menu.png) top left no-repeat;
	background-position: -145px -53px;
}
#menu a#besoins:hover {
	background-position: -145px -53px;
	color: #8fab10;
}
#menu a#blog:hover {
	background-position: -290px -53px;
	color: #ffc326;
}


/* ------------------------------------ */
/*                                      */
/*            Global                    */
/*                                      */
/* ------------------------------------ */

#global {
	width: 807px;
	background: url(images/fondglobal.png) left top repeat-y;
	margin: 0 auto;
	text-align: left;
}

#global #sidebar {
	float: right;
	width: 190px;
	padding-right:35px;
	padding-top: 15px;
	line-height: 1.3;
}
#global #sidebar h2 {
	padding-left:1em;
}
#global #sidebar p {
	padding-right: 75px;
}
.selected {
	text-transform:uppercase;
	line-height: 2.5em;
}
#global #sidebar ul {
	width: 180px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	list-style-image: url(images/label.gif);
	background: url(images/hr2.png) left bottom no-repeat;
}
#global #sidebar li {
	margin: 0 0 0 25px;
	padding: 3px 0 4px 0;
	line-height: 1em;
	width: 160px;
	color: #A59B62;
}
#global #sidebar li.last {
	background: none;
}

#global #sidebar .aussi {
	width: 190px;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.15em;
	text-align: justify;
	padding-bottom: 5px;
	background: url(images/hr2.png) left bottom no-repeat;
	clear:both;
}
#global #sidebar .aussi img {
	float: left;
}
#global #sidebar .aussi p {
	margin-left: 25px;
	padding-right: 3px;
	color:#666;
}

#global #sidebar h2 {
	width: 170px;
}
#global #sidebar h2.realisation {
	margin-top: 1em;
}
#global #sidebar h2.realisation:first-letter {
	color: #205071;
}
#global #sidebar p.realisation {
	width: 170px;
	padding-right: 3px;
	margin-left: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #999;
	font-size:smaller;
}

#global #photo {
	float: left;
	margin: 0 0 10px 0;
}

#global #general {
	float: left;
	width: 577px;
}

#global #presentation {
	float: left;
	margin: 0;
	text-align: right;
	background: url(images/fondpresentation.jpg) right top no-repeat;
	padding-top: 15px;
}
#global #presentation p {
	margin-bottom: 15px;
	line-height: 1.3;
	margin-right: 10px;
}
#global #presentation a img {
	margin-right: 10px;
}

#global #accroche {
	clear: left;
	width: 540px;
	margin: 0 0 0 35px;
	background: url(images/aile.jpg) 99% 100% no-repeat;
	line-height: 1.3;
}

#global #confiance {
	clear: left;
	width: 540px;
	margin: 20px 0 0 35px;
	line-height: 1.3;
}

#global #accroche p.minimargefeuille {
	padding-right: 40px;
}
#global #accroche p.moyenmargefeuille {
	padding-right: 60px;
}
#global #accroche p.margefeuille {
	padding-right: 90px;
}

#clearombre {
	width: 807px;
	height: 14px;
	background: url(images/fondglobalombre.png) left top no-repeat;
	margin: 0 auto;
	font-size: 1px;
	clear: both;
}

div#contenu {
	margin: 0 0 0 30px;
	padding: 15px 20px 0 15px;
	line-height: 1.5em;
	background: url(images/fondpresentation.jpg) right top no-repeat;
}
div#contenu p {
	margin-bottom: 1.1em;
	text-align: justify;
}
div#contenu p.fil {
	color:#999;
	font-size: 0.9em;
}

div#contenu blockquote {
	margin: 1em;
	padding: 0.5em 1em 0 38px;
	background: white url(images/citation.jpg) left top no-repeat;
	font-style: italic;
	color: #797342;
}
div#contenu blockquote p {
	text-align: right;
	margin: 8px 0;
	font-style: normal;
	padding-right: 25px;
	background: url(images/citationfin.gif) right bottom no-repeat;
}
#contenu dl {
	margin-bottom: 2em;
	padding-bottom: 20px;
	background: url(images/hr3.png) left bottom no-repeat;
}
#contenu dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #999900;
}
#contenu dd {
	margin-bottom: 0.5em;
}

#contenu ul {
	padding: 0;
	margin: 0 0 10px 0px;
	list-style-type: none;
}
#contenu li {
	margin: 0 0 0 0;
	line-height: 1.2em;
	margin-bottom: 4px;
	margin-top: 4px;
	background: url(images/puce.png) left top no-repeat;
	padding-left: 20px;
}

/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

#footer {
	width: 807px;
	height: 3.5em;
	background: url(images/footer.png) left bottom no-repeat;
	color: white;
	font-size: 0.95em;
	text-align: left;
	margin: 0 auto;
	padding-top: 0.5em;
}
#footer p {
	margin: 0 35px 0 40px;
}
#footer a {
	color: white;
}
.linkbox {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10px;
	font-weight:normal;	
	color:#000000;
	border: solid 1px #7F9DB9;
	padding: 2px 2px 2px 2px;
}
/********************************* LiveValidation *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}
