/*----------------------------------------------------------------------------//
// Feuille de styles du client -----------------------------------------------//
//----------------------------------------------------------------------------//
// Client : - CCITB
// Note   : Les font-size doivent ëtres en em, même les styles provenant de 
			stylesforeditor.css.
// Date   : 2 avril 2007
//----------------------------------------------------------------------------*/
@import url(reset.css);/* Mise à zéro de tous les padding / margin par défaut */

/*- Général -------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 62.6%; /* 10px par défaut */
	color: #706f5f;
	background: #cfcdb4;
	margin: 7px 0 14px 0;
}
p {
	font-size: 1.1em;
	margin: 0 0 12px 0;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #bbb9a2;
	text-transform: uppercase;
	margin: 0;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #677899;
	margin: 24px 0 4px 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #706f5f;
	margin: 16px 0 4px 0;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #706f5f;
	margin: 15px 0 3px 0;
}
a {
	font-weight: bold;
	color: #9f670b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sup {
	font-size: 80%;
	line-height: 100%;
	vertical-align: text-top;
	padding-bottom: 5px;
}

/*- Styles communs à toutes les pages -----------------------------------------*/
.clear { clear: both; }
.xPos { position: relative; }
.AltPrint { display: none; }

#wrapper {
	width: 950px;
	background:	#eaeadd;
	margin: 0 auto;
}

/*--- Entête de la page ---------*/
#Entete .NavFixe {
	color: #c5c8c4;
	background: #3f506d;
	margin: 0;
	padding: 8px 18px;
	text-align: right;
}
#Entete .NavFixe a {
	color: #c5c8c4;
}
#Entete .NavFixe a:hover {
	color: #ffffff;
	text-decoration: none;
}
#Entete .NavFixe span {
	margin: 0 10px;
}
#Entete .Corps {
	position: relative;
	background: url(../images/Bg_Entete.jpg) no-repeat;
	height: 190px;
}
#Entete .Corps .Logo {
	position: absolute;
	top: 16px;
	left: 16px;
}
#Entete .Corps .Slogan {
	position: absolute;
	top: -21px;
	left: 18px;
}
#Entete .Corps .Recherche {
	position: absolute;
	top: 150px;
	left: 736px;
	width: 214px;
	height: 40px;
	background: #677899;
}
#Entete .Corps .Recherche input,
#Entete .Corps .Recherche a {
	float: left;
	margin-top: 11px;
}
#Entete .Corps .Recherche input {
	font: 0.9em Arial, Helvetica, Sans-serif;
	color: #31353d;
	background:	#ffffff;
	border: 0;
	width: 158px;
	height: 13px;
	margin-left: 11px;
	padding: 3px 6px;
}
#Entete .Corps .Recherche a {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/Bt_EnteteRecherche.png) no-repeat;
	background-position: 0px -19px;
	margin-left: 5px;
	text-indent: -800px;
	overflow: hidden;
}
#Entete .Corps .Recherche a:hover {
	background-position: 0px 0px;
}

/*--- Pied de page ---------*/
#BasPage{
	background:#bebcaa;
	height:98px;
}
#BasPage #BandeauPublicitaire{
	background:#b2b19a;
	padding:4px;
	float:left;
	width:728px;
}
#BasPage p {
	float: left;
	width:215px;
}
#BasPage h4 {
	width: 183px;
	background: url(../images/Ti_NosPartenaires.png);
	margin: 0;
	text-indent: -800px;
	overflow: hidden;
}
#BasPage p {
	width: 180px;
	color: #535246;
	/*background: url(../images/Bg_BasPage.png) repeat-x top;*/
	margin: 0;
	padding:28px 17px 0 17px;
}
#BasPage a {
	font-weight: normal;
	color: #535246;
	text-decoration: underline;
}
#BasPage a:hover {
	text-decoration: none;
}

/*--- Liens bouton ---------*/
a.LienBouton {
	cursor: pointer; 
	cursor: hand; 
	color: #ddd3c8;
	line-height: 18px;
	background: url(../images/Bg_LienBouton_Pale.png) no-repeat right -18px; 
	padding-right: 10px; 
	vertical-align: middle;
	display: block; /*opera*/
	display: inline-block; /*ie*/
	display: -moz-inline-box; /*ff*/
}
a.LienBouton span {
	background: url(../images/Bg_LienBouton_Pale.png) no-repeat left -18px; 
	height: 18px;
	display: block;
	display: inline-block;
	padding-left: 10px;
	line-height: 18px;
	color: #ddd3c8;
	font-size: 11px;
	font-weight: bold;
}
a.LienBouton:hover {
	background-position: right top;
	text-decoration: none;
}
a.LienBouton:hover span {
	background-position: left top;
}

/*- Styles spéciaux pour page d'accueil ---------------------------------------*/
#CorpsAcc {

}
#CorpsAcc .Gauche {
	float: left;
	width: 736px;
	background-color: #515044;
}
#CorpsAcc .Droite {
	float: left;
	width: 214px;
	background: #ffffff;
}

/*--- Section Activités ---------*/
#CorpsAcc .Gauche .Activites {
	position: relative;
	background-color: #eaeadd;
	height: 260px;
}
#CorpsAcc .Gauche .Activites h2 {
	position: absolute;
	top: 16px;
	left: 222px;
	font-size: 2.4em;
	font-weight: normal;
	color: #706f5f;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}
#CorpsAcc .Gauche .Activites .Activite {
	position: absolute;
	top: 62px;
	left: 223px;
	width: 224px;
	height: 170px;
	border-right: 1px solid #c4c2ad;
	padding: 0 18px 0 0;
}
#CorpsAcc .Gauche .Activites .Activite.LastItem {
	left: 486px;
	border: 0;
}
#CorpsAcc .Gauche .Activites .Activite h3,
#CorpsAcc .Gauche .Activites .Activite p {
	margin: 0 0 7px 0;
}
#CorpsAcc .Gauche .Activites .Activite h3 a {
	color: #677899;
}
#CorpsAcc .Gauche .Activites .Activite .Date {
	font-weight: bold;
	color: #515044;
}
#CorpsAcc .Gauche .Activites .Activite .Date span {
	font-size: 1.1em;
	color: #a7a591;
}
#CorpsAcc .Gauche .Activites .Activite .Details {
	/*position: absolute;
	bottom: 20px;
	margin: 0;*/
	margin: 16px 0 0 0;
}

/*--- Section Activités: Calendrier ---------*/
#CorpsAcc .Calendrier {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 180px;
}
#CorpsAcc .Calendrier .Bloc,
#Corps .Calendrier .Bloc {
	text-align: center;
	background: #c4c2ad;
	margin-bottom: 3px;
	padding: 6px 0 4px 0;
}
#CorpsAcc .Calendrier .Bloc.Pad,
#Corps .Calendrier .Bloc.Pad {
	padding: 16px 2px 16px 0;
}
#CorpsAcc .Calendrier .Bloc p,
#Corps .Calendrier .Bloc p {
	margin: 0;
}
#CorpsAcc .Calendrier .Mois,
#Corps .Calendrier .Mois {
	font-size: 1.5em;
	font-weight: bold;
	color: #3f506d;
	text-transform: uppercase;
	text-align: center;
}
#CorpsAcc .Calendrier .ChangeMois,
#Corps .Calendrier .ChangeMois {
	position: absolute;
	top: 5px;
	display: block;
	padding: 3px;
}
#CorpsAcc .Calendrier .ChangeMois.Prec,
#Corps .Calendrier .ChangeMois.Prec {
	left: 0;
}
#CorpsAcc .Calendrier .ChangeMois.Suiv,
#Corps .Calendrier .ChangeMois.Suiv {
	right: 0;
}

#CorpsAcc .Calendrier table,
#Corps .Calendrier table {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}
#CorpsAcc .Calendrier table th,
#CorpsAcc .Calendrier table td,
#Corps .Calendrier table th,
#Corps .Calendrier table td {
	width: 12px;
	font-size: 1.1em;
	color: #ffffff;
	text-align: right;
	padding: 1px 3px;
}
#CorpsAcc .Calendrier table th,
#Corps .Calendrier table th {
	padding-bottom: 10px;
}
#CorpsAcc .Calendrier table .Aujourdhui,
#Corps .Calendrier table .Aujourdhui {
	background: #3f506d;
}
#CorpsAcc .Calendrier table a,
#Corps .Calendrier table a {
	font-weight: normal;
}

#CorpsAcc .Calendrier .VoirTout {
	background: #c4c2ad;
	text-align: center;
	padding: 4px 0;
}
#CorpsAcc .Calendrier .VoirTout a {
	font-size: 1.2em;
	color: #9f670b;
	background: url(../images/Bt_CalendrierSuivant.png) no-repeat 100% 50%;
	padding-right: 16px;
}

/*--- Section Nouvelles ---------*/
#CorpsAcc .Gauche .Nouvelles {
	position: relative;
	height: 230px;
	background: #515044 url(../images/Bg_AccNouvelles.png) repeat-x top;
	color: #ddd3c8;
	padding: 12px 0 18px 18px;
}
#CorpsAcc .Gauche .Nouvelles h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #e7e6da;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle {
	position: absolute;
	top: 64px;
	left: 18px;
	width: 270px;
	padding-left: 60px;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle.LastItem {
	left: 385px;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle h3,
#CorpsAcc .Gauche .Nouvelles .Nouvelle p {
	margin: 0 0 6px 0;
	line-height: 1.5em;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle .Bloc {
	display: block;
	background: #9abe56;
	padding: 4px 6px 0 6px;
	margin-bottom: 2px;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle .Date {
	position: absolute;
	color: #ffffff;
	text-align: center;
	margin-left: -60px;
	line-height: 1.7em;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle .Date .Jour,
#CorpsAcc .Gauche .Nouvelles .Nouvelle .Date .Mois,
#CorpsAcc .Gauche .Nouvelles .Nouvelle .Date .Annee {
	display: block;
	font-weight: bold;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle .Date .Jour {
	font-size: 2.2em;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle .Date .Mois {
	font-size: 1.1em;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle .Date .Annee {
	font-size: 1.5em;
}
#CorpsAcc .Gauche .Nouvelles .Nouvelle h3 a {
	color: #ffffff;
	line-height: normal;
}
#CorpsAcc .Gauche .Nouvelles .VoirTout {
	position: absolute;
	top: 175px;
	left: 18px;
}
#CorpsAcc .Gauche .Nouvelles a.LienBouton,
#CorpsAcc .Gauche .Nouvelles a.LienBouton span {
	background-image: url(../images/Bg_LienBouton_Fonce.png); 
}

/*--- Liens rapides sur la droite ---------*/
#CorpsAcc .Droite .Message {
	padding: 12px 8px 16px 50px;
}
#CorpsAcc .Droite .Message.Repertoire {
	background: #ffffff url(../images/Bg_RepertoireMembre.png) no-repeat 11px 10px;
	border-bottom: 1px solid #eaeaeb;
}
#CorpsAcc .Droite .Message.DenenirMembre {
	background: #ffffff url(../images/Bg_DevenirMembre.png) no-repeat 9px 10px;
	border-bottom: 1px solid #eaeaeb;
}
#CorpsAcc .Droite .Message.AbonnezVous {
	background: #ffffff url(../images/Bg_AbonnezVous.png) no-repeat 10px 13px;
}
#CorpsAcc .Droite .Message h3 {
	text-transform: uppercase;
	margin: 0 0 4px 0;
}
#CorpsAcc .Droite .Message p {
	color: #a0a1a3;
	margin: 0;
}
#CorpsAcc .Droite .Message a {
	color: #677899;
}
#CorpsAcc .Droite a.LienBouton,
#CorpsAcc .Droite a.LienBouton span {
	background-image: url(../images/Bg_LienBouton_Blanc.png); 
}

/*--- Zone Événement ---------*/
#CorpsAcc .Droite .Evenement {
	padding-bottom: 20px;
}
#CorpsAcc .Droite .Evenement .Photo {
	text-align: center;
	margin: 2px 0 12px 0;
}
#CorpsAcc .Droite .Evenement .Photo img {
	border: 1px solid #d6d7d8;
	padding: 4px;
}
#CorpsAcc .Droite .Evenement h3,
#CorpsAcc .Droite .Evenement p {
	margin: 0 12px 6px 12px;
}
#CorpsAcc .Droite .Evenement h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #677899;
}
#CorpsAcc .Droite .Evenement p {
	line-height: 1.5em;
}
#CorpsAcc .Droite .Evenement .Details {
	margin-top: 16px;
}

/*- Styles spéciaux pour pages intérieures ------------------------------------*/
#Corps {
	padding: 16px 0 35px 20px;
}

#Corps .Gauche {
	float: left;
	width: 202px;
	margin-right: 22px;
}
#Corps .Gauche .Message {
	background: #ffffff url(../images/Bg_AbonnezVous.png) no-repeat 10px 13px;
	padding: 12px 8px 16px 50px;
}
#Corps .Gauche .Message.DenenirMembre {
	background: #ffffff url(../images/Bg_DevenirMembre.png) no-repeat 9px 10px;
}
#Corps .Gauche .Message.AbonnezVous {
	background: #ffffff url(../images/Bg_AbonnezVous.png) no-repeat 10px 13px;
}
#Corps .Gauche .Message h3 {
	text-transform: uppercase;
	margin: 0 0 4px 0;
}
#Corps .Gauche .Message p {
	color: #a0a1a3;
	margin: 0;
}
#Corps .Gauche .Message a {
	color: #677899;
}

#Corps .Droite {
	float: left;
	width: 675px;
	margin-top: -6px;
}
#Corps .Droite p.SectionPage,
#Corps .Droite h1.TitrePage {
	float: left;
	padding: 0;
	margin: 0;
}
#Corps .Droite p.Imprimer {
	float: right;
	background: url(../images/Bg_Imprimer.png) no-repeat top left;
	margin: 4px 0 0;
	padding: 5px 0 5px 24px;
}
#Corps .Droite p.Imprimer a {
	color: #7d7c68;
}
#Corps .Droite p.RetourPage {
	margin: 24px 0 0 0;
}

/*- Styles spéciaux pour listing et détails d'activités ---------------------*/
#Corps .Activites {
	float: left;
	width: 470px;
	margin: 18px 20px 0 0;
}
#Corps .Activites .Activite {
	border-bottom: 1px solid #c9c8b4;
	margin-bottom: 24px;
	padding-bottom: 16px;
}
#Corps .Activites .Date,
#Corps .DateActivite {
	font-weight: bold;
	color: #515044;
	margin: 0 0 12px 0;
}
#Corps .Activites .Date span,
#Corps .DateActivite span {
	font-size: 1.1em;
	color: #a7a591;
}
#Corps .Activites h2 {
	margin: 0 0 4px 0;
}

#Corps .Calendrier {
	float: left;
	position: relative;
	width: 180px;
	margin: 16px 0 0 0;
}

/*- Styles spéciaux pour page "Avantages" -----------------------------------*/
#Avantages {
	border: 1px solid #bbb9a2;
	margin: 24px 0;
	padding: 4px 4px 3px 4px;
}
#Avantages .Bloc h3 {
	font-size: 1.2em;
	color: #fcfff5;
	background: #dadaca url(../images/Bg_AvantagesTitres.png) no-repeat top left;
	border: 1px solid #c0bfab;
	margin: 0 0 1px 0;
	padding: 4px 8px;
	cursor: pointer;
}
#Avantages .Bloc h3.Over {
	background: #c0bfab url(../images/Bg_AvantagesOver.png) no-repeat top left;
}
#Avantages .Bloc h3.Actif {
	color: #eeeee4;
	background: #7d7c68 url(../images/Bg_AvantagesActif.png) no-repeat top left;
	border: 1px solid #7d7c68;
}
#Avantages .Bloc div div {
	background: #dcdbc8;
	border-bottom: 1px solid #eaeadd;
	padding: 15px;
}
#Avantages .Bloc h4 {
	color: #677899;
	margin: 0 0 6px 0;
}

/*- Styles spéciaux pour pages de listing -----------------------------------*/
#Corps .Filtre {
	position: relative;
	background: #deded0;
	margin: 18px 0 18px 0;
	padding: 14px 12px 10px 12px;
}
#Corps .Filtre h2 {
	color: #6f6e5d;
	line-height: 1.4em;
}
#Corps .Filtre h2, #Corps .Filtre p {
	margin: 0 0 4px 0;
}
#Corps .Filtre input, #Corps .Filtre select {
	vertical-align: middle;
}

/*--- Répertoire des membres ---*/
#Corps .Membre {
	border-bottom: 1px solid #c9c8b4;
	margin: 8px 0 0 0;
	padding: 8px 12px 12px 12px;
}
#Corps .Membre p {
	float: left;
	line-height: 1.6em;
	width: 45%;
	margin: 0px 0px 4px 0px !important;
}
#Corps .Membre .TexteSpecial {
	font-size: 1.2em;
}
#Corps .Membre p.Suite {
	float: right;
	text-align: right;
}
#Corps .Membre p.Suite .TexteSpecial {
	font-size: 1em;
	color: #677899;
}

/*--- Liste de nouvelles ---*/
#Corps .Communique {
	border-bottom: 1px solid #c9c8b4;
	margin: 8px 0 0 0;
	padding: 8px 0 12px 0;
}
#Corps .Communique h3 {
	margin: 0px 0px 4px 0px;
}
#Corps .Communique h3 a {
	line-height: normal;
}
#Corps .Communique p {
	margin: 0px 0px 4px 0px;
}
#Corps .Communique .Date {
	font-weight: bold;
	color: #515044;
	margin: 0px 0px 2px 0px;
}

/*--- Liste de nouvelles ---*/
#Corps .Nouvelle {
	border-bottom: 1px solid #c9c8b4;
	margin: 8px 0 0 0;
	padding: 8px 0 22px 0;
}
#Corps .Nouvelle p {
	margin: 0px 0px 4px 74px;
}
#Corps .Nouvelle .Date,
#Corps .NouvelleDate .Date {
	position: absolute;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding-left: 16px;
	line-height: 1.7em;
}
#Corps .Nouvelle .Bloc,
#Corps .NouvelleDate .Bloc {
	display: block;
	background: #9abe56;
	padding: 4px 6px 0 6px;
	margin-bottom: 2px;
}
#Corps .Nouvelle .Date .Jour,
#Corps .Nouvelle .Date .Mois,
#Corps .Nouvelle .Date .Annee,
#Corps .NouvelleDate .Date .Jour,
#Corps .NouvelleDate .Date .Mois,
#Corps .NouvelleDate .Date .Annee {
	display: block;
	font-weight: bold;
}
#Corps .Nouvelle .Date .Jour,
#Corps .NouvelleDate .Date .Jour {
	font-size: 2.2em;
}
#Corps .Nouvelle .Date .Mois,
#Corps .NouvelleDate .Date .Mois {
	font-size: 1.1em;
}
#Corps .Nouvelle .Date .Annee,
#Corps .NouvelleDate .Date .Annee {
	font-size: 1.5em;
	color: #9abe56;
}
#Corps .Nouvelle h3 {
	margin-top: 0px;
	margin-left: 74px;
}
#Corps .Nouvelle h3 a {
	line-height: normal;
}
#Corps .Nouvelle .Categorie {
	font-size: 1.2em;
	font-weight: bold;
	color: #706f5e;
}
/*--- Détails d'une nouvelle ---*/
#Corps .NouvelleDate {
	float: left;
	padding: 12px 16px 0 0;
}
#Corps .NouvelleDate .Date {
	position: relative;
	margin-left: 0;
}
#Corps .NouvelleDetails {
	float: left;
	width: 600px;
}
#Corps .NouvelleDetails h2 {
	margin-top: 12px;
	margin-bottom:8px;
}

/*- Styles pour menu principal ------------------------------------------------*/
#MenuPrincipal {
	position: absolute;
	top: 150px;
	left:0;
	width:736px;
	background-color: #915e08;
}
#MenuPrincipal li {
	float: left;
	margin-right: 1px;
}
#MenuPrincipal li.MenuParIci {
	margin-right: 0;
}
#MenuPrincipal a {
	display: block;
	height: 40px;
	text-indent: -800px;
	overflow: hidden;
	background-position: 0px -40px;
}
#MenuPrincipal a:hover,
#MenuPrincipal a.Actif {
	background-position: 0px 0px;
}

#MenuPrincipal li.MenuLaCCITB a {
	background-image: url(../images/Menu_LaCCITB.png);
	width: 110px;
}
#MenuPrincipal li.MenuAilesJeunesses a {
	background-image: url(../images/Menu_Jeunesses.png);
	width: 145px;
}
#MenuPrincipal li.MenuMembres a {
	background-image: url(../images/Menu_Membres.png);
	width: 117px;
}
#MenuPrincipal li.MenuActivites a {
	background-image: url(../images/Menu_Activites.png);
	width: 115px;
}
#MenuPrincipal li.MenuCommuniques a {
	background-image: url(../images/Menu_Communiques.png);
	width: 140px;
}
#MenuPrincipal li.MenuParIci a {
	/*background-image: url(../images/Menu_ParIci.png);*/
	background-image: url(../images/Menu_Gala.png);
	width: 104px;
}

/*- Styles pour sous menus ----------------------------------------------------*/
#SousMenu {

}
#SousMenu a {
	display: block;
	width: 167px;
	background: #bbb9a2 url(../images/Bg_SousMenuOut.png) no-repeat 95% 50%;
	border-top: 1px solid #c7c5ad;
	border-bottom: 1px solid #adab96;
	font-size: 1.1em;
	color: #ffffff;
	padding: 7px 25px 7px 10px;
}
#SousMenu a:hover {
	color: #9f670b;
	text-decoration: none;
}
#SousMenu a.Actif,
#SousMenu a.Actif:hover {
	background-image: url(../images/Bg_SousMenuOn.png);
	border-bottom: 0;
	color: #9d670c;
	text-decoration: none;
	margin: 0 0 1px 0;
}

/*- Styles pour Plan du site --------------------------------------------------*/
ul#SiteMap {
	margin: 0 0 12px 3px;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

/*- Premier niveau -----*/	
ul#SiteMap li {
	/*background:	 ; /* Image de puce */
	padding: 0 0 5px 12px;
}
ul#SiteMap li a {
	font-weight: bold;
	font-size: 1.2em;
	/*color: ;*/
	text-decoration: none;
}
ul#SiteMap li a:hover {
	text-decoration: underline;
}

/*- Deuxieme niveau -----*/
ul#SiteMap li ul {
	margin:	5px 0 5px 12px;
}
ul#SiteMap li ul li {
	/*background: ; /* Image de puce */
	padding: 0 0 3px 8px;
}
ul#SiteMap li ul li a {
	font-weight: normal;
	font-size: 1.1em;
}

/*- Styles pour formulaires ----------------------------------------------------*/
h2.Formulaire {
	color: #706f5f;
	background: #d2d1bf;
	border-bottom: 1px solid #eaeadd;
	margin: 0;
	padding: 6px 12px;
}
h2.Formulaire.Mini {
	width: 190px;
	margin-top: 24px;
}
div.Formulaire {
	background: #deded0;
	margin: 0 0 24px 0;
	padding: 16px 12px 12px 12px;
}
div.Formulaire.Mini {
	width: 190px;
	padding: 8px 12px 8px 12px;
}
div.Formulaire h3 {
	margin: 0 0 8px 0;
}
div.Formulaire p {
	clear: left;
	color: #444339;
	margin: 0;
	padding: 0 0 4px 175px;
	height: 1%;
}
div.Formulaire.Mini p {
	padding: 0 0 4px 150px;
}
div.Formulaire label {
	float: left;
	margin: 3px 0 0 -175px;
	width: 165px;
}
div.Formulaire.Mini label {
	margin: 3px 0 0 -150px;
	width: 140px;
}
div.Formulaire input {
	vertical-align: middle;
}
div.Formulaire .Prix {
	font-size: 1.5em;
	font-weight: bold;
}

.ValSummary ul {
	color: #ffffff;
	background: #9ab36d url(../images/Bg_ValSummary.gif) repeat-x bottom;
	margin: 18px 0 12px 0 !important;
	padding: 10px 12px 24px 24px !important;
}
.ValSummary li {
	list-style-image: url(../images/Puce_Erreur.gif) !important;
	padding: 0 0 4px 0 !important;
}
.TxtErreur {
	float: left;
	display: block;
	width: 5px;
	height: 15px;
	background: url(../images/Puce_Validator.gif) no-repeat top;
	margin: 3px 0 0 -10px;
	text-indent: -800px;
	overflow: hidden;
}

.TxtBox, .TxtArea, .SelectList {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1em;
	color: #444339;
	background:	#ffffff;
	border: 1px solid #c9c8b4;
	padding: 2px 4px;
}
.TxtArea {
	overflow: auto;
}
.SelectList {
	padding: 1px;
}

/*- Styles de l'éditeur ----------------------------------------------------*/

/*- Classes pour les textes ----*/
.TexteSpecial {
	font-weight: bold;
	color: #677899;
}
.TextePetit {
	font-size: 0.9em;
}

/*- Classes pour les hyperliens ----*/
a.LienEnListe {
	font-weight: normal;
	color: #9f670b;
	text-decoration: underline;
	line-height: 1.6em;
}
a.LienEnListe:hover {
	text-decoration: none;
}

/*- Classes pour les images ----*/
img.ImageContour,
img.ImageGauche,
img.ImageDroite {
	border: 2px solid #aead9c;
	padding: 1px;
}
img.ImageGauche {
	margin:	0 15px 5px 0;
}
img.ImageDroite {
	margin: 0  0 5px 15px;
}

/*- Classes pour les listes ----*/
#Corps .Droite ul {
	font-size: 1.1em;
	margin: 0 0 12px 13px;
	padding: 0;
}
#Corps .Droite ul ul,
#Corps .Droite ol ul {
	font-size: 1em;
	margin: 4px 0 -4px 14px;
}
#Corps .Droite ul li,
#Corps .Droite ol ul li {
	list-style: disc outside url(../images/Puce_Liste.gif);
	padding: 0 0 4px 0;
}
#Corps .Droite ol {
	font-size: 1.1em;
	margin: 0 0 12px 24px;
	padding: 0;
}
#Corps .Droite ol ol,
#Corps .Droite ul ol {
	font-size: 1em;
	margin: 4px 0 -4px 24px;
}
#Corps .Droite ol li,
#Corps .Droite ul ol li {
	list-style: decimal outside;
	list-style-image: none;
	padding: 0 0 4px 0;
}

/*- Classes pour les tableaux ----*/
.Tableau {
	font-size: 1.1em;
	color: #706f5f;
	margin: 18px 0 18px 0;
}
.Tableau p, .Tableau ul {
	font-size: 1em !important;
}
.Tableau td, .Tableau th {
	vertical-align: top;
	background: #c7c6b5;
	border-right: 1px solid #eaeadd;
	border-bottom: 1px solid #eaeadd;
	padding: 6px 14px;
}
.Tableau.Panier td, .Tableau.Panier th {
	/*vertical-align: middle !important;*/
}
.Tableau .CelluleTitre {
	font-weight: bold;
	color: #faffef;
	background: #7d7c68;
	border-right: 1px solid #7d7c68;
	padding: 10px 14px;
}
.Tableau .CelluleSousTitre {
	font-weight: bold;
	color: #faffef;
	background: #cfcdb4;
	border-right: 1px solid #cfcdb4;
	padding: 8px 14px;
}
.Tableau .CelluleSousTitre2 {
	font-weight: bold;
	color: #faffef;
	background: #c0bfab;
	border-right: 1px solid #c0bfab;
	border-bottom: 1px solid #c7c6b5;
	padding: 6px 14px;
}
.Tableau .CelluleTexte {
	background: #dcdbc8;
	border-right: 0;
	padding: 6px 14px;
}
.Tableau.Panier .Prix {
	font-size: 1.4em;
}
/*--------------------------------------------------------------------------*/

#SlideShows{
	background:#EAEADD;
	width:718px;
	padding:5px 0 15px 18px;
}
#SlideShowPartenaires{
	float:left;
    width:180px;
    height:106px;  
}
#SlideShowPartenaires h2{
    margin-top:16px;
    margin-bottom:8px;    
}
#SlideShowPartenaires .Contenu{
	position:relative;
	width:180px;
	height:106px;
	overflow:hidden;
	background:#FFF;
}
#SlideShowPartenaires .Contenu p{
	text-align:left;
	background:#FFF;
	margin:0;
}
#SlideShowPartenaires .Contenu .ThickerItem {
	width:180px;
	top:0;
	left:0;
	position:absolute;
	display:none;
}
#SlideShowPartenaires h2{
    color:#706F5F !important;
    text-transform:uppercase;
}
#SlideShowNouvelles{
	float:left;
	background:url(../images/Bg_SlideShowNouvelles.gif) repeat-y 0 0;
	position:relative;
	height:208px;
	width:491px;
	margin-left:25px;
	display:inline;
	padding-top:12px;
}
#SlideShowNouvelles h2{
    margin-top:0;
    margin-bottom:14px;    
}
#SlideShowNouvelles .ControlesSlideShow{
    float:right;
    width:40px;
    height:183px;
    border-left:1px solid #d0cdbb;
    position:absolute;
    top:19px;
    right:0;
}
#SlideShowNouvelles .BtSlidePrecedent,
#SlideShowNouvelles .BtSlideSuivant{
    position:absolute;
}
#SlideShowNouvelles .BtSlidePrecedent{
    top:66px;
    left:8px;    
}
#SlideShowNouvelles .BtSlideSuivant{
    top:66px;
    left:27px;    
}
#SlideShowNouvelles .Contenu{
    float:left;
    width:416px;
	position:relative;
	height:150px;
	overflow:hidden;
}
#SlideShowNouvelles .ThickerItem{
	width:416px;
	height:150px;
	top:0;
	left:0;
	position:absolute;
	display:none;
	background:url(../images/Bg_SlideShowNouvelles.gif) repeat-y 0 0;
}
#SlideShowNouvelles p.Titre a{
	color:#677899;
}
ul li{
	list-style:none;
}