* {
	margin:0;
	padding:0;
	outline:none;
}

a img {
	border:none;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	line-height:16px;
	background:url(../images/bkg.jpg) repeat-x #fff;
}

a:link, a:visited {
	color:#0d3183;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#Main {
	width:942px;
	height:auto;
	margin:0 auto 0 auto;
	background:url(../images/top-bkg.jpg) no-repeat;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- Début haut --------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

#MainTop {
	position:relative;
	width:942px;
	height:124px;
}

#MainTopHeader {
	position:relative;
	width:320px;
	height:124px;
}

#MainTopHeader ul {
	list-style-type:none;
	margin:0 0 0 35px;
	padding:7px 0 0 0;
}

#MainTopHeader ul li {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 22px;
}

/*#MainTopHeader ul li.accueil {
	background:url(../images/header-accueil.jpg) no-repeat;
}
#MainTopHeader ul li.rss {
	background:url(../images/header-rss.jpg) no-repeat;
}
#MainTopHeader ul li.favoris {
	background:url(../images/header-favoris.jpg) no-repeat;
	margin:0;
}*/

#MainTopHeader ul li.viadeo {
	background:url(../images/icons_16/viadeo_16.png) no-repeat;
}
#MainTopHeader ul li.facebook {
	background:url(../images/icons_16/facebook_16.png) no-repeat;
}
#MainTopHeader ul li.rss {
	background:url(../images/icons_16/rss_16.png) no-repeat;
	margin:0;
}


#MainTopHeader ul li a:link, #MainTopHeader ul li a:visited {
	font-size:11px;
	font-weight:bold;
	color:#3f3f3f;
	text-decoration:none;
}

#MainTopHeader ul li a:hover {
	text-decoration:underline;
}

#MainTopFlash {
	position:relative;
	float:right;
	width:547px;
	height:117px;
	margin:7px 30px 0 0;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- Début contenu ------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

#Container {
	position:relative;
	clear:both;
	width:864px;
	height:auto;
	background:#fff;
	margin:0 0 0 31px;
	padding:0 8px 5px 8px;
	overflow:hidden;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------- Début contenu haut ---------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

#ContainerHeader {
	position:relative;
	width:860px;
	height:34px;
}

#ContainerHeaderNews {
	position:relative;
	float:right;
	width:650px;
	visibility:hidden;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- Début recherche ----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

#ContainerHeaderRecherche {
	position:relative;
	width:200px;
	padding:7px 0 0 5px;
}

#ContainerHeaderRecherche .inputRecherche {
	width:163px;
	height:16px;
	padding:2px;
	background-color:#506daf;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	border:none;
}

#ContainerHeaderRecherche .inputOk {
	margin:0 0 0 7px;
	vertical-align:middle;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ Début index ------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

#ContainerIndex {
	position:relative;
	clear:both;
	float:left;
	width:204px;
	height:226px;
}

#ContainerIndexNewsletter {
	position:relative;
	width:204px;
	height:113px;
	background:url(../images/index-newsletter-on.jpg);
}

#ContainerIndexNewsletter a {
	display:block;
	width:204px;
	height:113px;
	background:url(../images/index-newsletter-off.jpg);
}

#ContainerIndexNewsletter a:hover {
	background:none;
}

/*#ContainerIndexMembre {
	position:relative;
	width:204px;
	height:113px;
	margin:2px 0 0 0;
	background:url(../images/index-membre-on.jpg);
}

#ContainerIndexMembre a {
	display:block;
	width:204px;
	height:113px;
	background:url(../images/index-membre-off.jpg);
}

#ContainerIndexMembre a:hover {
	background:none;
}*/

#ContainerIndexMembre {
	position:relative;
	width:204px;
	height:113px;
	margin:2px 0 0 0;
}
#ContainerIndexMembre a {
	display:block;
	width:204px;
}
#ContainerIndexMembre a.login { height:56px; background:url(../images/espace_membre.jpg); }
#ContainerIndexMembre a.new { height:58px; background:url(../images/devenir_membre.jpg); }
#ContainerIndexMembre a:hover {
	
}


#ContainerNewsletter {
	position:relative;
	width:167px;
	height:90px;
	margin:40px 0 0 5px;
	background:url(../images/newsletter-on.jpg);
}

#ContainerNewsletter a {
	display:block;
	width:167px;
	height:90px;
	background:url(../images/newsletter-off.jpg);
}

#ContainerNewsletter a:hover {
	background:none;
}

/*#ContainerMembre {
	position:relative;
	width:167px;
	height:90px;
	margin:10px 0 0 5px;
	background:url(../images/membre-on.jpg);
}

#ContainerMembre a {
	display:block;
	width:167px;
	height:90px;
	background:url(../images/membre-off.jpg);
}

#ContainerMembre a:hover {
	background:none;
}*/

#ContainerMembre {
	position:relative;
	width:167px;
	height:49px;
	margin:10px 0 0 5px;
}
#ContainerMembre a {
	display:block;
	width:167px;
	height:49px;
	background-position:-4px top;
}
#ContainerMembre a.login {
	background-image:url(../images/espace_membre_small.jpg);
}
#ContainerMembre a.new {
	background-image:url(../images/devenir_membre_small.jpg);
}



#ContainerIndexEdito {
	position:relative;
	float:left;
	width:418px;
	height:203px;
	background:url(../images/index-edito-bkg.jpg) no-repeat;
	padding:10px 15px 15px 15px;
}

#ContainerIndexEdito h1 {
	font-size:12px;
	color:#0d3183;
	margin:0 0 0 0;
}

#ContainerIndexEdito .contenu {
	height:190px;
	overflow:hidden;
}

#ContainerIndexCalendrier {
	position:relative;
	float:left;
	width:210px;
	height:228px;
	background:url(../images/index-calendrier-bkg.jpg) no-repeat;
	margin:0 0 0 2px;
}

#ContainerIndexActualites1 {
	position:relative;
	clear:both;
	float:left;
	width:507px;
	height:282px;
	background:url(../images/index-actualite-1-bkg.jpg) no-repeat;
	margin:5px 0 0 0;
	padding:15px;
}

#ContainerIndexActualites1 h1 {
	font-size:12px;
	color:#0d3183;
	margin:0 0 15px 0;
}

#ContainerIndexActualites1 span.date {
	font-weight:normal;
	color:#8a8686;
}

#ContainerIndexActualites1 .contenu {
	height:211px;
	overflow:hidden;
}

#ContainerIndexActualites2 {
	position:relative;
	float:left;
	width:297px;
	height:122px;
	background:url(../images/index-actualite-2-bkg.jpg) no-repeat;
	margin:5px 0 0 0;
	padding:15px;
}

#ContainerIndexActualites2 h1 {
	font-size:12px;
	color:#0d3183;
	margin:0 0 15px 0;
}

#ContainerIndexActualites2 span.date {
	font-weight:normal;
	color:#8a8686;
}

#ContainerIndexActualites2 .contenu {
	height:49px;
	overflow:hidden;
}

#ContainerIndexActualites3 {
	position:relative;
	float:left;
	width:297px;
	height:122px;
	background:url(../images/index-actualite-2-bkg.jpg) no-repeat;
	margin:8px 0 0 0;
	padding:15px;
}

#ContainerIndexActualites3 h1 {
	font-size:12px;
	color:#0d3183;
	margin:0 0 15px 0;
}

#ContainerIndexActualites3 span.date {
	font-weight:normal;
	color:#8a8686;
}

#ContainerIndexActualites3 .contenu {
	height:49px;
	overflow:hidden;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- Début contenu -----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

#ContainerLeft {
	position:relative;
	clear:both;
	float:left;
	width:164px;
	height:auto;
	margin:0 0 15px 0;
}

#ContainerLeft ul {
	list-style:none;
	margin:0 0 0 5px;
}

#ContainerLeft ul li {
	width:167px;
	min-height:24px;
	margin:10px 0 0 0;
	background:url(../images/sous-menu-on.jpg) no-repeat #0d3283;
}

#ContainerLeft ul li a {
	width:163px;
	min-height:20px;
	display:block;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:url(../images/sous-menu-off.jpg) no-repeat #a10d59;
	padding:2px;
}

#ContainerLeft ul li a.active {
	background:none;
}

#ContainerLeft li a:hover {
	background:none;
}

#ContainerRight {
	position:relative;
	float:left;
	width:684px;
	height:auto;
min-height: 220px;
	background:url(../images/container-right-bkg.jpg) repeat-y;
	margin:5px 0 0 10px;
}

#ContainerRightMoyen {
	position:relative;
	float:left;
	width:453px;
	height:auto;
	background:url(../images/container-moyen-bkg.jpg) repeat-y;
	margin:5px 0 0 10px;
}

#ContainerRightPetit {
	position:relative;
	float:left;
	width:234px;
	height:auto;
	background:url(../images/container-petit-bkg.jpg) repeat-y;
	margin:5px 0 0 0;
}

#ContainerRightTop {
	position:relative;
	width:684px;
	height:6px;
	background:url(../images/container-right-top-bkg.jpg) no-repeat;
}

#ContainerRightTopMoyen {
	position:relative;
	width:453px;
	height:6px;
	background:url(../images/container-moyen-top-bkg.jpg) no-repeat;
}

#ContainerRightTopPetit {
	position:relative;
	width:234px;
	height:6px;
	background:url(../images/container-petit-top-bkg.jpg) no-repeat;
}

#ContainerRightContenu {
	position:relative;
	width:654px;
	height:auto;
	padding:5px 15px;
	overflow:hidden;
}

#ContainerRightContenuMoyen {
	position:relative;
	width:423px;
	height:auto;
	padding:5px 15px;
	overflow:hidden;
}

#ContainerRightContenuPetit {
	position:relative;
	width:204px;
	height:auto;
	padding:5px 15px;
	overflow:hidden;
}

#ContainerRightContenu h1, #ContainerRightContenuMoyen h1 {
	font-size:12px;
	color:#0d3183;
	margin:0 0 15px 0;
	border-bottom:1px solid;
}

#ContainerRightContenu ul, #ContainerRightContenuMoyen ul, #ContainerRightContenu ol, #ContainerRightContenuMoyen ol {
	margin:13px 0 13px 40px;
}

#ContainerPartenaires {
	position:relative;
	clear:both;
	width:851px;
	height:auto;
	padding:5px 8px 0 8px;
	font-size:11px;
	color:#0d3183;
	letter-spacing:-0.01em;
}

#ContainerPartenaires ul {
	list-style:none;
}

#ContainerPartenaires ul li {
	float:left;
	margin:5px 10px 5px 0;
}

#ContainerPartenairesMembres {
	position:relative;
	float:right;
	width:84px;
	height:50px;
}

#InscriptionRdv {
	position:relative;
	width:634px;
	border:1px solid #000;
	background:#e5ceda;
	padding:10px;
}

#InscriptionNewsletter {
	position:relative;
	width:634px;
	border:1px solid #000;
	background:#e5ceda;
	padding:10px;
}

#InscriptionMembre {
	position:relative;
	width:634px;
	border:1px solid #000;
	background:#e5ceda;
	padding:10px;
}

#ContainerRightBottom {
	position:relative;
	width:684px;
	height:6px;
	background:url(../images/container-right-bottom-bkg.jpg) no-repeat;
}

#ContainerRightBottomMoyen {
	position:relative;
	width:453px;
	height:6px;
	background:url(../images/container-moyen-bottom-bkg.jpg) no-repeat;
}

#ContainerRightBottomPetit {
	position:relative;
	width:234px;
	height:6px;
	background:url(../images/container-petit-bottom-bkg.jpg) no-repeat;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ Début footer -----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/


#pay #ContainerRight { background:none; }
#pay {
	padding-top:25px;
}
#pay p.infos {
	margin-bottom:10px;
	font-size:1.4em;
	font-weight:bold;
	color:#0E2E83;
	text-align:center;
}
#pay p.infos3 {
	margin-bottom:30px;
}
#pay .payBox {
	width:450px;
	margin:0 auto;
	padding-bottom:50px;
	text-align:center;
	background:left bottom url(../images/pay_bg.jpg);
}
#pay .payBox h1 {
	height:36px;
	width:448px;
	margin-bottom:30px;
	text-indent:-99999px;
	background:url(../images/pay_header.jpg);
}
#pay .payBox p.bt,
#pay .payBox p.txt {
	margin-bottom:15px;
}


/*-------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ Début footer -----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

#Footer {
	position:relative;
	clear:both;
	width:882px;
	height:auto;
	padding:0 30px 10px 30px;
	font-size:11px;
	color:#717171;
	text-align:center;
}

#Footer a:link, #Footer a:visited {
	color:#000;
	text-decoration:none;
}

#Footer a:hover {
	text-decoration:underline;
}




/*-------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- Début classes -----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

.bt-savoir {
	float:right;
	display:block;
	width:121px;
	height:27px;
	border:none;
	background:url(../images/bt-savoir-off.jpg);
	text-decoration: none;
}

.bt-savoir:hover {
	background:url(../images/bt-savoir-on.jpg);
}

.bt-savoir-rdv {
	float:right;
	display:block;
	width:276px;
	height:25px;
	border:none;
	background:url(../images/bt-savoir-rdv-off.jpg);
}

.bt-savoir-rdv:hover {
	background:url(../images/bt-savoir-rdv-on.jpg);
}

.bt-telecharger-formulaire {
	float:right;
	display:block;
	width:146px;
	height:27px;
	border:none;
	background:url(../images/bt-telecharger-formulaire-off.jpg);
}

.bt-telecharger-formulaire:hover {
	background:url(../images/bt-telecharger-formulaire-on.jpg);
}

.bt-recevoir {
	float:right;
	display:block;
	width:309px;
	height:25px;
	border:none;
	background:url(../images/bt-recevoir-off.jpg);
}

.bt-recevoir:hover {
	background:url(../images/bt-recevoir-on.jpg);
}

.orange {
	color:#f46111;
}

.bleu {
	color:#0d3183;
}

.rose {
	color:#a10d59;
}
