/* CSS Document */
html
{
	overflow-x:hidden;
}
body {
     margin: 0;
     text-align: center;
     font-family:Geneva, Arial, Helvetica, sans-serif;
     font-size: 12px;
     text-align: center;
}

h1, h2, h3, h4, h5, h6, a, img, div, span, ul, li,dl, dd, dt {
	margin: 0;
	padding: 0;
	border:0;
	list-style-type:none;
}
dt
{
	display:block;
}

a {
	color: #ff5a00;
	text-decoration: underline;
}

a:hover {
	color: #ff9817;
}

a.ablack, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: black;
	text-decoration: none;
}

a.ablack:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: black;
	text-decoration: underline;
}

.orange
{
	color: #ff5a00;
}

hr
{
	border:0;
	border-bottom: 1px dotted #ff9817;
	height: 1px;
	line-height: 1px;
}

input
{
	vertical-align: middle;
}

input[type="text"], input[type="password"], .itext
{
	border: 1px solid #dcdcdc;
	line-height: 15px;
	height: 15px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #b9b9b9;
}

input[type="text"]:focus, input[type="password"]:focus, .itext:focus
{
	border:1px solid #dc6b00;
	color: black;
}

input[type="submit"], .isubmit
{
	background: url('../images/button-small.png');
	border: 0;
	height: 25px;
	line-height: 25px;
	color:white;
	width: 79px;
	padding-bottom: 4px;
	cursor: pointer;
}

input[type="submit"]:hover, .isubmit:hover
{
	background: url('../images/button-small.png') 0px -25px;
}

.ifleft
{
	float: left;
	margin-right: 4px;
}

.ifright
{
	float: right;
	margin-left: 4px;
}

blockquote
{
	font-size: 16px;
	color: #ff5a00;
}

label
{
	font-weight: bold;
	cursor: pointer;
}

/* DEF CLASS */
.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.right
{
	margin-left:auto;
	margin-right: auto;
	display:block;
	text-align: center;
}

.cboth
{
	clear: both;
	float: none !important;
}

#block {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#header
{
	text-align: right;
	height: 160px;
	border-bottom: 7px solid #ff5a00;
	background: url('../images/top.jpg') no-repeat;
	position: relative;
}

#header #logo
{
	display: block;
	width: 430px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
}

#header #lang
{
	position: absolute;
	right: 10px;
	bottom: 7px;
}

#top
{
	padding-top: 7px;
	margin-right: 10px;
	color: #909090;
}

#top a
{
	color: #909090;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#top a:hover
{
	text-decoration: underline;
	color: #333;
}

#top form
{
	display: inline;
}

#top-menu
{
	height: 52px;
	z-index: 1000;
	border-bottom: 1px solid #e8e8e8;
	background: url('../images/menu-back.png') repeat-x;
	margin-top: 1px;
}

#top-menu dl
{
	float:left;
	position:relative;
	height: 52px;
	line-height: 52px;
}

#top-menu dl.ancestor dt span
{
	background: url('../images/menu-over.png') repeat-x;
}

#top-menu dl.ancestor dt span img
{
	position: absolute;
	top:52px;
}

#top-menu dl.ancestor dt span, #top-menu dl.ancestor dt span a
{
	color: white;
}

#content
{
	z-index: 50;
}

#metas
{
	margin-bottom: 10px;
}

#tools
{
	/*
	position: absolute;
	top: 0;
	right: 345px;
	text-align: right;*/
	float: right;
	width: 156px;
	height: 17px;
	z-index: 10;
}

#tools a
{
	float: left;
}

#tools a span
{
	display: block;
	height: 17px;
	width: 17px;
	background: url('../images/tools.png') no-repeat 0px 0px;
}

#tools a.addthis_button_twitter span
{
	background-position: -155px 0px;
}
#tools a.addthis_button_twitter:hover span
{
	background-position: -155px -17px;
}

#tools a.addthis_button_google span
{
	background-position: -135px 0px;
	width: 16px;
}
#tools a.addthis_button_google:hover span
{
	background-position: -135px -17px;
}

#tools a.addthis_button_facebook span
{
	background-position: -114px 0px;
}
#tools a.addthis_button_facebook:hover span
{
	background-position: -114px -17px;
}

#tools a.addthis_button_rss span
{
	background-position: -93px 0px;
}
#tools a.addthis_button_rss:hover span
{
	background-position: -93px -17px;
}

#tools a.addthis_button_favorites span
{
	background-position: -72px 0px;
}
#tools a.addthis_button_favorites:hover span
{
	background-position: -72px -17px;
}

#tools a.addthis_button_print span
{
	background-position: -52px 0px;
}
#tools a.addthis_button_print:hover span
{
	background-position: -52px -17px;
}

#tools a.addthis_button_email span
{
	background-position: -24px 0px;
	width: 25px;
}
#tools a.addthis_button_email:hover span
{
	background-position: -24px -17px;
}

#tools a.addthis_button_expanded span
{
	background-position: 0px 0px;
	width: 19px;
}
#tools a.addthis_button_expanded:hover span
{
	background-position: 0px -17px;
}


 .menu span
{
	margin-left: 11px;
	margin-right: 11px;
	background-color: #ff9817;

}

#top-menu dt span
{
	height: 52px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	display:block;
	_display:inline-block;
	color: #6b6b6b;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid white;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 12px;
	font-family: arial;
}

#top-menu dl:first-child dt span
{
	border-left: 0;
}

#top-menu dt span a
{
	color: #6b6b6b;
	text-decoration: none;
	cursor: pointer;
}

#top-menu dt:hover
{
	background: url('../images/menu-over.png') repeat-x;
}

#top-menu dd
{
	background: url('../images/menu-sub.png') repeat;
	display:block;
	left:0;
	line-height:17pt;
	list-style-type:none;
	position:absolute;
	top:53px;
	width: 170px;
	z-index:9999;
	color: white;
}

#top-menu dl dd ul {
	display:none;
}

#top-menu dd ul li
{
	border-top: 1px dotted #5a5a5a;
	margin-left: 20px;
	margin-right: 20px;
}

#top-menu dd ul li:first-child
{
	border: 0;
}

#top-menu dd ul li a
{
	color: white;
	text-decoration:none;
}

#top-menu dd ul li a:hover
{
	color: #FF5A00;
}

#content #page.accueil dl
{
	margin-left: 15px;
	margin-right: 15px;
	width: 300px;
	margin-top: 10px;
}

#content h1 {
	font-size: 10px;
	color: #b4b4b4;
	text-align: right;
	margin-top: 17px;
}

#content #barre-left
{
	float: right;
	border-left: 1px solid #F82C67;
	height:20px;
	width:248px;
}

.accueil #barre-left
{
	display: none;
}

#hdp, .pagination a, .hdp
{
	background-color: #ebebeb;
	border: 1px solid #d7d7d7;
	display:inline-block;
	line-height: 15px;
	vertical-align: middle;
	height: 16px;
	float: right;
	color: #b4b4b4;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

.pagination a
{
	float: none;
	margin:0;
	width: 14px;
	height: 14px;
	padding:0;
}

#hdp:hover, .pagination a:hover, .hdp:hover
{
	 background-color:#333;
	 color:#fff;
}

.pagination a.selected
{
	background-color: #ff5a00;
	border: 1px solid #ff5a00;
	color: white;
}

#content #page.accueil dt img
{
	margin-bottom: 10px;
}

#content #page.accueil dd p
{
	margin: 0;
}

#content #page.accueil #nos-valeurs
{
	background: url('../images/nos-valeurs.png') no-repeat;
	width:660px;
	height: 95px;
	position:relative;
}

#content #page.accueil #nos-valeurs .nos-valeurs
{
	color: #ff5a00;
	font-size: 16px;
	position:absolute;
	right:467px;
	text-align:right;
	top:24px;
	width:145px;
}

#content #page.accueil #nos-valeurs .valeurs
{
	color: #a3a3a3;
	font-size: 16px;
	width:400px;
	height:31px;
	position: absolute;
	left:212px;
	top:15px;
}

#content #page.accueil #fondation-servir
{
	text-align: center;
	text-transform: uppercase;
	background-color: black;
	color:white;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 31px;
	margin:0;
}

#metas a
{
	color: #7F7F7F;
}

#content #page #breadcrumb
{
	margin-top:0;
	margin-left: 2px;
	color: #7F7F7F;
	font-size: 12px;
	margin-bottom: 6px;
}

#content #page #breadcrumb a
{
	color: #7F7F7F;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#content #page #breadcrumb a:hover
{
	text-decoration: underline;
}

ul.navigation
{
	padding-left: 2px;
}

ul.navigation li, ul.navigation li a
{
	display:inline;
	color: #7F7F7F;
	font-size: 12px;
}

ul.navigation li.selected
{
	font-weight: bold;
}

#footer
{
	margin-top: 10px;
	height: 132px;
	background: url('../images/bottom.jpg') no-repeat 50% 0px;
	color: #333333;
	font-size: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer .links
{
	text-align: right;
	padding-top: 30px;
	padding-right: 15px;
	width: 980px;
	margin-left:auto;
	margin-right: auto;
}
#footer a
{
	color: #333333;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#footer a:hover
{
	text-decoration: underline;
}


/* ACCUEIL - BOITES BAS*/
#content #page.accueil h2, #right #community dt
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px dotted #1766b0;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 7px;
}

#content #page.accueil #community h2, #right #community dt
{
	color: #1766b0;
}

#right #community dt
{
	margin: 10px;
}

#content #page.accueil #community .temoin, #right #community .temoin
{
	text-align: center;
}

#content #page.accueil #community .temoin span, #right #community .temoin span
{
	font-size: 10px;
	color: #818181;
}

#content #page.accueil #community dd, #right #community dd
{
	margin-bottom: 10px;
}

#content #page.accueil #community dd.link a, #right #community dd.link a
{
	color: #008bc4;
	font-size: 12px;
}

#community .temoin a:hover
{
	text-decoration: none;
}

#content #page.accueil #last-projects
{
	width: 310px;
	margin-right: 25px;
}

#content #page.accueil #community
{
	margin-left: 0;
}

#content #page.accueil #news
{
	margin-right: 0;
}

#content #page.accueil #last-projects h2
{
	color: #ff5a00;
	border-bottom: 1px dotted #ff5a00;
}

#content #page.accueil #last-projects dd.item
{
	background-color: #f1f1f1;
	border-bottom: 1px dotted #aaaaaa;
	color: #333333;
	margin-bottom: 10px;
	height:124px;
}

#content #page.accueil #last-projects dd.link a, #content #page.accueil #news dd.link a
{
	color: #ff5a00;
	font-size: 12px;
}

#content #page.accueil #last-projects h3
{
	font-size: 12px;
	font-weight: bold;
}

#content #page.accueil #last-projects h3 a, #content #page.accueil #last-projects p a
{
	color: #333333;
}

#content #page.type h4
{
	color: 11px;
	font-weight: bold;
	color: #FF5A00;
	font-size: 12px;
}

#content #page.type ol li
{
	list-style-type: decimal;
	margin-top:5px;
	margin-bottom: 5px;
}

#content #page.type #center ul
{
	padding-left: 25px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#content #page.type #center ul li
{
	background: url('../images/li.gif') no-repeat 0px 5px;
	padding-left: 15px;
}

#content #page.accueil #last-projects p a
{
	font-size: 11px;
}

#content #page.accueil #last-projects dd.item img
{
	border: 2px solid #dcdcdc;
	margin-right: 7px;
	margin-bottom: 15px;
}

#content #page.accueil #news h2
{
	color: #ff5a00;
	border-bottom: 1px dotted #ff5a00;
}

#content #page.accueil #news b
{
	color:white;
	background-color: #ff5a00;
	padding-left: 2px;
	padding-right: 2px;
}

#content #page.accueil #news dd
{
	padding-top: 4px;
	padding-bottom: 4px;
}

#right .link
{
	margin-top: 10px;
}

.link img
{
	vertical-align: middle;
	border: 0;
}

ul.navigation li
{
	list-style-type: none !important;
	background: 0 !important;
	padding: 0 !important;
}

/* LEFT */
#left
{
	float:left;
	background-color: white;
	margin-top: 10px;
	width: 635px;
}

/* CENTER */
#center
{
	width: 560px;
	min-height: 650px;
	padding-left: 30px;
	padding-right: 45px;
	background: url('../images/globe.png') no-repeat 50% 125px;
	color: #333333;
}

#center div.chapeau
{
	color: #FF5A00;
	font-size: 12px;
}

#center div.chapeau .date
{
	color: #b4b4b4;
	font-size: 9px;
}

#content #page.type h2
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	border-bottom: 1px dotted #ff5a00;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 16px;
	color: #ff5a00;
}

#content #page.type h3
{
	background-color:#ff5a00;
	color:#fff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-top: 20px;
	padding: 2px;
	padding-left: 7px;
}

#content #page.type #left #center img, #right #last-projects dd.item img, #right #projet-a-financer dd.item img, #right #ong-partenaire dd.item img, #right #ambassadeur dd.item img, .borderme img
{
	border: 3px solid #dcdcdc;
}

#content #page.type #left #center img:hover, #right #last-projects dd.item img:hover, #right #projet-a-financer dd.item img:hover, .borderme:hover img
{
	border: 3px solid #FF5A00;
}

#right #ong-partenaire dt img
{
	border: 0;
}

#content #page.full #center
{
	padding: 0;
	width: 635px;
}

/* RIGHT */
/* PROJET A FINANCER*/

#right
{
	width: 315px;
	float: right;
}

#comment-aider a, #devenir-ambassadeur a
{
	display: block;
}

#right dd h5
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#right #last-projects, #right #last-news
{
	background: url('../images/nos-realisations-fond.png') repeat-y;
	margin-top: 10px;
	padding-bottom: 10px;
}

#right #last-projects p, #right #projet-a-financer p, #right #last-news p
{
	margin: 0;
	color: white;
}

#right #last-projects hr, #right #projet-a-financer hr, #right #last-news hr
{
	border-bottom: 1px dotted white;
}

#right #last-projects a, #right #projet-a-financer a, #right #ong-partenaire a, #right #last-news a
{
	color: white;
}

#right #last-projects a:hover, #right #last-news a:hover
{
	color: #648200;
}

#right #last-projects dt, #right #last-news dt
{
	color: #648200;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	font-family: Arial;
	font-weight: 300;
	padding-top: 16px;
	padding-bottom: 10px;
}

#right #last-projects dd, #right #projet-a-financer dd, #right #ong-partenaire dd, #right #last-news dd
{
	margin-left: 10px;
	margin-right: 10px;
}

#right #last-news dd b
{
	background-color: #739200;
}

#right #projet-a-financer
{
	background: url('../images/nos-projets-fond.png') repeat-y;
	margin-top: 10px;
	padding-bottom: 10px;
}

#right #projet-a-financer h5 a
{
	color: #333333;
}

#right #projet-a-financer dt
{
	color: white;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	font-family: Arial;
	font-weight: 300;
	padding-bottom: 10px;
}

#right #projet-a-financer a:hover
{
	color: #8c3200;
}

#right #ong-partenaire
{
	background: url('../images/a-propos-de-cette-ong-fond.png') repeat-y;
	margin-top:10px;
	padding-bottom:10px;
}

/* PROJETS */
dl#avancement
{
	width: 100%;
	border: 2px solid #b3b3b3;
	background: url('../images/avancement-fond.png') repeat-x;
	text-align: left;
	padding:2px;
	margin-top: 4px;
}

dl#avancement dd
{
	background-color: #ff5a00;
	margin: 0 !important;
	height:9px;
}

.atop
{
	background: url('../images/atop.png') no-repeat 0px 3px;
	width: 26px;
	height: 13px;
	display: block;
	padding-left: 6px;
	font-size: 9px;
}

.box-gris
{
	background: url('../images/block-fond.png');
	border: 1px solid #dcdcdc;
	margin-top: 15px;
	padding:8px;
	width: 619px;
}

#content #page.type .box-gris h2
{
	color: #ff5a00;
	font-size: 16px;
	font-family: Arial;
	text-transform: none;
	border:0;
	margin-bottom: 0;
	padding-top: 7px;
	margin-top: 0px;
}

#content #page.type .box-gris h2 a
{
	color: #ff5a00;
	text-decoration: none;
}

#content #page.type .box-gris h2 a:hover
{
	text-decoration: none;
}

.box-gris-ombre
{
	background: url('../images/box-gris-bottom.png') no-repeat;
	width: 635px;
	height: 20px;
}

#content #page.projet h2, #content #page.actu h2 {
	font-size: 19px;
	margin-top: 19px;
}

#content #page.projet h3 {
	margin-bottom: 7px;
	font-size: 12px;
}

#content #page.projet #shortcut a
{
	background-color: #ff5a00;
	color: white;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:3px;
	padding-bottom: 3px;
}

#content #page.projet #shortcut a:hover
{
	background-color: #FF9500;
}

#content #page.projet h2.donateurs
{
	color: #033333;
	font-size: 20px;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #ff5a00;
}

#content #page.projet h2.donateurs span
{
	color: #ff5a00;
}

.moncompte table th
{
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 5px;
}

.moncompte table td
{
	font-size: 10px;

}

#right dl#faire-un-don
{
	background: url('../images/faire-un-don-fond.png') repeat-y;
	margin-top: 10px;
}

#right dl#faire-un-don th
{
	font-size: 17px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#right dl#faire-un-don .fond-orange
{
	background: #FF5A00 url('../images/donner-maintenant-fond.png') no-repeat;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom: 4px;
	color: white;
}

#content #page.type #center .errorlist
{
	margin: 0 !important;
	color: red;
}

tr.error td input
{
	border: 1px solid red;
}

.forms .error input, .forms .error textarea
{
	border-color: red;
	background-color: #FFEEEE;
}

.forms td label
{
	font-weight: normal;
}

.forms ul li
{
	display: inline;
	background: 0 !important;
	padding: 0 !important;
}

.forms input[type="radio"]
{
	vertical-align: sub;
}

.crosslink
{
	color: #FBB582 !important;
}
.crosslink a
{
	color: #FBB582 !important;
}
