/* ===================================================== */
/*  STYLES GENERAUX DES BALISES XHTML                    */
/* ----------------------------------------------------- */
/*  Styles des balises XHTML : Containers                */
/* ----------------------------------------------------- */
* {
	/* Style du selecteur universel */
	font-family: Arial;
}

body {
	/* Style du body */
	background-color: #FFFFFF;
	margin: auto;
}

div {
/* Style des conteneurs génériques de type bloc */
}
span {
/* Style des conteneurs génériques de type en ligne */
}
pre {
/* Style général des zones de textes préformatés */
/* Utilisé par la zone de debogage */
}

/* ----------------------------------------------------- */
/*  Styles des balises XHTML : Tableaux                  */
/* ----------------------------------------------------- */

table {
}
tr {
/* Style général des lignes des tableaux */
}
th {
/* Style général des cellules de titre des tableaux */
}
td {
/* Style général des cellules normales des tableaux */
}


/* ----------------------------------------------------- */
/*  Styles des balises XHTML : Formatage des textes      */
/* ----------------------------------------------------- */

p {
	font-size: 10pt;
}
h1 {
/* Style général des titres de niveau 1 */
}
h2 {
/* Style général des titres de niveau 2 */
}
h3 {
/* Style général des titres de niveau 3 */
}
h4 {
/* Style général des titres de niveau 4 */
}
h5 {
/* Style général des titres de niveau 5 */
/* ----------------------------------------------------- */
/*  Styles des balises XHTML : Formatage des textes      */
/* ----------------------------------------------------- */
}
h6 {
/* Style général des titres de niveau 6 */
}

/* ----------------------------------------------------- */
/*  Styles des balises XHTML : Liens hypertextes         */
/* ----------------------------------------------------- */

a {
	/* Style général des liens */
	color: #003366;
	text-decoration: none;	
}
a:link {
	color: #003366;
	cursor: pointer;
	text-decoration: none;
}
a:visited {
	/* Style général des liens déjà visités */
	color: #003366;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #A5137F;
	cursor: pointer;
	text-decoration: none;
}
a:active {
	/* Style général des liens pendant le clic */
	color: #003366;
	cursor: pointer;
	text-decoration: none;
}

/* ----------------------------------------------------- */
/*  Styles des balises XHTML : Listes à puces            */
/* ----------------------------------------------------- */

ul {
	font-size: 10pt;
}
li {
	font-size: 10pt;
}

/* ----------------------------------------------------- */
/*  Styles des balises XHTML : Séparateurs               */
/* ----------------------------------------------------- */

hr {
/* Style général des Séparateurs */
}



/* ===================================================== */
/*  STYLES DES IMAGES                                    */
/* ----------------------------------------------------- */

img {
/* Style général des images insérées avec la balise img */
}
.mosimage {
/* Style des images placées avec le bot mosimage */
}
.mosimage_caption {
/* Légendes des images placées avec le bot mosimage */
}
table.moduletable img {
/* style des images incluses dans les modules */
/* Cas d'une publication des modules par défaut */
}



/* =============================================================== */
/*  STYLES DES ELEMENTS FORMULAIRE                                 */
/* --------------------------------------------------------------- */
input {
	/*border: 1px solid;*/
}



/* =============================================================== */
/*  STYLES GENERALES                                               */
/* --------------------------------------------------------------- */
#DivSite {
	margin: auto;
	width: 100%;
}

#FondSite {
	width: 100%;
}

#Loading {
	margin-top: 10px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 400px;
}

#TexteMediaCom {
	color: #FF9900;
	font-weight: bold;
}

.TexteVenir {
	color: #A5137F;
	padding: 5px;
	margin-top: -5px;
	text-indent: 10px;
}

.TitleCorps {
	background-image: url('../../images/ElementsSite/FondTitreGris.gif');
	color: #FFFFFF;
	height: 30px;
}
	.TitleCorps .TabTitleCorps {
		border-collapse: collapse;
		font-size: 12pt;
		height: 100%;
		width: 100%;
	}
	.TitleCorps .TabTitleCorps td {
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
	}
	.TitleCorps .TabTitleCorps .TexteLeft {
		text-align: left;
	}
	.TitleCorps .TabTitleCorps .TexteRight {
		text-align: right;
	}

.TitleModule {
	background-image: url('../../images/ElementsSite/FondTitreCassis.gif');
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
}
	.TitleModule .TabTitleModule {
		border-collapse: collapse;
		font-size: 12pt;
		height: 100%;
		width: 100%;
	}
	.TitleModule .TabTitleModule td {
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
	}
	.TitleModule .TabTitleModule .TexteLeft {
		text-align: left;
	}
	.TitleModule .TabTitleModule .TexteRight {
		text-align: right;
	}

.TitlePetitCadre {
	background-image: url('../../images/ElementsSite/FondPetitTitreGris.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 20px;
	padding-left: 10px;
}

#Site {
	margin: auto;
	padding-top: 30px;
	width: 770px;
}



/* ========================================================================== */
/*  HEADER                                                                    */
/* -------------------------------------------------------------------------- */
#Banniere {
	background-image: url('../../images/ElementsSite/Banniere.png');
	float: left;
	height: 143px;
	width: 772px;
}

#Bande {
	background-color: #FFFFFF;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	float: left;
	height: 30px;
	width: 100%;
}
	#Bande #RetourAccueil {
		float: left;
		font-size: 8pt;
		height: 100%;
		margin-left: 5px;
		padding-top: 9px;
		width: 125px;	
	}
	#Bande #RetourAccueil table {
		border-collapse: collapse;
		margin: auto;
	}
	#Bande #RetourAccueil td {
		padding-left: 2px;
		padding-right: 2px;
		vertical-align: middle;
	}
	#Bande #RetourAccueil a {
		color: #003366;
		text-decoration: none;
	}
	#Bande #RetourAccueil a:hover {
		color: #691872;
		text-decoration: none;
	}
	#Bande #FilAriane {
		float: left;
		height: 100%;
		padding-top: 13px;
		width: 433px;
	}
	#Bande #FilAriane table {
		color: #999999;
		font-size: 9pt;
		margin-left: auto;
	}
	#Bande #FilAriane td {
		padding-left: 2px;
		padding-right: 2px;
	}
	#Bande #FilAriane td .Link, #Bande #FilAriane td .Link:visited, #Bande #FilAriane td .Link:active {
		color: #999999;
		text-decoration: none;
	}
	#Bande #FilAriane td .Link:hover {
		color: #691872;
		text-decoration: none;
	} 



/* ========================================================================== */
/*  MENU DU SITE                                                             */
/* -------------------------------------------------------------------------- */
.navigation { 
      margin: 0; 
      padding: 0; 
      list-style: none; 
      background: #FFFFFF; 
      color: #fff; 
      width: 123px; 

      } 

   .navigation .MenuMouseActive { 
      display: block; 
	height: 20px;
      padding: 5px; 
      color: #fff; 
	font-weight: bold;
	text-align: center;
      text-decoration: none; 
      }

   .navigation .MenuMouseOut { 
      display: block; 
	height: 20px;
      padding: 5px; 
      color: #fff; 
	font-weight: bold;
	text-align: center;
      text-decoration: none; 
      background-image: url('../../images/ElementsSite/FondDegradeGris.gif'); 
      } 

   .navigation .MenuMouseOver { 
      display: block; 
	height: 20px;
      padding: 5px; 
      color: #fff; 
	font-weight: bold;
	text-align: center;
      text-decoration: none; 
      background-image: url('../../images/ElementsSite/FondDegradeCassis.gif'); 
      } 

.navigation .toggleSubMenu {
	font-size: 10pt;
	line-height: 20px;
}

.navigation .toggleSubMenu .subMenu {
	
	padding-bottom: 5px;
	padding-top: 2px;
}

.navigation .toggleSubMenu .subMenu li {
	line-height: 13px;
	padding: 5px;
}

.navigation .toggleSubMenu .subMenu .SubMenuMouseOver {
	background-color: #A5137F;
	color: #FFFFFF;
	cursor: pointer;
}

.navigation .toggleSubMenu .subMenu .SubMenuMouseOut {
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
}

.navigation .toggleSubMenu .subMenu a {
	color: #000000;
	text-decoration: none;
}
	.navigation .toggleSubMenu .subMenu a:hover {
		text-decoration: none;
	}

   .navigation .subMenu { 
      font-size: .8em; 
      background-color: #FFFFFF; 
      font-size: .9em; 
list-style: none;
      margin: 0; 
      padding: 0; 
      } 
   .navigation ul.subMenu a { 
      background: none; 
 
      }
.navigation ul.subMenu {
	display: none;
}



/* ========================================================================== */
/*  CORPS DU SITE                                                             */
/* -------------------------------------------------------------------------- */
#Corps {
	background-color: #FFFFFF;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	float: left;
	height: 100%;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 100%;
}
	#Corps #BandeGauche {
		float: left;
	}
		#Corps #BandeGauche #Menu {
			background-color: #FFFFFF;
			border: 1px #999999 solid;
			float: left;
			margin-left: 5px;
			margin-right: 5px;
			width: 123px;
		}
		#Corps #BandeGauche #Lien1 {
			cursor: pointer;
			float: left;
			height: 150px;
			margin-left: 5px;
			margin-right: 5px;
			margin-top: 350px;
			position: absolute;
			text-align: center;
			width: 123px;
		}
			#Corps #BandeGauche #Lien1 img {
				border: 0px;
			}
		#Corps #BandeGauche #Lien2 {
			cursor: pointer;
			float: left;
			height: 150px;
			margin-left: 5px;
			margin-right: 5px;
			margin-top: 522px;
			position: absolute;
			text-align: center;
			width: 123px;
		}
			#Corps #BandeGauche #Lien2 img {
				border: 0px;
			}
	#Corps #ContenuCorps {
		float: left;
		margin-right: 5px;
		min-height: 400px;
		padding-bottom: 30px;
		width: 428px;
	}
		#Corps #ContenuCorps .Texte {
			border: 1px #999999 solid;
			font-size: 10pt;
			min-height: 600px;
			padding: 5px;
			padding-bottom: 20px;
			padding-top: 20px;
		}
		#Corps #ContenuCorps .Texte a {
			text-decoration: underline;
		}
		#Corps #ContenuCorps .Texte div {
			margin: auto;
			text-indent: 10px;
		}
		#Corps #ContenuCorps textarea {
			font-size: 10pt;
		}
	#Corps #Modules {
		background-color: #FFFFFF;
		float: left;
		height: 100%;
		margin-right: 5px;
		width: 193px;
	}
		#Corps #Modules #FluxRss {
			border: 0px #BBBBBB solid;
			min-height: 150px;
			width: 100%;
		}
			#Corps #Modules #FluxRss .TabContenuFluxRss {
				border: 1px #A5137F solid;
				border-collapse: collapse;
				font-size: 8pt;
				margin-left: 1px;
				width: 192px;
			}	
				#Corps #Modules #FluxRss .TrColor1 {
					background-color: #F8AFE4;
				}
				#Corps #Modules #FluxRss .TrColor2 {
					background-color: #FFFFFF;
				}
				#Corps #Modules #FluxRss .TabContenuFluxRss td {
					font-size: 8pt;
					padding-bottom: 5px;
					padding-left: 5px;
					padding-top: 5px;
					vertical-align: top;
				}	
				#Corps #Modules #FluxRss .DatePublication {
					color: #A5137F;
					font-weight: bold;
					text-align: right;
				}
				#Corps #Modules #FluxRss .Info {
					padding-right: 5px;
				}
				#Corps #Modules #FluxRss a {
					color: #000000;
					text-decoration: none;
				}
				#Corps #Modules #FluxRss a:hover {
					color: #A5137F;
					text-decoration: none;
				}
		#Corps #Modules #Video {
			margin-top: 20px;
			min-height: 145px;
			width: 100%;
		}
			#Corps #Modules #Video .CadreVideo {
				border: 1px #A5137F solid;
				height: 191px;
				width: 191px;
			}
		#Corps #Modules #LiensExternes {
			margin-top: 20px;
			min-height: 145px;
			width: 100%;
		}
			#Corps #Modules #LiensExternes #IconesLiens {
				border: 1px #A5137F solid;
				width: 191px;
			}
			#Corps #Modules #LiensExternes #IconesLiens table {
				margin-bottom: 10px;
				margin-top: 5px;
				width: 100%;
			}
			#Corps #Modules #LiensExternes #IconesLiens td {
				text-align: center;
			}
			#Corps #Modules #LiensExternes #IconesLiens img {
				border: 0;
				cursor: pointer;
			}
		#Corps #Modules #Lien3 {
			cursor: pointer;
			float: left;
			height: 150px;
			position: absolute;
			text-align: center;
			width: 123px;
		}
			#Corps #Modules #Lien3 img {
				border: 0px;
			}






/* ========================================================================== */
/*  STYLES MISES EN PAGE                                                      */
/* -------------------------------------------------------------------------- */

	/* -- EDITO -- */
.Edito {
	border-collapse: collapse;
	width: 100%;
}
	.Edito td {
		padding-left: 5px;
		padding-right: 5px;
	}
	.Edito .Titre {
		font-size: 12pt;
		font-weight: bold;
		text-align: right;
	}
	.Edito .Portrait {
		text-align: center;
		vertical-align: top;
		width: 60px;
	}
		.Edito .Portrait img {
			border: 1px #000000 solid;
			height: 120px;
			width: 80px;
		}
	.Edito .Intro {
		font-style: italic;
		vertical-align: top;
	}
	.Edito .ArchivesEdito {
		padding: 5px;
	}
		.Edito .ArchivesEdito table {
			border-collapse: collapse;
			border: 1px #999999 solid;
			font-size: 8pt;
			margin-left: 1px;
			width: 299px;
		}
		.Edito .TrGrisClair {
			background-color: #EEEEEE;
		}
		.Edito .TrGrisFonce {
			background-color: #BBBBBB;
		}
		.Edito .ArchivesEdito .Date {
			width: 50px;
		}
		.Edito .ArchivesEdito .TitreArchive {
			width: 250px;
		}
	/* -- FIN EDITO -- */



	/* -- COMMUNIQUES DE PRESSE -- */
.CommuniquesPresse {
	border-collapse: collapse;
	width: 100%;
}
	.CommuniquesPresse p {
		margin-top: 0px;
		text-align: justify;
		text-indent: 10px;
	}
	.CommuniquesPresse .LinkPdfMouseOver {
		color: #A5137F;
		cursor: pointer;
	}
	.CommuniquesPresse .LinkPdfMouseOut {
		color: #000000;
		cursor: pointer;
	}
	/* -- FIN COMMUNIQUES DE PRESSE -- */



	/* -- NEWS -- */
.News {
	border-collapse: collapse;
	width: 100%;
}
	.News p {
		margin-top: 0px;
		text-align: justify;
		text-indent: 10px;
	}
	.News td .TabFluxRss {
		border: 1px solid #A5137F;
		border-collapse: collapse;
		margin-top: 30px;
		width: 100%;
	}
		.News .TabFluxRss td {
			padding-bottom: 2px;
			padding-top: 2px;
		}
		.News .TabFluxRss .TitreEncadre {
			background-color: #A5137F;
			color: #FFFFFF;
			font-size: 12pt;
			font-weight: bold;
			padding-bottom: 5px;	
			padding-left: 20px;
			padding-top: 5px;
		}
		.News .TabFluxRss td .TabContenuFluxRss {
			border-collapse: collapse;
			font-size: 8pt;
			width: 100%;
		}	
			.News .TabFluxRss td .TabContenuFluxRss .TrColor1 {
				background-color: #F8AFE4;
			}
			.News .TabFluxRss td .TabContenuFluxRss .TrColor2 {
				background-color: #FFFFFF;
			}
			.News .TabFluxRss td .TabContenuFluxRss td {
				font-size: 8pt;
				padding-bottom: 5px;
				padding-left: 5px;
				padding-top: 5px;
				vertical-align: top;
			}	
			.News .TabFluxRss td .TabContenuFluxRss .DatePublication {
				color: #A5137F;
				font-weight: bold;
				text-align: right;
			}
			.News .TabFluxRss td .TabContenuFluxRss .Info {
				padding-right: 5px;
			}
			.News .TabFluxRss td .TabContenuFluxRss a {
				color: #000000;
				text-decoration: none;
			}
			.News .TabFluxRss td .TabContenuFluxRss a:hover {
				color: #A5137F;
				text-decoration: none;
			}
	/* -- FIN NEWS -- */



	/* -- LETTRE INFORMATION -- */
.LettreInformation {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}	
	.LettreInformation p {
		margin-top: 0px;
		text-align: justify;
		text-indent: 10px;
	}
	.LettreInformation td .EncadreAbonnezVous {
		border: 1px solid #A5137F;
		border-collapse: collapse;
		margin-top: 30px;
		width: 100%;
	}
		.LettreInformation .EncadreAbonnezVous td {
			padding-bottom: 2px;
			padding-top: 2px;
		}
			.LettreInformation .EncadreAbonnezVous td #MessAddMail {
				text-align: center;
			}
			.LettreInformation .EncadreAbonnezVous td #MessAddMail .MessValide {
				margin-top: 10px;
				color: #00FF00;
				text-align: center;
				width: 95%;
			}
			.LettreInformation .EncadreAbonnezVous td #MessAddMail .MessDejaAbonne {
				color: #A5137F;
				margin-top: 10px;
				text-align: center;
				width: 95%;
			}
		.LettreInformation .EncadreAbonnezVous .TitreEncadre {
			background-color: #A5137F;
			color: #FFFFFF;
			font-size: 12pt;
			font-weight: bold;
			padding-bottom: 5px;	
			padding-left: 20px;
			padding-top: 5px;
		}
		.LettreInformation .EncadreAbonnezVous .EtoileObligatoire {
			color: #A5137F;
			font-size: 10pt;
			font-weight: bold;
		}
		.LettreInformation .EncadreAbonnezVous td #DivErreurAbonnez {
			width: 100%;
		}
		.LettreInformation .EncadreAbonnezVous td #DivErreurAbonnez table {
			border: 2px #A5137F solid;
			border-collapse: collapse;
			margin: auto;
			margin-bottom: 10px;
			width: 388px;
		}
		.LettreInformation .EncadreAbonnezVous td #DivErreurAbonnez table ul {
			color: #A5137F;
			font-weight: bold;
			padding-bottom: 10px;
		}
		.LettreInformation .EncadreAbonnezVous .MessChampsObligatoires {
			color: #A5137F;
			font-style: italic;
			font-weight: bold;
			text-align: right;
			padding-bottom: 10px;
			padding-right: 15px;
			padding-top: 10px;
		}
		.LettreInformation .EncadreAbonnezVous .TitreChamp {
			padding-right: 10px;
			text-align: right;
		}
		.LettreInformation .EncadreAbonnezVous .Bouton {
			padding-top: 0px;
		}
		.LettreInformation .EncadreAbonnezVous #MessAddMail {
			padding-bottom: 50px;
		}
	/* -- FIN LETTRE INFORMATION -- */



	/* -- COMITES -- */
.Comites {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}	
	.Comites p {
		margin-top: 0px;
		text-align: justify;
		text-indent: 10px;
	}
	.Comites .TabSelect {
		margin-left: 90px;
	}
	.Comites #SelectVille {
		display: none;
	}
	.Comites td .EncadreComites {
		border: 1px solid #A5137F;
		border-collapse: collapse;
		margin-top: 30px;
		width: 100%;
	}
		.Comites .EncadreComites td {
			padding-bottom: 2px;
			padding-top: 2px;
		}
			.Comites .EncadreComites td #MessAddMail {
				text-align: center;
			}
			.Comites .EncadreComites td #MessAddMail .MessValide {
				margin-top: 10px;
				color: #00FF00;
				text-align: center;
				width: 95%;
			}
			.Comites .EncadreComites td #MessAddMail .MessDejaAdherez {
				color: #A5137F;
				margin-top: 10px;
				text-align: center;
				width: 95%;
			}
		.Comites .EncadreComites .TitreEncadre {
			background-color: #A5137F;
			color: #FFFFFF;
			font-size: 12pt;
			font-weight: bold;
			padding-bottom: 5px;	
			padding-left: 20px;
			padding-top: 5px;
		}
		.Comites .EncadreComites .EtoileObligatoire {
			color: #A5137F;
			font-size: 10pt;
			font-weight: bold;
		}
		.Comites .EncadreComites td #DivErreurAdherez {
			width: 100%;
		}
		.Comites .EncadreComites td #DivErreurAdherez table {
			border: 2px #A5137F solid;
			border-collapse: collapse;
			margin: auto;
			margin-bottom: 10px;
			width: 388px;
		}
		.Comites .EncadreComites td #DivErreurAdherez table ul {
			color: #A5137F;
			font-weight: bold;
			padding-bottom: 10px;
		}
		.Comites .EncadreComites .MessChampsObligatoires {
			color: #A5137F;
			font-style: italic;
			font-weight: bold;
			text-align: right;
			padding-bottom: 10px;
			padding-right: 15px;
			padding-top: 10px;
		}
		.Comites .EncadreComites .TitreChamp {
			padding-right: 10px;
			text-align: right;
		}
		.Comites .EncadreComites .Bouton {
			padding-top: 0px;
		}
		.Comites .EncadreComites #MessAddMail {
			padding-bottom: 50px;
		}
		.Comites .EncadreComites .TdTexteLoi {
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 50px;
		}
			.Comites .EncadreComites .TdTexteLoi p {
				font-size: 9pt;
				font-style: italic;
			}	
	/* -- FIN COMITES -- */



	/* -- DEBATTRE -- */
.Debattre {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}	
	.Debattre p {
		margin-top: 0px;
		text-align: justify;
		text-indent: 10px;
	}
	.Debattre .TitreSujet {
		font-size: 13pt;
		font-weight: bold;
		padding-bottom: 20px;
	}
	.Debattre #TabComm {
		border: 1px solid #A5137F;
		border-collapse: collapse;
		margin-top: 30px;
		width: 100%;
	}
		.Debattre #TabComm td {
			padding: 5px;
		}
		.Debattre #TabComm .TitreEncadreComm {
			background-color: #A5137F;
			color: #FFFFFF;
			font-size: 10pt;
			font-weight: bold;
			padding-bottom: 2px;	
			padding-left: 5px;
			padding-top: 2px;
		}
		.Debattre #TabComm .TdAuteurComm {
			font-style: italic;
			text-align: right;
		}
			.Debattre #TabComm .TdAuteurComm .SpanAuteurComm {
				color: #A5137F;
				font-weight: bold;
			}
		.Debattre #TabComm .TdTexteComm {
			border-bottom: 1px #A5137F solid;
		}
	.Debattre #TabAjoutComm {
		border: 1px solid #A5137F;
		border-collapse: collapse;
		margin-top: 30px;
		width: 100%;
	}
		.Debattre #TabAjoutComm .TitreEncadre {
			background-color: #A5137F;
			color: #FFFFFF;
			font-size: 12pt;
			font-weight: bold;
			padding-bottom: 5px;	
			padding-left: 20px;
			padding-top: 5px;
		}
		.Debattre #TabAjoutComm .EtoileObligatoire {
			color: #A5137F;
			font-size: 10pt;
			font-weight: bold;
		}
		.Debattre #TabAjoutComm td #DivErreurDebattre {
			width: 100%;
		}
		.Debattre #TabAjoutComm td #DivErreurDebattre table {
			border: 2px #A5137F solid;
			border-collapse: collapse;
			margin: auto;
			margin-bottom: 10px;
			width: 388px;
		}
		.Debattre #TabAjoutComm td #DivErreurDebattre table ul {
			color: #A5137F;
			font-weight: bold;
			padding-bottom: 10px;
		}
		.Debattre #TabAjoutComm .MessChampsObligatoires {
			color: #A5137F;
			font-style: italic;
			font-weight: bold;
			text-align: right;
			padding-bottom: 10px;
			padding-right: 15px;
			padding-top: 10px;
		}
		.Debattre #TabAjoutComm .TitreChamp {
			padding-right: 10px;
			text-align: right;
		}
		.Debattre #TabAjoutComm .Bouton {
			padding-bottom: 30px;
			padding-top: 0px;
		}
	.Debattre #TabAutresSujet {
		border: 1px solid #999999;
		border-collapse: collapse;
		margin-top: 30px;
		width: 100%;
	}
		.Debattre #TabAutresSujet td {
			padding: 5px;
		}
			.Debattre #TabAutresSujet td #MessAddComm {
				text-align: center;
			}
			.Debattre #TabAutresSujet #MessAddComm .MessValide {
				color: #00FF00;
				margin-top: 10px;
				text-align: center;
				width: 95%;
			}
		.Debattre #TabAutresSujet .TitreEncadreAutreSujet {
			background-color: #999999;
			color: #FFFFFF;
			font-size: 10pt;
			font-weight: bold;
			padding-bottom: 2px;	
			padding-left: 5px;
			padding-top: 2px;
		}
		.Debattre #TabAutresSujet .TrAutresSujet1 {
			background-color: #d0cccc;
		}
		.Debattre #TabAutresSujet .TrAutresSujet2 {
			background-color: #FFFFFF;
		}
		.Debattre #TabAutresSujet .DateAutresSujet {
			text-align: center;
		}
	/* -- FIN DEBATTRE -- */



	/* -- NOUS CONTACTER -- */
.NousContacter {
	border-collapse: collapse;
	width: 100%;
}	
		.NousContacter p {
			margin-top: 0px;
			text-indent: 10px;
		}
		.NousContacter .FormulaireContact {
			border: 1px solid #A5137F;
			border-collapse: collapse;
			font-size: 10pt;
			margin: auto;
			margin-bottom: 30px;
			margin-top: 20px;
			padding: 5px;
			width: 100%;
		}
		.NousContacter .FormulaireContact .TitreEncadre {
			background-color: #A5137F;
			color: #FFFFFF;
			font-size: 12pt;
			font-weight: bold;
			padding-bottom: 5px;	
			padding-left: 20px;
			padding-top: 5px;
		}
		.NousContacter .FormulaireContact .EtoileObligatoire {
			color: #A5137F;
			font-size: 10pt;
			font-weight: bold;
		}
		.NousContacter .FormulaireContact td #DivErreurNousContacter {
			width: 100%;
		}
		.NousContacter .FormulaireContact td #DivErreurNousContacter table {
			border: 2px #A5137F solid;
			border-collapse: collapse;
			margin: auto;
			margin-bottom: 10px;
			width: 388px;
		}
		.NousContacter .FormulaireContact td #DivErreurNousContacter table ul {
			color: #A5137F;
			font-weight: bold;
			padding-bottom: 10px;
		}
		.NousContacter .FormulaireContact .MessChampsObligatoires {
			color: #A5137F;
			font-style: italic;
			font-weight: bold;
			text-align: right;
			padding-bottom: 10px;
			padding-right: 15px;
			padding-top: 10px;
		}
		.NousContacter .FormulaireContact .Titre {
			padding-right: 10px;
			text-align: right;
		}
		.NousContacter .FormulaireContact .TitreTop {
			padding-right: 10px;
			padding-top: 3px; 
			vertical-align: top;
			text-align: right;
		}
		.NousContacter .FormulaireContact textarea {
			font-size: 10pt;
			height: 150px;
			width: 220px;
		}
		.NousContacter .Adresse {
			font-size: 10pt;
			margin-left: 6px;
		}
			.NousContacter .Adresse .TdTexteLoi {
				padding-top: 50px;
			}
				.NousContacter .Adresse .TdTexteLoi p {
					font-size: 9pt;
					font-style: italic;
					text-align: justify;
				}
		.NousContacter .TdBouton {
			padding-bottom: 30px;
		}
		.NousContacter .FormulaireContact td #MessEnvoiMail {
			padding-bottom: 30px;
			text-align: center;
		}
		.NousContacter .FormulaireContact .TdTexteLoi {
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 50px;
		}
			.NousContacter .FormulaireContact .TdTexteLoi p {
				font-size: 9pt;
				font-style: italic;
				text-align: justify;
			}
	/* -- FIN NOUS CONTACTER -- */



	/* -- VIDEOS -- */
.Videos {
	border-collapse: collapse;
	width: 100%;
}
	.Videos .TitreEncadreVideo {
		background-color: #A5137F;
		color: #FFFFFF;
		font-size: 10pt;
		font-weight: bold;
		padding-bottom: 3px;	
		padding-left: 10px;
		padding-top: 3px;
	}
	.Videos .TdLinkVideo {
		padding-bottom: 30px;
		text-align: center;
	}
	/* -- FIN VIDEOS -- */



	/* -- LIENS -- */
.Liens {
	border-collapse: collapse;
	width: 100%;
}
	.Liens .TitreEncadreCatLien {
		background-color: #A5137F;
		color: #FFFFFF;
		font-size: 10pt;
		font-weight: bold;
		padding-bottom: 3px;	
		padding-left: 10px;
		padding-top: 3px;
	}
	.Liens .TdLien {
		padding-bottom: 30px;
	}
	.Liens .TdLien ul li {
		margin-bottom: 15px;
	}
		.Liens .TdLien ul li .SpanTitreLien {
			font-weight: bold;
		}
	/* -- FIN LIENS -- */



	/* -- MENTIONS LEGALES -- */
.MentionsLegales {
	border-collapse: collapse;
	font-size: 10pt;
	width: 100%;
}
	.MentionsLegales td {
		padding-bottom: 30px;
	}
	.MentionsLegales .TdTexteGras {
		font-weight: bold;
		padding-bottom: 10px;
	}
	/* -- FIN MENTIONS LEGALES -- */



/* ================================================================================== */
/*  FOOTER                                                                        */
/* ---------------------------------------------------------------------------------- */
#Footer {
      	background-image: url('../../images/ElementsSite/Footer.gif');
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	margin-bottom: 50px;
	width: 772px;
}
	#Footer #Copyright {
		color: #FFFFFF;
		float: right;
		font-size: 8pt;
		margin-top: 3px;
		margin-right: 10px;
	}
	#Footer #Liens {
		float: left;
		padding-top: 13px;
	}
	#Footer #Liens table {
		border-collapse: collapse;
		color: #FFFFFF;
		height: 100%;
		font-size: 8pt;
	}	
	#Footer #Liens td {
		padding-left: 10px;
		padding-right: 10px;
	}
	#Footer #Liens a {
		color: #FFFFFF;
	}
	#Footer #Liens a:hover {
		color: #A5137F;
	}
	#Footer #Liens .NomSite {
		font-weight: bold;
	}
