/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; }

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #07256B;
	background: #EEEEEE url('../images/bg.gif') repeat-x;        
	}

a{ text-decoration: underline; color: #71092A; }
a:hover{text-decoration:none;}
a img { border: none; }
p { margin: 10px 0; line-heigth: 12px; text-align: left; }
ul { margin: 10px 0 10px 30px; list-style-image: url('../images/puce-li.png'); }
ul li ul { list-style-image: url('../images/puce-li-2.gif'); }
ol { margin: 5px 0 5px 30px; font-size: 12px; }
li { margin: 2px 0; }
dl { padding: 0 20px; }
dt { font-weight: bold; margin: 10px 0 5px 0; }
dd { margin: 5px 0; padding: 5px;}
fieldset { border: 1px solid #ccc; padding: 5px; margin: 10px 0;}
legend { font-weight: bold; color: #71092A; font-size: 14px; }
address { margin: 15px 30px; }
small { font-size: 11px;}
blockquote { margin: 12px 0; font-size: 16px; font-weight: bold; }
.hr { background: url('../images/bg-hr.gif') repeat-x; ; }
.hr hr { visibility: hidden; }


.left { float: left; }
.right { float: right; }
.clear { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 0px; font-size: 0px; }
.align_left {text-align: left; }
.align_right {text-align: right; }
.center { text-align: center;}
.justify { text-align: justify; }
.invisible { display: none; }

h1 { font-size: 22px; }
h2 { font-size: 18px; margin: 0 0 10px 0; }
h3 { font-size: 16px; margin: 10px 0; }
h4 { font-size: 14px; margin: 10px 0; }

#conteneur {
	width: 940px;
	margin: 0 auto;
	}
	
#header{
	width: 940px;
	height: 85px;
	background: url('../images/header.jpg') no-repeat left top;
	}

#header h1 a {
	display: block;
	width: 940px;
	height: 85px;
	}
	
#header h1 a span {
	display: none;
	}
        

#contenu {
	width: 940px;
	padding: 20px 0;
}

/***********************/
#navbar ul { 
        margin: 0;
        height: 25px;
        margin-bottom: 10px;
        list-style: none;
}
#navbar ul li {
        display: inline;
        line-height: 25px;        
}

#navbar ul li a {
        color: #07256B;
        font-weight: bold;
        text-decoration: none;
        padding: 0 22px 0 0;
        display: block;
        float: left;
}
#navbar ul li a span {
        float: left;
	display: block;
        padding: 0 0 0 22px;
}

#navbar ul li a:hover, #navbar ul li.select a {
        color: #FFFFFF;
        background: url('../images/onglet.gif') no-repeat right top;
}

#navbar ul li a:hover span, #navbar ul li.select a span {
        background: url('../images/onglet.gif') no-repeat left top;
}
/***********************/
.btn-inscription a { 
        display: block;
        width: 300px;
        height: 72px;
        background: url('../images/btn-inscription.jpg') no-repeat 0 0;
        text-decoration: none;
}
.btn-inscription a:hover {
        background: url('../images/btn-inscription.jpg') no-repeat 0 -72px;        
}
.btn-inscription a span { 
        visibility: hidden;
}

.form-login {
        width: 260px;
        height: 160px;
        padding-left: 40px;
        padding-top: 40px;
        background: url('../images/bg-login.gif') no-repeat;
}
.form-login p {
        margin: 6px 0;
}
/***********************/
#my-glider {
        width: 640px;         
        float: left;        
        margin-top: 20px;
}
div.scroller { 
        /* modify width and height of scrolling section if necessary	*/		
        width: 640px; 
        height: 250px;
        overflow: hidden;        
        }
div.scroller div.section {
        /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
        width:600px;
        height:210px;
        overflow:hidden;        
        float:left;
        padding: 20px;
        }

#section_1 { background: url('../images/bg_section-sante.jpg') no-repeat; }
#section_1 .section-theme { margin-top: 25px; }
#section_2 { background: url('../images/bg_section-confort.jpg') no-repeat; }
#section_2 .section-theme h2 { margin-top: 10px; }
#section_3 { background: url('../images/bg_section-habitat.jpg') no-repeat; }
#section_3 .section-theme h2 { margin-top: 5px; }
#section_4 { background: url('../images/bg_section-finances.jpg') no-repeat; }
#section_4 .section-theme h2 { margin-top: 15px; }
#section_5 { background: url('../images/bg_section-loisirs.jpg') no-repeat; }
#section_5 .section-theme h2 { margin-top: 15px; }       

.section-theme { width: 290px; float: left; margin-right: 10px; }
.section-theme ul { margin: 0; padding: 0; list-style: none;}
.section-theme ul li {
        line-height: 30px;
        padding:0; margin: 0;    
        }  

.section-theme ul li span {
        background: url('../images/puce.png') no-repeat left center;
        padding-left: 20px;
        }
        
.section-theme ul li.bg-li { background: url('../images/bg-li.png'); }
.section-theme ul li.bg-li-2 { background: url('../images/bg-li-2.png'); }
.section-theme h2 { text-align: center; border-bottom: 2px solid #07256B; margin-bottom: 0; }

div.scroller div.content {
        width: 3200px;
        }
        
.controls ul {        
        list-style: none;
        margin: 0;
}

.controls ul li { 
        display: inline;        
}

.controls ul li a {
        display: block;
        float: left;
        width: 128px;
        height: 128px;
        text-decoration: none;
}
.controls ul li a span { visibility: hidden; }

.btn-sante a { background-image: url('../images/btn-sante.jpg'); background-repeat: no-repeat; background-position: 0 0; }
.btn-sante a:hover { background-image: url('../images/btn-sante.jpg'); background-repeat: no-repeat; background-position: 0 -128px; }

.btn-confort a { background-image: url('../images/btn-confort.jpg'); background-repeat: no-repeat; background-position: 0 0; }
.btn-confort a:hover { background-image: url('../images/btn-confort.jpg'); background-repeat: no-repeat; background-position: 0 -128px; }

.btn-habitat a { background-image: url('../images/btn-habitat.jpg'); background-repeat: no-repeat; background-position: 0 0; }
.btn-habitat a:hover { background-image: url('../images/btn-habitat.jpg'); background-repeat: no-repeat; background-position: 0 -128px; }

.btn-finances a { background-image: url('../images/btn-finances.jpg'); background-repeat: no-repeat; background-position: 0 0; }
.btn-finances a:hover { background-image: url('../images/btn-finances.jpg'); background-repeat: no-repeat; background-position: 0 -128px; }

.btn-loisirs a { background-image: url('../images/btn-loisirs.jpg'); background-repeat: no-repeat; background-position: 0 0; }
.btn-loisirs a:hover { background-image: url('../images/btn-loisirs.jpg'); background-repeat: no-repeat; background-position: 0 -128px; }

/***********************/
.choixUnivers { width: 175px; float: left; margin: 0 5px;}
.choixUnivers ul { list-style: none; margin: 0; padding: 0;}

.erreur { color: #ff0000; text-align: center; font-size: 14px; padding: 2px 0; background: #fff; border: 1px dashed #ff0000;}
/***********************/
#bloc {
        width: 640px; 
        float: left;        
        margin-top: 20px;
        background: url('../images/bg_bloc.gif') repeat-y;
        }

#bloc-top {
        width: 640px;
        height: 20px;
        background: url('../images/bg_bloc-top.gif') no-repeat;
        }

#bloc-bottom {
        width: 640px;
        height: 20px;
        background: url('../images/bg_bloc-bottom.gif') no-repeat;
}

#bloc-content { padding: 5px 15px; }

#bloc-xl {
        width: 940px; 
        float: left;        
        margin-top: 20px;
        background: url('../images/bg_bloc-xl.gif') repeat-y;
        }

#bloc-top-xl {
        width: 940px;
        height: 20px;
        background: url('../images/bg_bloc-top-xl.gif') no-repeat;
        }

#bloc-bottom-xl {
        width: 940px;
        height: 20px;
        background: url('../images/bg_bloc-bottom-xl.gif') no-repeat;
}

thead tr {
background: #07256B;
color: #eee;
font-weight: bold;
font-size: 12px;
}
th {
	white-space:no-wrap;
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #ffffff;
	border-bottom: 2px solid #e7e7e7; 
	/*background: #E6E6E6;*/
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
}

.odd td { background:#ddd; border-bottom: 1px solid #E5E5E5; height: 30px; }
.even td { background:#eee; border-bottom: 1px solid #E5E5E5; height: 30px; }
.hover td {background:#D0D8E8;}
.sortedminus { color:#07256B; background: #eee;}
.sortedplus { color:#07256B; background: #eee;}
/*.selrow td { background: #D0D8E8; }*/

#bloc_droite {
        width: 300px; 
        float: left;        
        margin-top: 20px;
        background: url('../images/bg_bloc-droite.gif') repeat-y;
        }

#bloc_droite-top {
        width: 300px;
        height: 26px;
        background: url('../images/bg_bloc-droite-top.gif') repeat-y;
        }

#bloc_droite-bottom {
        width: 300px;
        height: 20px;
        background: url('../images/bg_bloc-droite-bottom.gif') repeat-y;
}

#bloc_droite-content { padding: 0 15px; margin-left: 22px; }
/***********************/
#footer{        
        background: url('../images/bg-bottom.jpg') no-repeat;        
	}
        
#footer p{
	text-align: center;
	}
	
#footer a { color: #71092A; text-decoration:none; }
#footer a:hover { text-decoration: underline; }