@charset "UTF-8";
/* CSS Document */

/**CADRE PRINCIPAL**/
*{margin:0;padding:0;}
body{background-color:#031239;background-image:url(../images/body_bkg2.jpg);background-repeat:no-repeat;position:relative;min-height:1000px}
#conteneur{width:919px;margin:auto;padding:0 12px;background-image:url(../images/wrap_ptn.gif);background-repeat:repeat-y;min-height:inherit;position:relative;}
#header{background-image:url(../images/header_bkg.jpg);background-repeat:no-repeat;width:inherit;height:164px;background-color:white;}
#colGauche{width:170px;background-color:#1e366c;float:left;min-height:1000px;position:relative;}
#colDroite{width:472px;Background-color:#d2d3d8;margin-left:170px;min-height:1000px;position:relative;}
#img_meta{float:right;}
a:link{color:white;text-decoration: none;}
a:visited{color:white;text-decoration:none;}
a:hover{color:black;}
a:active{color:white;}
p{font-size:0.8em;color:black;font-family:Georgia, "Times New Roman", Times, serif;}
.clear{clear:both;}
#contenu{margin-left:20px;position:relative;}
#avertissement{background-color:#FF9;border:2px solid #777;min-height:20px;width:88%;padding:10px;}
#btn_deconnexion{display:block;margin:15px 13px;}

/**FIN CADRE PRINCIPAL**/

/**TITRES**/
h1{padding:7px 0 0 38px;}
h2{font-size:1.2em;margin-bottom:10px;padding:15px 0 0;}
h3{font-size:0.9em;color:#626265;margin-bottom:10px;}
/**FIN TITRES**/

/**MENUS**/
#header ul{background-image:url(../images/men_sec_bkg.jpg);background-repeat:no-repeat;height:20px;width:inherit;margin-top:7px;padding-left:14px;}/*Menu secondaire*/
#header li{display:inline;padding-right:18px;}
#colGauche ul{margin-left:7px;margin-top:24px;list-style-type:none;}
#colGauche li{margin-bottom:4px;}
#colGauche li a:link{display:block;background-image:url(../images/btn_menu_princ.jpg);background-repeat:no-repeat;width:114px;height:21px;padding-left:14px;color:#a9afbe;}
#colGauche li a:visited{display:block;background-image:url(../images/btn_menu_princ.jpg);background-repeat:no-repeat;width:114px;height:21px;padding-left:14px;}
#colGauche li a:hover{display:block;background-image:url(../images/btn_menu_princ.jpg);background-repeat:no-repeat;background-position:0 -21px;width:114px;height:21px;padding-left:14px;color:white;}
#colGauche li a:active{display:block;background-image:url(../images/btn_menu_princ.jpg);background-repeat:no-repeat;width:114px;height:21px;padding-left:14px;}
/**FIN MENUS**/

/**LIENS**/
#header a:hover{list-style-type: disc;}
.lirePlus:link{color:#606db0;}
.lirePlus:visited{color:white;}
.lirePlus:hover{color:white;}
.lirePlus:active{color:white;}
#connexion .lien_membre{margin:30px 0 0 27px;color:#606db0;float:left;}
#connexion #deconnexion_membre{margin-top:5px;}

/**FIN LIENS**/

/**TEXTES**/
#contenu p{margin-bottom:17px;line-height:1.4em;padding-right:20px;}
#lastNouv{margin-bottom:0;padding:0 20px 15px;}
em{font-weight:bold;font-size:1em;font-style:normal;color:#1e3467;}
#colDroite ul{list-style-type:none;font-family:Georgia, "Times New Roman", Times, serif;font-size:0.8em;color:black;}
#sopranos{float:left;}
#mezzos{margin-left:178px;}
#colDroite li{margin-bottom:5px;}
/**FIN TEXTES**/


/**CONNEXION**/
#connexion{width:158px; height:106px;margin:8px 6px 0;background-image:url(../images/membre_bkg.png);background-repeat:no-repeat;padding:5px;}
#btn_connexion{margin-top:12px;}
fieldset{border:none;}
input{width:140px;}
legend{font-family:Georgia, "Times New Roman", Times, serif;color:#1e3467;font-size:0.9em;margin-bottom:5px;}
.validation{float:left;background-color:#D2D3D8;color:red;border:1px solid gray;display:block;position:absolute;top:22px;left:-115px;text-align:right;width:100px;padding:5px;}
.confirmation{position:absolute;color:red;font-size:12px;}
#confirmation_nom{top:55px;left:17px;}
#confirmation_mdp{top:91px;left:17px;}
/**FIN CONNEXION**/


/**RÉPERTOIRE**/
.ligne{float:left;width:400px;height:20px;position:relative;margin-bottom:5px;border-bottom:1px solid black;}
.ligne em{position:absolute;right:0;}

/**LIGHTBOX**/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/**FIN LIGHTBOX**/


.jfVal {
        position: absolute;
        z-index: 1110;
}
.jValSpacer {
        position: absolute;
        width: 0px;
        float: left;
}
.jValSpacercover {
        background: #eee url(eeGrad2.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-right: 0px;
}
.jValSpacerpod {
        background: #f0f2f5 url(f0f2f5grad.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-right: 0px;
}
.jValSpacerblank {
        height: 16px !important;
        opacity: 0.6;
}
.jfVal .icon {
        float: left;
}
.jfVal .iconcover {
        background: #eee url(eeGrad2.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-width: 1px 0px;
        width: 20px;
        text-align: left;
}
.jfVal .iconpod {
        background: #f0f2f5 url(f0f2f5grad.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-left: 0px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        width: 20px;
        text-align: left;
}
.jfVal .iconblank {
        background: #fff;
        margin-top: -4px;
        height: 20px !important;
        padding-left: 5px;
}
.jfVal .icon .iconbg {
        background: url(warning.gif) center left no-repeat;
        height: 100%;
        width: 16px;
}
.jfVal .content {
        color: red;
        vertical-align: middle;
        white-space: nowrap;
        float: left;
        padding-right: 5px;
}
.jfVal .contentcover {
        background: #eee url(eeGrad2.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-left: 0px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
}
.jfVal .messagepod {
        opacity: 0.8;
        background: #fff;
        padding: 2px 5px;
}
.jfVal .messageblank {
        background: #fff;
        padding: 2px 5px;
}
#form_blank input[type=text], #form_blank [jVal] {
        padding-top:3px;
}

