/* COULEURS du site

bandeau : #2E3F50 - BLEU MARINE
menu : #953154 - ROUGE VIOLET
police : #000 ou #FFF - NOIR ou BLANCHE
BlockTitre: #54FEFA - BLEU CLAIR
#FFFFCE - JAUNE CLAIR
#FCD9FF - ROSE CLAIR
#EEEEEE - GRIS CLAIR FOND
#CDCDCD - GRIS CLAIR BORDURE
#EFF2F5 - BLEU CLAIR CLAIR
#FFFFF0 - JAUNE CLAIR CLAIR
*/

body
{
	/* AFFICHAGE TEXTE */
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align: center;
	/* AFFICHAGE TEXTE */
	
	/* POSITIONNEMENT */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* POSITIONNEMENT */
	
	/* APPARENCE */
	background-color: #FFFFFF;
	/* APPARENCE */
}

html 
{
	/* Permet d'afficher une barre verticale desactivee sous firefox */
	overflow-y: scroll;
}

#PageEntiere
{	/*border: 2px solid blue;*/
	width: 100%;
	text-align: center;
	
	background-image: url("../images/fond_bleu.gif");
	background-repeat: repeat-y;
	background-position: center;
}

#ZonePrincipale
{	/*border: 2px solid purple;*/
	width: 781px;
	margin-left: auto;
	margin-right: auto;
}

#Bandeau
{
	/*background-image: url("../images/Fond3.gif");*/
	background-repeat: no-repeat;
	background-position: bottom center;
	
	background-color: #47627C;
	
	height: 60px;
	text-align: left;
}

#Bandeau .Logo
{
	float: left;
	margin-top: 16px;
	margin-left: 6px;
}

#Titre
{
	float: right;
	margin-top: 32px;
	margin-right: 4px;
	
	font-family: tahoma;
}

#Titre .Association
{
	font-style: italic;
	font-size: 18px;
	color: #C0C0C0;
}

#Titre .Soraya
{
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

#Titre .Extension
{
	font-size: 18px;
	font-style: italic;
	color: #C0C0C0;
}

#MainTable
{	/*border: 2px solid pink;*/
	font-size: 12px;
	width: 100%;
	margin-top: 2px;
	border-width: 0px;
}

#MainTable #TdMenu
{	/*border: 2px solid yellow;*/
	vertical-align: top;
	width: 150px;
	background-color: #C7547C;
	padding-bottom: 20px;
	font-size: 10px;
}

#MainTable #TdPage
{	/*border: 2px solid black;*/
	background-color: #FFFFFF;
	vertical-align: top;
	width: 630px;
}

#ContenuPage
{	/*border: 2px solid gray;*/
	position: relative;
	top: 3px;	
	left: 20px;
	float: left;
	width: 580px; 
	padding-bottom: 30px;
	/* la largeur permet de regler sur le site l'espace à droite
	, pour ne pas recourir à margin ou padding dont l'effet differe entre
	firefox et ie */
}

.Navigation
{
	color: #BB3E69;
	font-weight: bold;
	margin-bottom: 10px;
}

.Navigation a, .Navigation a:visited
{	
	color: #BB3E69;
	text-decoration: none;
}

.Navigation a:hover
{	
	color: #BB3E69;
	text-decoration: underline;
}

#PiedPage
{	
	width: 780px;
	color: #C0C0C0;
	
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url("../images/Fond3.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

#PiedPage a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#PiedPage a:hover
{
	text-decoration: underline;
}

#PiedPage a:active
{
	text-decoration: underline;
	color: #C0C0C0;
}

.DivCentrer
{	
	/*border: 2px solid #000;*/
	text-align: center;
}

.DivMargin
{ 
	/*border: 2px solid yellow;*/
	margin-left: auto;
	margin-right: auto;
}

.SpanBoutton
{	
	border: 1px solid #816090;
	background-color: #dfd5e4;
	padding: 6px;
	margin-bottom: 6px;
	
}

.SpanBoutton a
{ 
	color: #816090;
	text-decoration: none;
	font-size: 12px;
}

.Both
{	
	clear: both;
}

.BlockTitre
{	
	/* border: 2px solid blue; */
	float: left;
	width: 540px;
	/*background-color: #EFF2F5;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.BlockTitre a.lien
{ 
	color:#47627C;
	line-height:100%;
}

.BlockTitre a.titre,.BlockTitre a.titre:visited
{	
	font-weight: bold;
	color: /*#953154*/#47627C;
	text-decoration: none;
	float:left;
	/*font-size: 12px;*/
	background-color: /*#EFF2F5*/#FFFF9F;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	width:530px;
	padding-left: 5px;
}

.BlockTitre a.titre:hover
{	
	border-bottom-style: dotted;
}

.BlockTitre:hover
{
	color:#FFFFFF;
}

.BlockContenu p
{		
}

.BlockTitre2
{	
	/* border: 2px solid pink; */
	float: left;
	font-weight: none;
	width: 520px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.BlockTitre2 a.lien
{ 
	color:#47627C;
	line-height:100%;
}

.BlockTitre2 a.titre,.BlockTitre2 a.titre:visited
{	
	font-weight: none;
	color: /*#953154*/#47627C;
	background-color: /*#EFF2F5*/#FFFF9F;
	text-decoration: none;
	float:left;

	width: 510px;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	padding-left: 5px;
}



.BlockTitre2 a.titre:hover
{	
	border-bottom-style: dotted;
}

.BlockContenu
{	
	/* border: 2px solid yellow; */
	/*float: left;*/
	width: 500px;
	text-indent: 20px;
	/*margin-top: 20px;*/
	text-align: justify;
	border-left: 1px solid #A3A3A3;
	padding-left: 10px;
	padding-bottom: 10px; /*pour eviter que bouton en fin de div ne soit coupé */
}

.BlockContenu2
{	
	/*border: 2px solid black; */
	/*margin-left: 20px;*/
	/*float: left;*/
	width: 495px;
	margin-top: 20px;
	text-align: justify;
	border-left: 1px solid #A3A3A3;
	padding-left: 10px;
}

.LienSymbole
{	
	width: 10px;
	float:left;
}

.Reagir
{		/*border: 1px solid black;*/
		/*width: 580px;*/
		margin-top: 20px;
}

.Reagir a
{	float:right;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	padding: 5px;
	text-align:right;
	background-color: #E7EBEF;

}

.Reagir a:hover
{
	background-color: #F7F7F7;
}

.Table_suppr_photos td
{
	text-align: center;
	border: 1px solid #000000;
	width: 155px;
}

