/* Default */
body {
	margin:0px;
	padding:0px;
	background-color:#4597CF;
	background-image:url('../media/bg.gif');
	background-repeat:repeat-x;
	background-position:0px 0px;
	font:12px/1.5 verdana, arial, helvetica, sans-serif;
	}

body, html {
	height:100%;
	min-height:100%;
}


p { 
	padding:0px;
	margin:0px;
	}

/* Presentation */
#container_01 {
	width:938px;
	margin:0px auto 20px auto;
	background-image:url('../media/page_bg.gif');
	background-repeat:repeat-y;
	background-position:0px 0px;
}



#container_02 {
	width:938px;
	height:auto;
	display:table;
	background-image:url('../media/top_bg.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#container_02 .header{
	float:left;
	width:728px;
	height:263px;
	background-image:url('../media/header_bg.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px 0px 0px 105px;
}

#container_02 .static_nav{
	float:left;
	width:728px;
	height:56px;
	margin:0px 0px 0px 105px;
	background-image:url('../media/static_nav_bg.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.static_nav .btn_renseignements, .btn_fonctionnement, .btn_actualites, .btn_contact{
	float:left;
	margin-top:6px;
}

.static_nav .btn_renseignements{
	margin-left:13px;
}

.static_nav .btn_fonctionnement{
	margin-left:22px;
}

.static_nav .btn_actualites{
	margin-left:23px;
}

.static_nav .btn_contact{
	margin-left:21px;
}

#container_02 .shadow{
	width:728px;
	height:5px;
	float:left;
	margin:0px 0px 0px 105px;
	background-image:url('../media/shadow.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#container_02 .main{
	/*width:719px;*/
	width:833px;
	padding:8px 0px 8px 106px;
	float:left;
}

.main .left{
	float:left;
	width:230px;
	min-height:400px;
	padding:0px 0px 15px 0px;
}


/* NAV */
.left .nav{
	width:224px;
	height:auto;
	margin:0px 0px 0px 6px;
	font-family:'Trebuchet MS';
}

.nav .nav_sep{
	width:224px;
	height:3px;
	background-image:url('../media/nav_separation.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.nav .nav_shadow{
	width:224px;
	height:9px;
	background-image:url('../media/nav_bottom_shadow.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

/* NAV TOP */
.nav .nav01_top, .nav .nav01_top_over{
	width:206px;
	background-image:url('../media/nav_top.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:6px 8px 4px 10px;
	text-align:left;
}

.nav .nav01_top_over, .nav .over .nav01_top, .nav .over .nav01_top_over{
	background-image:url('../media/nav_top_over.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}

.nav .nav01_top a, .nav .nav01_top_over a{
	color:#7C2B8A;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

/* NAV BOTTOM */
.nav .nav01_bottom, .nav .nav01_bottom_over{
	width:206px;
	background-image:url('../media/nav_bottom.gif');
	background-repeat:no-repeat;
	background-position:0px bottom;
	padding:4px 8px 6px 10px;
	text-align:left;
}

.nav .nav01_bottom_over, .nav .over .nav01_bottom_over, .nav .over .nav01_bottom{
	background-image:url('../media/nav_bottom_over.gif');
	background-repeat:no-repeat;
	background-position:0px bottom;
	cursor:pointer;
}

.nav .nav01_bottom a, .nav .nav01_bottom_over a{
	color:#7C2B8A;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

/* NAV01 */
.nav .nav01, .nav .nav01_over{
	width:206px;
	background-image:url('../media/nav01_bg.gif');
	background-repeat:repeat-y;
	background-position:0px 0px;
	padding:4px 8px 4px 10px;
	text-align:left;
}

.nav .nav01_over, .nav .over .nav01_over, .nav .over .nav01{
	background-image:url('../media/nav01_bg_over.gif');
	background-repeat:repeat-y;
	background-position:0px 0px;
	cursor:pointer;
}

.nav .nav01 a, .nav .nav01_over a{
	color:#7C2B8A;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}


/* NAV02 */
.nav .nav02_container{
	width:206px;
	padding:2px 8px 2px 10px;
	background-image:url('../media/nav02_bg.gif');
	background-repeat:repeat-y;
	background-position:0px 0px;
}
.nav .nav02_container .nav02, .nav .nav02_container .nav02_over{
	width:200px;
	background-image:url('../media/nav02_puce.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:2px 8px 2px 18px;
	text-align:left;
}

.nav .nav02_container .nav02_over, .nav .nav02_container .over .nav02_over, .nav .nav02_container .over .nav02{
	background-image:url('../media/nav02_puce_over.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	cursor:pointer;
}

.nav .nav02_container .nav02 a, .nav .nav02_container .nav02_over a{
	color:#393F4D;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}

.nav .nav02_container .nav02 a b, .nav .nav02_container .nav02_over a b{
	color:#393F4D;
	font-size:9pt;
	font-weight:bold;
}

.nav .nav02_container .nav02 a:hover, 
.nav .nav02_container .nav02_over a, 
.nav .nav02_container .nav02_over a:hover, 
.nav .nav02_container .nav02 a:hover b, 
.nav .nav02_container .nav02_over a b, 
.nav .nav02_container .nav02_over a:hover b{
	color:#FD870F;
}

.nav .nav02_container .over .nav02 a,
.nav .nav02_container .over .nav02 a:hover, 
.nav .nav02_container .over .nav02_over a, 
.nav .nav02_container .over .nav02_over a:hover, 
.nav .nav02_container .over .nav02 a:hover b, 
.nav .nav02_container .over .nav02 a b,
.nav .nav02_container .over  .nav02_over a b, 
.nav .nav02_container .over  .nav02_over a:hover b{
	color:#FD870F;
}

/* NEWSLETTER */
.left .newsletter{
	font-family:'Trebuchet MS';
	float:left;
	width:222px;
	height:110px;
	margin:15px 0px 15px 0px;
	background-image:url('../media/newsletter_bg.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.newsletter .content{
	float:left;
	width:170px;
	margin:47px 0px 0px 43px;
}

.newsletter .content p{
	text-align:left;
	font-size:8pt;
	color:#4D4D4D;
	line-height:10pt;
}

.newsletter .content stong, .newsletter .content b{
	font-weight:bold;
	font-size:8pt;
	color:#333333;
}

.newsletter .content .error{
	text-align:left;
	font-size:8pt;
	color:#7C2B8A;
	font-weight:bold;
	line-height:10pt;
	padding:4px 0px 0px 0px;
}

.newsletter .content .input{
	float:left;
	margin:8px 0px 0px 0px;
}

.newsletter .content .input input{
	width:132px;
	height:16px;
	border:1px #7C2B8A solid;
	font-size:8pt;
	padding:2px 0px 0px 4px;
	color:#7C2B8A;
	background-image:url('../media/input_bg.gif');
	background-repeat:repeat-x;
	background-position:0px bottom;
}

.newsletter .content .btn{
	float:left;
	margin:3px 0px 0px 2px;
}



/* CONTACT */
.left .contact_encart{
	font-family:'Trebuchet MS';
	float:left;
	width:222px;
	height:auto;
	margin:20px 0px 20px 0px;
	background-image:url('../media/contact_bg.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.contact_encart .content{
	float:left;
	width:165px;
	margin:50px 0px 0px 47px;
}

.contact_encart .content p{
	text-align:left;
	font-size:8pt;
	color:#4D4D4D;
	line-height:10pt;
}

.contact_encart .content stong, .contact_encart .content b{
	font-weight:bold;
	font-size:8pt;
	color:#333333;
}


.contact_encart .content .btn{
	float:right;
	margin:10px 0px 0px 2px;
}

.main .right{
	float:left;
	width:480px;;
	margin:0px 0px 0px 8px;
	/* background-color:red; */
}




/* HOME encart */
.home_encart_illus{
	float:left;
	width:480px;
	margin:0px 0px 15px 0px;
}

.home_encart_illus .home_illus_01{
	float:left;
	background-image:url('../media/home_illus_01.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:156px;
	height:148px;
}

.home_encart_illus .home_illus_02{
	float:left;
	margin:0px 6px 0px 6px;
	background-image:url('../media/home_illus_02.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:156px;
	height:148px;
}

.home_encart_illus .home_illus_03{
	float:left;
	background-image:url('../media/home_illus_03.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:156px;
	height:148px;
}

.home_encart_illus .hi_gym{
	float:left;
	margin:119px 0px 0px 8px;
}

.home_encart_illus .hi_piscine{
	float:right;
	margin:119px 8px 0px 0px;
}

/* HOME TABLE */

#home_table {
	width:480px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 15px 0px;
	float:left;
}

#home_table .zone1{
	width:240px;
	vertical-align:top;
	padding:0px 10px 0px 0px;
}

#home_table .zone1 .home_encart{
	width:230px;
	margin:0px 0px 10px 0px;
}

.home_encart .title{
	font-family:'Trebuchet MS';
	text-align:left;
	font-size:13pt;
	color:#FD8000;
	font-weight:bold;
	font-style:italic;
	line-height:14pt;
	padding:2px 0px 0px 6px;
}

.home_encart .content{
	float:left;
	width:222px;
	background-image:url('../media/home_encart_top.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:4px 4px 0px 4px;
}

.home_encart .content .img{
	float:left;
	width:87px;
	text-align:left;
}

.home_encart .content .subtitle{
	font-family:'Trebuchet MS';
	text-align:left;
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	line-height:12pt;
	padding:2px 0px 5px 4px;
}

.home_encart .content .txt{
	text-align:left;
	font-size:7.5pt;
	color:#FFFFFF;
	font-weight:normal;
	line-height:9pt;
	padding:0px 4px 2px 4px;
	white-space:normal;
}

.home_encart .content .txt b, .home_encart .content .txt strong{
	font-size:7.5pt;
	color:#FFFFFF;
	font-weight:bold;
}

#home_table .zone2{
	width:240px;
	vertical-align:top;
}

#home_table .zone2 .news_encart{
	float:right;
	width:230px;
	background-image:url('../media/news_top.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.news_encart .title{
	font-family:'Trebuchet MS';
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-style:italic;
	font-size:10pt;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:none none solid none;
	padding:0px 0px 2px 1px;
	margin:21px 0px 0px 10px;
	width:215px;
}

.news_encart .news{
	width:210px;
	margin:8px 0px 0px 8px;
}

.news_encart .news .news_title{
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	background-image:url('../media/news_puce.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0px 0px 0px 19px;
	font-size:7.5pt;
	text-transform:uppercase;
}

.news_encart .news .news_title a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:7.5pt;
	text-decoration:none;
}

.news_encart .news .news_title a:hover{
	color:#FFFFFF;
	font-weight:bold;
	font-size:7.5pt;
	text-decoration:underline;
}


.news_encart .news .news_txt{
	color:#FFFFFF;
	text-align:left;
	font-weight:normal;
	padding:0px 0px 0px 19px;
	font-size:7.5pt;
	line-height:9pt;
}

.news_encart .news .news_txt a{
	color:#FFFFFF;
	font-size:7.5pt;
	text-decoration:none;
}

.news_encart .news .news_txt a:hover{
	color:#FFFFFF;
	font-size:7.5pt;
	text-decoration:underline;
}

.news_encart .news .news_txt b, .news_encart .news .news_txt strong{
	color:#FFFFFF;
	font-size:7.5pt;
	font-weight:bold;
}

.title_page {
	width:480px;
}

.title_page .title{
	font-family:'Trebuchet MS';
	text-align:right;
	color:#7C2B8A;
	font-weight:bold;
	font-style:italic;
	font-size:19pt;
	border-width:1px;
	border-style:none none solid none;
	border-color:#FEA850;
	padding:0px 0px 3px 0px;
	line-height:21pt;
}


.title_page .subtitle{
	font-family:'Trebuchet MS';
	text-align:right;
	color:#F58A0E;
	font-weight:normal;
	font-size:13pt;
	padding:0px 4px 5px 0px;
}

.main .outils{
	float:left;
	width:102px;
	float:left;
	margin:0px 0px 0px 5px;
}

.main .outils .btn{
	float:left;
	margin:0px 0px 12px 12px;
}

#footer {
	width:938px;
	height:12px;
	background-image:url('../media/footer_bg.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#4597CF;
}

#footer .validation_icons{
	float:left; 
	margin:15px 0px 0px 108px
}

#footer .mentions{
	color:#FFFFFF;
	text-align:right;
	font-size:7.5pt;
	padding:11px 110px 15px 0px;
}

#footer .mentions a{
	color:#FFFFFF;
	font-size:7.5pt;
	text-decoration:none;
}

#footer .mentions a:hover{
	color:#FFFFFF;
	font-size:7.5pt;
	text-decoration:underline;
}

/* Summary */
.summary {
	font-family:'trebuchet ms';
	width:420px;
	padding:20px 5px 20px 7px;
	font-size:9pt;
	font-weight:normal;
	line-height:15pt;
	text-align:left;
	margin:1px 0px 0px 60px;
	color:#446FA9;
	height:12px;
	float:right;
}

.summary .title, .summary .title_over{
	float:left;
	font-weight:bold;
	padding:5px 9px 4px 38px;
	background-image:url('../media/summary_puce.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.summary .title_over{
	background-image:url('../media/summary_puce_over.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.summary .title a {
	font-size:15pt;
	color:#7C2B8A;
	text-decoration:none;
}

.summary .title a:link{
	color:#7C2B8A;
	text-decoration:none;
}

.summary .title a:visited {
	color:#7C2B8A;
	text-decoration:none;
}

.summary .title a:hover{
	color:#FD8000;
	text-decoration:none;
}

.summary .title_over a {
	font-size:15pt;
	color:#FD8000;
	text-decoration:none;
}

.summary .subtitle{
	padding:6px 0px 0px 0px;
}

.summary .subtitle a {
	font-size:12pt;
	color:#7C2B8A;
	text-decoration:none;
}

.summary .subtitle a:link{
	color:#7C2B8A;
	text-decoration:none;
}

.summary .subtitle a:visited {
	color:#7C2B8A;
	text-decoration:none;
}

.summary .subtitle a:hover{
	color:#FD8000;
	text-decoration:none;
}

.summary_illus, .summary_illus_gym, .summary_illus_piscine {
	width:326px;
	height:165px;
	float:left;
	margin:35px 0px 0px 20px;
	background-image:url('../media/summary_illus_gym.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.summary_illus_gym {
	background-image:url('../media/summary_illus_gym.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.summary_illus_piscine {
	background-image:url('../media/summary_illus_piscine.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}


/* ---------------
	REGISTER 
	---------------- */
.register {
	width:470px;
	margin:15px 0px 15px 0px;
}

.register .title{
	font-family:'trebuchet MS';
	color:#7C2B8A;
	font-weight:bold;
	font-style:italic;
	font-size:16pt;
	text-align:left;
	background-image:url('../media/title_bg.gif');
	background-repeat:no-repeat;
	background-position:6px bottom;
	padding:0px 0px 0px 6px;
	margin:0px 0px 4px 0px;
	}

.register p{
	padding:0px 0px 0px 0px;
	margin:0px;
	font-size:8pt;
	color:#252525;
	}

.register .txt_confirm {
	color:#252525;
	font-size:8pt;
	text-align:left;
	background-image:url('../media/check_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left: 30px;
	line-height:10pt;
	height:30px;
	}

.register .txt_confirm a{
	font-size: 8pt;
	color: #7C2B8A;
	}

.register .txt {
	color:#252525;
	text-align:left;
	font-weight:normal;
	font-size:8pt;
	margin-top:0px;
	line-height:11pt;
	padding:0px 0px 15px 0px;
	}

.register .txt a{
	font-size:8pt;
	color:#7C2B8A;
	}

.register .facultatif {
	width:465px;
	border-color:#A5ACB2;
	border-width:1px;
	border-style:solid;
	background-color:#FAFAFA;
	padding:5px;
	clear:both;
	margin-bottom: 15px;
	font-size:8pt;
	float:left;
	}

.register .btn_encart{
	width:475px;	
	}

.register .txt_facultatif {
	color:#AAAAAA;
	font-size:7.5pt;
	text-align:right;
	border-color:#A6A6A6;
	padding:0px 0px 2px 0px;
	}

.register .error {
	color:#C72C48; 
	font-size:8pt;
	font-weight:normal;
	background-image:url('../media/warning_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:2px 0px 0px 30px;
	height:40px;
	text-align:left;
	}

.register .error b{
	color:#C72C48; 
	font-size:8pt;
	font-weight:bold;
	}

.register .lien{
	color: #7C2B8A;
	font-size: 8pt;
	text-align: left;
	padding:0px 0px 0px 0px;
	}

.register .lien a{
	color: #7C2B8A;
	font-size: 8pt;
	}

.register .lien a:link{
	color: #7C2B8A;
	}

.register .lien a:visited{
	color: #7C2B8A;
	}

.register .lien a:hover{
	color: #1F5F94;
	text-decoration: none;
	}

.register .intitule {
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.register .intitule_facultatif {
	color: #000000;
	font-size: 7.5pt;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.register .champ{
	height:14px;
	font-family:Tahoma; 
	font-size:8pt;
	padding:0px 0px 0px 3px; 
	color:#595959;
	}


/* EMAIL Segment */
.email_segment {
	margin:0px 0px 5px 0px; 
	width:100%;
}

.email_segment .title_presentation{
	font-family:'Trebuchet MS';
	color:#0A5088;
	text-align:left;
	font-weight:normal;
	font-size:12pt;
	line-height:17pt;
	padding:3px 4px 0px 0px;
	margin:0px 0px 0px 0px;
}

.email_segment .txt_presentation{
	color: #252525;
	font-size: 8pt;
	text-align: left;
}

.email_segment .txt_presentation b, strong{
	color: #252525;
	font-size: 8pt;
}

.email_segment .intitule{
	text-align: right;
	padding-right: 5px;
	padding-left: 10px;
	background-color: #D9D9D9;
	border-width: 0px 2px 1px 0px;
	border-color: #FFFFFF;
	border-style: solid;
	font-size: 7.5pt;
	font-weight: normal;
	color: #595959;
	vertical-align:top;
	padding-top: 4px;
	white-space: nowrap;
}

.email_segment .valeur{
	width:100%;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	font-size: 7.5pt;
	font-weight: bold;
	color: #404040;
	background-color: #F2F2F2;
	border-width: 0px 0px 1px 0px;
	border-color: #FFFFFF;
	border-style: solid;
	vertical-align:top;
	padding-top: 4px;
}


.email_segment .valeur a{
	font-weight: normal;
	color: #0A5088;
}

.email_segment .valeur a:link{
	font-weight: normal;
	color: #0A5088;
}


/* MAIL SPECIFIC */
#footer_msg{
	width:100%;
	text-align:center;;
	color:#FFFFFF;
	font-size:7.5pt;
	padding:4px 0px 10px 0px;
	margin:0px auto 0px auto;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:dotted none none none;
}

#footer_msg a{
	color:#FFFFFF;
	font-size:7.5pt;
}