/* BALISES */

* { 
	margin: 0; 
	padding: 0;
	border: 0;
	font-family: Arial;
}

A
	{
	text-decoration: none;
	font-weight: bold;
	color: #A61C22;
	}
A:hover
	{
	text-decoration: underline;
	}
P
	{
	margin-bottom: 10px;
	}

/* STRUCTURE */

#conteneur
	{
	position: relative;
	width: 1080px;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

#haut
	{
	position: absolute;
	height: 185px;
	background: url(images/fond_haut.png);
	width: 100%;
	}
#pub
	{
	position: absolute;
	right: 110px;
	top: 0;
	margin-top: 5px;
	border: 1px solid #999;
	}

#logo
	{
	margin-left: 115px;
	margin-top: 20px;
	}

#onglets
	{
	position: absolute;
	top: 140px;
	left: 115px;
	width:100%;
	color: #fff;
	}
#principal
	{
	padding-top: 186px;
	overflow: auto;
	width: 100%;
	background: url(images/fond_bas.png);
	}
 #gauche
 	{
 	float: left;
 	width: 100px;
 	text-align: center;
 	}
 #droite
 	{
  	float: right;
 	width: 100px;
 	text-align: center;
 	}
 
#centre
	{
	float: left;
	width: 880px;
	}
#centre_gauche
	{
	float: left;
	width: 68%;
	margin: 1%;
	}
#centre_droite
	{
	float: left;	
	width: 28%;
	margin: 1%;
	}

#pied
	{
	font-size: 11px;
	text-align: center;
	background: #aaa;
	color: #eee;
	}
	
/* ONGLETS */
#onglets
	{
	margin-top: 10px;
	}
#onglets TD
	{
	height: 25px;	
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	}
#onglets A
	{
	color: #fff;
	padding: 0 8px;
	font-size: 13px;
	}
#onglets TD.qui
	{
	background:url(images/ong_bf.png);
	}
#onglets TD.qui A
	{
	padding: 0 12px;
	}
#onglets TD.contact
	{
	background:url(images/ong_contact.png);
	width: 84px;
	}
.bloc h1.contact
	{
	background:url(images/ong_contact.png);
	width: 84px;
	padding: 2px 0 0 0;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	height: 17px;	
	text-transform: uppercase;
	text-align: center;
	min-width: 0;
	}
#onglets TD.plan
	{
	background:url(images/ong_plan.png);
	width: 108px;
	}
.bloc h1.plan
	{
	background:url(images/ong_plan.png);
	width: 108px;
	padding: 2px 0 0 0;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	height: 17px;	
	text-transform: uppercase;
	text-align: center;
	min-width: 0;
	}
#onglets TD.aide
	{
	background:url(images/ong_aide.png);
	width: 56px;
	}
.bloc h1.aide
	{
	background:url(images/ong_aide.png);
	width: 56px;
	padding: 2px 0 0 0;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	height: 17px;	
	text-transform: uppercase;
	text-align: center;
	min-width: 0;
	}
#onglets TD.separ
	{
	width: 15px;
	}

/* GAUCHE */

#gauche UL, #droite UL
	{
	list-style: none;
	}
	
/* BLOCS */

.grand
	{
	margin: 20px 50px 0 50px;
	}
.bloc
	{
	border: 2px solid #999;
	background: #fff;
	margin-bottom: 10px;
	padding: 5px 20px;
	font-size: 12px;
	color: #000;
	}

.bloc H1
	{
	background: url(images/fond_titre.png) 0 0 no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	_height: 19px;
	min-width: 161px;
	padding: 2px 0 0 10px ;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
.bloc H2
	{
	color: #BB2026;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #BB2026;
	padding-bottom: 5px;
	margin: 10px 0 5px 0;
	clear: both;
	}

.bloc UL
	{
	padding-left: 15px;	
	}
.bloc LI
	{
	margin-left: 15px;
	margin-bottom: 5px;
	}

.agenda UL
	{
	list-style: none;
	margin:0;
	padding: 0;
	}
.agenda LI
	{
	margin:0 0 5px 0;
	padding: 0;
	}
.encadre
	{
	background: #E68023;
	padding: 3px;
	margin: 10px 0;
	color: #fff;
	}

.encadre2
	{
	background: #FFEFF0;
	padding: 3px 10px;
	margin: 10px 0;
	color: #666;
	width: 50%;
	margin-left: 25%;
	border: 2px solid #BB2026;
	}
.encadre2 A
	{
	font-weight: normal;
	color: #BB2026;
	}
.soutitre
	{
	font-weight: bold;
	color: #89171C;
	margin-top: 5px;
	}
.erreur
	{
	color: #E52E82;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	}
.agenda
	{
	color: #BB2026;
	}
.agenda A
	{
	color: #BB2026;
	}
.bloc TABLE
	{
	width: 90%;
	margin-left: 5%;
	border-collapse: collapse;
	margin-bottom: 10px;
	}
.bloc TD
	{
	border: 1px solid #89171C;
	padding: 5px;
	margin: 0;
	}
.bloc LABEL
	{
	color: #89171C;
	}
.bloc SELECT, .bloc INPUT, .bloc TEXTAREA
	{
	font-size: 10px;
	border: 1px solid #89171C;
	color: #89171C;
	}
.bloc .image
	{
	float: left;
	margin: 0 10px 10px 0;
	width: 120px;
	}
.bloc .ptimg
	{
	float: left;
	margin: 0 10px 10px 0;
	}
.bloc HR
	{
	clear: both;
	border-bottom: 1px dotted #E52E82;
	width: 40%;
	margin-left: 30%;
	margin-bottom: 10px;
	}
.bloc .ville
	{
	color: #BB2026;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	}
.bloc .souville
	{
	color: #BB2026;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	}

.bloc .menu
	{
	text-align: right;
	border-bottom: 1px solid #666;
	padding: 5px;
	}
.bloc .menu A
	{
	background: #fff;
	padding: 5px;
	color: #A61C22;
	}
.bloc .menu A:hover
	{
	background: #EBE6E0;
	padding: 5px;
	text-decoration: none;	
	}
.bloc .ssmenu
	{
	text-align: center;
	border-bottom: 1px solid #666;
	width: 80%;
	margin-left: 10%;
	padding-bottom: 5px;
	}
.bloc .ssmenu A
	{
	color: #666;
	}
.bloc .ssmenu A:hover
	{
	text-decoration: underline;	
	}
.bloc TABLE.tablo
	{
	border: 0;
	}
.bloc TABLE.tablo TD
	{
	text-align: center;	
	border: 0;
	}

.menuimg
	{
	width: 150px;
	text-align: center;
	float: left;
	}
.image_liste
	{
	float: left;
	margin-right: 10px;
	}
/* PIED */

#pied A
	{
	color: #fff;
	}
	
/* POPUP */

#popup
	{
	padding: 10px;
	font-size: 12px;
	}
#popup TABLE
	{
	width: 90%;
	margin-left: 5%;
	border-collapse: collapse;
	margin-bottom: 10px;
	font-size: 12px;
	}
#popup TD
	{
	border: 1px solid #89171C;
	padding: 5px;
	margin: 0;
	}