/* Main Style sheet for keewebuilder.com */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
	color: #000;
}

/****************************************************************************************/
/* Définition des styles généraux sur les balises courantes pour la partie contenu */
/*****************************************************************************************/ 

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #07275C; padding-left:20px; text-align: left; }
h2 { font-size: 1.2em; font-weight: bold; color: #980008; text-align: left; }
h3 { font-size: 1.1em; font-weight: bold; text-align: left; }
h4 { font-size: 1em; font-weight: bold; text-align: left; }
h5 { font-size: 1em; font-weight: bold; text-align: left; }
h6 { font-size: 1em; font-weight: bold; text-align: left; }
p { text-align:justify; }


table { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; border:none; border-collapse:collapse; } 
tr { margin:0; padding:0; border:none; } 
th { display: none; }
td { font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin:0; padding:0; border:none; }
td h1 { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #07275C; margin-bottom:0; padding-bottom: 0; padding-left:0; text-align: left; }
td h2 { font-size: 1.2em; font-weight: bold; color: #980008; padding-bottom: 0; margin-bottom: 0; text-align: left; }
td h3 { font-size: 1.1em; font-weight: bold; text-align: left; }
td h4 { font-size: 1em; font-weight: bold; text-align: left; }
td h5 { font-size: 1em; font-weight: bold; text-align: left; }
td h6 { font-size: 1em; font-weight: bold; text-align: left; }
td p { text-align:justify; }

a:link { color: #980008; text-decoration: underline;  }
a:active { color: #980008; text-decoration: underline;  }
a:visited { color: #980008; text-decoration: underline;  }
a:hover { color: #000; text-decoration: underline;  }
a:focus { color: #000; text-decoration: underline;  }

img {
	margin: 0;
	padding: 0;
	border: none;
}


/*****************************************************************************************/
/*                                  Placement des blocs                                  */
/*****************************************************************************************/ 

#accessibility {
	display: none;
}
#outer_wrapper {
	width: 875px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #999;
}
#main {
	/*position: relative;   pour éviter le bug d'affichage IE: à mettre sur le conteneur et le flottant */
	/*width: 875px;*/
	min-height: 550px;
	margin: 0;
	padding: 0;
	background-color: #FFFAD7;
	background-image: url(/stoppauvrete2015/images/top_bglogo.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-top: 1px solid #FFFAD7;
}
#bgTopMenu {
	position: absolute;
	top: 51px;
	width: 200px;
	background-color: #980008;
	padding: 150px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	z-index:100;
}
#bgTopMenu a { color: #fff; text-decoration: none;  }
#content {
	margin-left: 200px;
	padding: 0;
	border: none;
	background-color: #FFFAD7;
	background-image: url(/stoppauvrete2015/images/bg_page.gif);
	background-position: top left;
}
#text {
	margin: 0;
}
/**html #texte {
	width: 500px;
}
*+html #texte {
	width: 450px;
}*/
#footer
{
	height: 24px;
}

#btTop {
	display: none;
}

#btHome {
	display: none;
}

#copyright {
	width: 875px;
	padding-top: 10px;
	text-align: center;
	font-size: 0.7em;
	color: #666;
}
#copyright a { color: #666; }


/****************************************************************/
/*                     Définition des classes courantes         */
/****************************************************************/ 

.imgToLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgToRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.textBasicPage {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width:420px !important;
	width:430px;
	font-size: 0.8em;
	text-align: justify;
}
*html .textBasicPage {
	
}
.imgBasicPage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
*html .imgBasicPage {
	margin-left: 4px;
}
.imgBasicPage img {
	width: 204px;
}
.clearing {
	clear: both;
	font-size: 0.1em;
	height: 0px;
	line-height: 0px;
}
.invisible {
	display: none;
}
.small { font-size: 85%; }
.big { font-size: 120%; }

.specialTitle { font-size: 1.4em; color: #663399; }

.textBig1 { font-size: 120%; font-weight: bold; }
.textBig2 { font-size: 120%; font-weight: bold; letter-spacing: 3px; }

.clearLeft {
	clear: left;
}

#sitemap ul {
	color: #46B82F;
}
.siteallemand {
	position:absolute;
	top:3px;
	left:12px;
	font-size:70%;
	z-index:200;
}
.siteallemand a:link { color: #FF8C00; text-decoration: none;  }
.siteallemand a:active { color: #FF8C00; text-decoration: none;  }
.siteallemand a:visited { color: #FF8C00; text-decoration: none;  }
.siteallemand a:hover { color: #FFF; text-decoration: none;  }
.siteallemand a:focus { color: #FFF; text-decoration: none;  }

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////           Formulaires                ////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */

form {
	margin: 2em 1em 1em 1em;
}
label { /* mise en forme des intitulés de champs */
	margin: 0;
	padding: 0 0.5em 0 0;
	vertical-align: middle;
	color: #333333;
}
form p { /* p du formulaire */
	margin: 0.5em 0;
	padding: 0;
}
form p label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 130px;	/*** Les intitulés prennent cette dimension de la largeur totale du formulaire ***/
	text-align: right;	/*** ... et ils sont alignés à gauche... ***/
}
form p.btValid {
	margin-left: 100px;
}
select { /* par défaut pour tous les select */
	border-right: #999999 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 0.9em;
	border-left: #cccccc 1px solid;
	color: #000000;
	border-bottom: #999999 1px solid;
	font-family: Arial, helvetica, sans-serif;
}
textarea { /* par défaut pour tous les textarea */
	width: 300px;
	height: 70px;
	border-right: #999999 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 0.9em;
	border-left: #cccccc 1px solid;
	color: #000000;
	border-bottom: #999999 1px solid;
	font-family: Arial, helvetica, sans-serif;
}
fieldset {
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
}
legend {
	font-weight: bold;
	color: #999999;
	padding: 5px 5px 5px 5px;
}
.formfield { /* champs à remplir */
	width: 150px;
	border-right: #999999 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 0.9em;
	border-left: #cccccc 1px solid;
	color: #000000;
	border-bottom: #999999 1px solid;
	font-family: Arial, helvetica, sans-serif;
}
.formbutton { /* bouton */
	border: none;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #980008;
	padding: 0.2em;
	margin-left: 130px;
}
form .fieldLabel {
	margin: 0 0 0.2em 0;
}
form .formElement {
	margin: 0 0 1em 0;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////        Classes propres à Stop Pauvreté 2015        /////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */

#text li {
	margin: 0.5em 0 0.5em 0;
}
.logo_sp2015 {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 200;
}
.home_col01 {
	border-left: 1px solid #fff;
	z-index:0;
}
.home_col02 {
	border-left: 1px solid #fff;
	background-color: #FFF0AC;
	background-image: url(/stoppauvrete2015/images/bg_rightcol.gif);
	background-position: top left;
}
#introduction {
	height:149px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	text-align: justify;
}
#introduction .text01 {
	font-size: 1.4em;
	font-weight: bold;
	color: #07275C;
}
.home_col02_element {
	width: 224px;
	height: 150px;
	border-bottom: 1px solid #FF8C00;
	text-align: center;
}
.home_col02_element_content {
	padding: 7px 10px 7px 10px;
	font-size:11px;
	font-weight: bold;
}
#home_col02_content {
	width: 224px;
}
#home_col02_content td {
	height: 150px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #FF8C00;
	text-align: center;
	vertical-align: middle;
	font-size:12px;
	font-weight: bold;
}
#home_col02_content td a:link { color: #000; text-decoration: none; }
#home_col02_content td  a:active { color: #000; text-decoration: none; }
#home_col02_content td  a:visited { color: #000; text-decoration: none; }
#home_col02_content td  a:hover { color: #000; text-decoration: none; }
#home_col02_content td  a:focus { color: #000; text-decoration: none; }
#urlzone {
	padding: 20px;
}
table.list td {
	padding: 0 0 17px 0;
	vertical-align: top;
	font-size: 0.8em;
}
table.list td.rightCol {
	padding-left: 14px;
	width: 300px;
}
table.list a {
	font-size: 1em;
}
#urlzone a:link { color: #000; font-weight: normal; text-decoration:none; }
#urlzone a:active { color: #000; font-weight: normal; text-decoration:none; }
#urlzone a:visited { color: #000; font-weight: normal; text-decoration:none; }
#urlzone a:hover { color: #000; font-weight: normal; text-decoration:none; }

#urlzone a.lien:link { color: #980008; font-weight: normal; text-decoration:underline; }
#urlzone a.lien:active { color: #980008; font-weight: normal; text-decoration:underline; }
#urlzone a.lien:visited { color: #980008; font-weight: normal; text-decoration:underline; }
#urlzone a.lien:hover { color: #980008; font-weight: normal; text-decoration:underline; }

.underline { text-decoration: underline; }
.warning { color: #980008; font-weight: bold; }
.formTextSpecial01 { padding-left:130px; }
