/* CSS Document */

/* layout --------------------------------------------------------------------*/

/* image de fond*/
body {
    background: url(../img/fond.gif) repeat-y center top;
}

#header {
    width:822px;
    height:67px;
    margin:0 auto;
    background: url(../img/header.gif) no-repeat 0px 0px;
    }
    #lang_switch {
        font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: bold;
    color:#2A796D;
        position:absolute;
        width:100px;
        height:20px;
        top:10px;
        margin-left:750px; 
    }
    #lang_switch a {
            font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: bold;
    color:#2A796D;
    text-decoration: none;
    padding-left:8px;
    }
    #lang_switch a:hover {
     text-decoration: underline;
     }
    #lang_switch .current {
                font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: bold;
    color:#2A796D;
    text-decoration: none;
    padding-left:8px;
    background: url(../img/flech_lng.gif) no-repeat 3px 4px;
    }
    #menu{
        position:absolute;
        width:560px;
        height:20px;
        top:47px;
        margin-left:240px;
    }
    #menu.en {
        position:absolute;
        width:560px;
        height:20px;
        top:39px;
        margin-left:238px;
    }
    #menu a { float:left; }

#page {
    width:822px;
    margin:0 auto;
    background: url(../img/fondpage.gif) repeat-y 0px 0px;
    }
    #content {
        width:782px;
        min-height: 600px;
        
        margin-left:20px;
        }
        #col_left {
            float:left;
            width:461px; /*501 */
            padding:20px;
           /* background:#ccff00;*/
        }
        #col_right {
            float:left;
            width:241px; /* 281 */
            _width:240px;
            padding:20px;
            _padding:20px 10px 0 5px;
           /* background:#ffcc00;*/
        }
        
    

#footer {
    width:822px;
    height:67px;
    margin:0 auto;
    background: url(../img/footer.gif) no-repeat 0px 0px;
}


/* typo ----------------------------------------------------------------------*/

body, p {
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 16px;
    color: #585858;
}

/* typo replacement */
h1 { 
    font-size: 2.8em;
    margin-left:-5px;
    margin-top:30px;
    }
    .flash-replaced .alt {
    	display: block;
    	height: 0;
    	position: absolute;
    	overflow: hidden;
    	width: 0;
    }
#page.presentation h1{
    padding-left:15px;
     background: url(../img/bull_titre_present.gif) no-repeat 0px 16px;
}
			
h3 {
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #333333;
    margin-bottom:10px;
}

strong {
    font-weight: bold;
}

p {
    margin-bottom:10px;
}

/* fleche link */
.fleche_link {
    margin-bottom:5px;
    }
    .fleche_link a {
        font-family: Verdana, Arial;
        font-size: 12px;
        font-weight: bold;
        text-decoration:none;
        padding-left:20px;
        color: #2A796D;
        background: url(../img/fleche_link.gif) no-repeat 0px 2px;
    }
    .fleche_link a:hover {
        text-decoration:underline;
    }


/* col droite */
#col_right table {
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    color: #000;
    }
    #col_right a.bt_suite {
        font-family: Arial;
        font-size: 10px;
        font-weight: normal;
        text-decoration:underline;
        color: #FF6600;
        }
        #col_right a.bt_suite:hover {
            text-decoration:none;
        }
    
    #col_right td {
        padding-bottom: 10px;
        vertical-align: top;
    }
    #col_right h2 {
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        text-decoration:none;
        padding-left:18px;
        margin-bottom:15px;
    }
    #col_right h1 {
    margin: 0 0 5px 0;
    }
    #col_right .separ {
        width:100%;
        height:1px;
        margin: 12px 0;
        background: url(../img/dots.gif) repeat-x 0px 0px;
    }

/**
 *  Bloc right : Accès membre
 */  
.acces h2 {
    color: #FF2962;
    background: url(../img/bull_acces.gif) no-repeat 0px 2px;
    }

    .acces strong {
        font-family: Tahoma;
        color: #FF2962;
    }
    .acces input {
        width:128px;
        height:18px;
        border-color:#809DB9;
        border-width: 1px;
        border-style: solid;
    }
    /* style arrondi */
    .bt_valider  {
        display:block;
        font-family: Arial;
        font-size:10px;
        width:44px;
        height:14px;
        color:#fff;
        text-decoration:none;
        padding-left:7px;
        padding-top:1px;
        background: url(../img/bt_valid_l.gif) no-repeat 0px 0px;
        background-color:#FF2962;
        }
        a.bt_valider:hover  {
            text-decoration:underline;
        }

    
/**
 *  Bloc right : Actualité
 */  
.actu h2 {
    color: #66CC00;
    background: url(../img/bull_actu.gif) no-repeat 0px 2px;
    }
    .actu strong {
        /*font-family: Tahoma;*/
        font-weight:normal;
        color: #66CC00;
    }
    
/**
 *  Bloc right : Calendrier
 */  
.calendrier h2 {
    color: #568B8B;
    background: url(../img/bull_calendrier.gif) no-repeat 0px 2px;
    }
    .calendrier strong {
        /*font-family: Tahoma;*/
        font-weight:normal;
        color: #568B8B;
    }

.citation {
    background: url(../img/cit_open.gif) no-repeat 0px 2px;
    float:left;
    width:230px;
}
.citation , .citation p {
font-family: Verdana;
font-style: italic;
font-size: 13px;
line-height:18px;
}
.citation p.first {
text-indent: 25px;
padding-top:4px;
}
ul {
    margin-bottom:10px;
}
li {
padding-left:32px;
height:17px;
background: url(../img/puce_li.gif) no-repeat 20px 6px;
}

/**
 *
 */
 #contact {
 padding-top:10px;
 }
#contact label {
float:left;
clear:left;
width:105px;
padding-top:3px;
}  
#contact input, #contact textarea  {
float:left;
width:327px;
margin-bottom:11px;
border: 1px #809DB9 solid;
height:14px;
padding-top:2px;
padding-left:3px;
padding-bottom:2px;
}
#contact select   {
float:left;
width:332px;
margin-bottom:11px;
border: 1px #809DB9 solid;
height:18px;
}
#contact .separ {
    width:230px;
    height:1px;
    margin-bottom:12px;
    background: url(../img/dots.gif) repeat-x 0px 0px;
    clear:both;
    float:left;
}
#contact .oblig {
float:left;
color:#FF6600;
width:10px;
margin-right:-13px;
padding-top:3px;
padding-left:3px;
}
#contact .message p {

}

/* Page calendrier */
#calendar_full {
	width: 600px;
	height: 148px;
	padding-top: 50px;
}
#calendar_full .event {
	float: left;
	width: 226px;
	height: 152px;
	margin-right: 10px;
}
#calendar_full .title {
	font: bold 16px Verdana;
	color: #585858;
	padding-left: 14px;
}
#calendar_full .date {
	background: url(../img/flech_addr.gif) no-repeat 0px 4px;
	font: normal 12px Verdana;
	color: #FF8600;
	margin: 7px 0;
	padding-left: 14px;
}
#calendar_full .addr {
	font: normal 11px Verdana;
	color: #585858;
	padding-left: 14px;
	line-height: 16px;
}
#calendar_full .lnk {
    margin-top:5px;
}
#calendar_full .lnk a{
	font: normal 9px Verdana;
	color: #FF5000;
	text-decoration:underline;
	padding-left: 14px;
	line-height: 16px;
	text-decoration:none;
}
#calendar_full .lnk a:hover {
    text-decoration:underline;
}

.calend_ar {
    color:#333333;
}
.calend_ar a{
    color:#B89314; /*#D9AD18; */
    font: normal 12px Verdana;
    line-height:19px;
    display:block;
    text-decoration:none;
}
.calend_ar a:hover{ color:#333;}
.calend_ar h2 {
    color: #D9AD18;
    background: url(../img/bull_calend_ar.gif) no-repeat 0px 2px;
    }
    

.vert h2 {
    color: #66CC00;
    background: url(../img/bull_vert.gif) no-repeat 0px 2px;
    }
.orange h2 {
    color: #FF6600;
    background: url(../img/bull_orange.gif) no-repeat 0px 2px;
    }
.bleue h2 {
    color: #78ABAB;
    background: url(../img/bull_bleue.gif) no-repeat 0px 2px;
    }
/* page news */
#scoops {
    
}
#scoops p { 
font: bold 12px Verdana;
color: #333333;
padding-top:16px;
padding-bottom:20px;
}
.scoop {
margin-top:20px;
margin-bottom:35px;
}
#scoops .date {
	background: url(../img/flech_scoop.gif) no-repeat 0px 2px;
	font: normal 11px Verdana;
	color: #66CC00;
	padding-left: 22px;
	padding-bottom:3px;
}
#scoops .titre {
	font: normal 12px Verdana;
	color: #585858;
	width:210px;
	padding-left: 22px;
	line-height:140%;
}
#scoops a.link {
	font: normal 9px Verdana;
	color: #FF6600;
	padding-left: 22px;
	text-decoration:none;
	padding-top:3px;
	display:block;
}
    #scoops a.link:hover { text-decoration:underline;}
    
#map a {
	font: normal 9px Verdana;
	color: #FF6600;
	text-decoration:none;
}
#map a:hover { text-decoration:underline;}

#actu_full {
 margin-top:20px;   
}
#actu_full p { 
font: bold 12px Verdana;
color: #333333;
padding-top:16px;
padding-bottom:20px;
}
#col_left .actu {
margin-bottom:55px;
clear:both;
}
#actu_full .date {
	font: bold 11px Verdana;
	color: #66CC00;
	padding-bottom:3px;
}
#actu_full .titre {
	font: normal 12px Verdana;
	color: #585858;
	line-height:140%;
}
#actu_full .titre2 {
	font: bold 12px Verdana;
	color: #777;
	line-height:140%;
}

#actu_full .intro{
    font: normal 11px Verdana;
    width:428px;
    line-height:140%;
    margin-bottom:10px;
}
#actu_full a.link {
	font: normal 11px Verdana;
	color: #FF6600;
	text-decoration:underline;
	padding-top:3px;
	padding-bottom:3px;
	float:right;
	clear:both;
}
    #actu_full a.link:hover { text-decoration:none;}
    
#actu_full  .separ {
    width:100%;
    height:1px;
    margin-top:4px;
    margin-bottom:5px;
    background: url(../img/dots.gif) repeat-x 0px 0px;
    clear:both;
    float:left;
}

/* ------------ popup news*/
.popup p {
    text-align: justify;
}

.popup h2 { margin-bottom:10px;}




/* -------------------------- */
#footerlink {
    font: Normal 10px Verdana;
    color: #9F9F9F;
    text-decoration:none;
    float:left;
    width:782px;
    height:22px;
    padding-top:7px;
    border-top: solid 1px #ccc;
    background:#fff;
    text-align:center;
    margin:100px 20px 0 20px;
    _margin-left:10px;
}
#footerlink a {    font: Normal 10px Verdana;
    color: #9F9F9F;
    text-decoration:none;}
#footerlink a:hover { color:#666; }


/* ---- */
#contact .message {
    border: solid #ff6600 1px;
    padding:10px;
    margin-bottom:20px;
}
#contact .message p {
    color:#ff6600;
}

a {
	color: #FF5000;
	text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
    
    
    

