/* Page d'accueil et elements de base */
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	margin : 0;
	padding : 0;
	background: #FFFFFF;
} 
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #000000;
	font-weight : bold;
	margin : 0 0 20px 0px;
	text-transform: uppercase;
} 
h2 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 1em; 
font-weight : bold; 
color : #333333; 
margin-left : 20px; 
} 
h3 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 0.8em; 
color : #333333; 
margin : 0; 
padding : 0; 
text-align : left; 
} 
h4 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 0.7em; 
font-weight : bold; 
} 
p {
margin : 1em; 
text-align : left; 
} 
ul {
list-style-type : circle; 
margin : 0 0 0 20px; 
padding : 0; 
text-align : left; 
} 
input {
font-size : 0.9em; 
} 
a:link {
color : #000000; 
text-decoration : none; 
} 
a:visited {
text-decoration : none; 
color : #7a8086; 
} 
a:hover {
text-decoration : underline; 
color : #6c9eb9; 
} 
a:active {
text-decoration : none; 
color : #6c9eb9; 
} 
#container {
	width : 760px;
	background: #FFFFFF;
	margin: 5px auto;
} 
#accueil {
	float : left;
	width : 504px;
	margin-top: 10px;
	margin-right: 5px;
} 
#gauche {
	float : left;
	width : 245px;
	clear : right;
	padding-left : 5px;
	margin-top: 10px;
	border-left: 1px dotted #CCCCCC;
	padding-bottom: 10px;
} 
#header {
margin : 0 auto; 
text-align : center; 
} 
#footer {
	clear : both;
	margin-bottom: 10px;
} 
#menu_container {
background-image : url(images/fond_menus.gif); 
padding-top : 10px; 
padding-bottom : 10px; 
margin-bottom : 5px; 
text-align : center; 
} 
#titre_b {
	background-image : url(images/fond_titres.gif);
	vertical-align : middle;
	text-align : center;
	padding-bottom : 5px;
	background-repeat : repeat-x;
	padding-top : 5px;
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #99ccff;
	margin-bottom : 5px;
	height: 17px;
}
#titre_r {
	background-image : url(images/fond_titres.gif);
	vertical-align : middle;
	text-align : center;
	padding-bottom : 5px;
	background-repeat : repeat-x;
	padding-top : 5px;
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #EE0000;
	margin-bottom : 5px;
	height: 17px;
}
#titre_o {
	background-image : url(images/fond_titres.gif);
	vertical-align : middle;
	text-align : center;
	padding-bottom : 5px;
	background-repeat : repeat-x;
	padding-top : 5px;
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #FF8000;
	margin-bottom : 5px;
	height: 17px;
}
#titre_v {

	background-image : url(images/fond_titres.gif);
	vertical-align : middle;
	text-align : center;
	padding-bottom : 5px;
	background-repeat : repeat-x;
	padding-top : 5px;
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #99FF66;
	margin-bottom : 5px;
	height: 17px;
} 
#titre_rubr_b {
	background-image : url(images/fond_titres.gif);
	vertical-align : middle;
	padding-bottom : 5px;
	background-repeat : repeat-x;
	padding-top : 5px;
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #99ccff;
	margin-bottom : 5px;
	height: 17px;
	padding-left: 5px;
}
#titre_rubr_r {
	background-image : url(images/fond_titres.gif);
	vertical-align : middle;
	padding-bottom : 5px;
	background-repeat : repeat-x;
	padding-top : 5px;
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #EE0000;
	margin-bottom : 5px;
	height: 17px;
	padding-left: 5px;
}
#titre_rubr_o {
	background-image : url(images/fond_titres.gif);
	vertical-align : middle;
	padding-bottom : 5px;
	background-repeat : repeat-x;
	padding-top : 5px;
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #FF8000;
	margin-bottom : 5px;
	height: 17px;
	padding-left: 5px;
}
#titre_rubr_v {
	background-image : url(images/fond_titres.gif);
	vertical-align : middle;
	padding-bottom : 5px;
	background-repeat : repeat-x;
	padding-top : 5px;
	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #99FF66;
	margin-bottom : 5px;
	height: 17px;
	padding-left: 5px;
} 
#login {
	clear : left;
} 
#recherche {
clear : left; 
padding-top : 10px; 
padding-bottom : 10px; 
} 
#infos_accueil {
	padding-top : 10px;
	padding-bottom : 10px;
	padding-right: 5px;
} 
#hor_barr {
background-color : #666666; 
border-top-width : 2px; 
border-top-style : solid; 
border-top-color : #cccccc; 
clear : both; 
font-size : 5px; 
height : 5px; 
margin-top : 10px; 
margin-right : auto; 
margin-bottom : 10px; 
margin-left : auto; 
width : 100%; 
} 
#nwsltr {
	margin-top: 10px;
} 
.nwsltr_warn {
color : #ee0000; 
font-weight : bold; 
} 
#copyright {
text-align : center; 
padding-top : 10px; 
} 
#login_welcome {
padding-top : 10px; 
padding-bottom : 10px; 
text-indent : 25px; 
} 
#infos_g {
padding-top : 10px; 
} 
#article img {
	margin-right: 5px;
	margin-left: 5px;
}
#lire_suite img {
	display: inline;
}
/* Barre d'outils pages a contenu redactionnel */
#outils_bas {
width : 760px; 
clear : both; 
margin-top : 10px; 
margin-bottom : 10px; 
float : left; 
padding-bottom : 10px; 
} 
#lire_suite {
	width : 65%;
	float : left;
	clear: right;
} 
#editer {
float : left; 
width : 5%; 
text-align : center; 
} 
#go_top {
float : left; 
width : 5%; 
text-align : center; 
} 
#date {
float : left; 
width : 25%; 
text-align : right; 
} 
#lire_suite a {
color : #ee0000; 
} 
/* Variante Barre d'outils pages pour page infos */
#infos #outils_bas {
border-bottom-width : 1px; 
border-bottom-style : dotted; 
border-bottom-color : #cccccc; 
padding-bottom : 10px; 
} 
#infos_tirets {
height : 2px; 
width : 760px; 
border-bottom-width : 1px; 
border-bottom-style : dotted; 
border-bottom-color : #cccccc; 
margin-bottom : 10px; 
} 
/* Nos actions en images */
#gallery_view {
	text-align : center;
	float: left;
} 
#gallery_view_titre {
padding-top : 10px; 
padding-bottom : 10px; 
} 
#gallery_view_cmnt {
padding-bottom : 10px; 
} 
#gallery{
	float: left;
	padding-left: 50px;
} 
#nav_bar {
text-align : center; 
margin-top : 2em; 
margin-bottom : 2em; 
clear : both; 
} 

#outils_bas2 {
width : 760px; 
clear : both; 
margin-top : 10px; 
margin-bottom : 10px; 
float : left; 
padding-bottom : 10px; 
border-bottom-width : 1px; 
border-bottom-style : dotted; 
border-bottom-color : #cccccc; 
} 
/* Page besoins et dons */
#besoins {
padding-bottom : 10px; 
} 
#dons {
padding-bottom : 10px; 
} 
#dons_financ {
float : left; 
width : 340px; 
background-color : #ddeeff; 
padding-bottom : 10px; 
margin-bottom : 5px; 
} 
#dons_divers {
float : left; 
width : 415px; 
margin-left : 5px; 
background-color : #ddeeff; 
padding-bottom : 10px; 
margin-bottom : 5px; 
clear : right; 
} 
/* formulaires */
textarea {
font-size : 1em; 
padding : 2px; 
width : 350px; 
} 
select {
font-size : 1em; 
} 
.oblig {
color : #ee0000; 
} 
.facultatif {
	color: #FF9900;
}
#titre_sans {
background-image : url(images/fond_titres.gif); 
vertical-align : middle; 
text-align : center; 
padding-bottom : 5px; 
background-repeat : repeat-x; 
padding-top : 2px; 
margin-bottom : 5px; 
border-top-width : 5px; 
border-top-style : solid; 
border-top-color : #ffffff; 
} 

form {
margin : 0; 
padding : 0; 
} 
#search_form {
text-align : center; 
} 
/* Force d'un mot de passe */
#weak, #medium {
border-right : 1px solid #dedede; 
} 
#sm {
margin : 0; 
padding : 1px; 
height : 14px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
} 
#sm ul {
border : 0; 
margin : 0; 
padding : 0; 
list-style-type : none; 
text-align : center; 
} 
#sm ul li {
display : block; 
float : left; 
text-align : center; 
padding : 0; 
margin : 0; 
height : 14px; 
} 
.nrm {
width : 60px; 
color : #adadad; 
text-align : center; 
padding : 2px; 
background-color : #f1f1f1; 
display : block; 
vertical-align : middle; 
} 
.red {
width : 60px; 
color : #ffffff; 
text-align : center; 
padding : 2px; 
background-color : #ee0000; 
display : block; 
vertical-align : middle; 
} 
.yellow {
width : 60px; 
color : #ffffff; 
text-align : center; 
padding : 2px; 
background-color : #ff9900; 
display : block; 
vertical-align : middle; 
} 
.green {
width : 60px; 
color : #ffffff; 
text-align : center; 
padding : 2px; 
background-color : #33cc00; 
display : block; 
vertical-align : middle; 
} 


#outils_accueil {
	text-align: center;
}
#contenu_divers {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#contenu_divers p{
	text-align: center;
}
/* liste d'enregistrements rubriques liens, boutique, esp perso historique */
.th_nxtlist {
	background-image: url(images/fond_titres.gif);
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 18px;
	vertical-align: middle;
}
.td_nxtlist {
	text-align: left;
	vertical-align: middle;
}
.tdtools_nxtlist {
	text-align: center;
	vertical-align: middle;
}
.error_nxtlist {
	color: #EE0000;
}
#mon_adr {
	color: #EE0000;
	text-align: center;
	font-size: large;
}
.td_nxtform {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0F5F9;
	border-right-color: #F0F5F9;
	border-bottom-color: #F0F5F9;
	padding-left: 5px;
}
.tdnom_nxtform {
	background-color: #F0F5F9;
	text-align: left;
	padding-left: 5px;
}
.tdcenter_nxtform {
	padding-left: 5px;
	border: 1px solid #F0F5F9;
	text-align: center;
}
/* mises en page espace perso */
#breadcumbs {
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: 10px;
}
#breadcumbs a {
	margin-top: 10px;
	color: #EE0000;
	text-transform: capitalize;
	text-decoration: underline;
}
#warning_prel {
	padding: 10px;
	border: 1px dashed #EE0000;
	margin-bottom: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#warning_renouvadh {
	padding: 10px;
	border: 1px dashed #EE0000;
	margin-bottom: 10px;
	width: 300px;
	font-weight: bold;
	color: #EE0000;
	font-style: italic;
}
.bulltadh_libelle {
	font-weight: bold;
	text-align: right;
}
.bulltadh_items {
	text-align: left;
}
.prel_auto {
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
}
.prel_auto2 {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 1em;
}
#form_error {
	padding: 5px;
	border: 1px dashed #EE0000;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	color: #EE0000;
	width: 500px;
	text-align: center;
}
.tdnom_nxtform_rouge {

	background-color: #FFCCCC;
	text-align: left;
	padding-left: 5px;
}
#pied li {
	list-style: none;
	display: inline;
}
#pied a {
	padding-right: 5px;
	padding-left: 5px;
}
#pied {
	margin-right: auto;
	margin-left: auto;
	width: 260px;
}
#menu li {
	list-style: none;
	display: inline;
}
#menu a {
	padding-right: 5px;
	padding-left: 5px;
}
#menu {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#page {
	margin-top: 10px;
}
#article {
	clear: both;
}
#txt1 {
	float: left;
	margin-bottom: 20px;
}
#txt2 {
	float: left;
	clear: left;
}
.mdp_oublie a{
	color: #666666;
	text-decoration: underline;
}
.mdp_oublie a:hover{
	color: #666666;
	text-decoration: none;
}#easywebtools {
	text-align: center;
	padding: 10px;
}
