/* general */

body { 
font-size: 11px; 
color: #666666; 
font-family: tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
text-align: center; 
margin: 0px; 
padding: 0px;
width: 100%;
background-color: #efece6;
}

.center {
margin: 0px auto;
width: 786px;
text-align: left;
}

.fond {
background-image: url(../medias/communs/fond.gif);
background-repeat: repeat-y;
width: 786px;
}

.fond_login {
background-image: url(../medias/communs/fond_login.gif);
background-repeat: repeat-y;
width: 786px;
}

.bandeau {
background-image: url(../medias/communs/bandeau.gif);
background-repeat: no-repeat;
width: 786px;
height: 124px; 
}

.menu_spacer {
padding: 10px 10px 10px 10px;
}

.content_spacer {
padding: 26px 26px 26px 26px;
}

.sep_vertical {
background-image: url(../medias/communs/sep_vertical.gif);
background-repeat: repeat-y;
width: 1px;
}

.col_gauche {
padding-right: 20px;
}

.col_droite {
padding-left: 10px;
}

.fleche {
padding-top: 8px;
}

.list {
padding-top: 4px;
}

.table_top {
background-image: url(../medias/communs/table_top.gif);
background-repeat: no-repeat;
}

.table_align {
padding: 3px 8px 3px 8px;
}

.popup { 
font-size: 11px; 
color: #666666; 
font-family: tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
text-align: left; 
margin: 0px; 
padding: 0px;
width: 100%;
background-color: #ffffff;
}

.center_popup {
margin: 0px auto;
width: 411px;
text-align: left;
}

.bandeau_popup_adherent {
background-image: url(../medias/popup/bandeau_popup_adherent.gif);
background-repeat: no-repeat; 
}

.bandeau_popup_expert {
background-image: url(../medias/popup/bandeau_popup_expert.gif);
background-repeat: no-repeat; 
}

.bandeau_popup_region {
background-image: url(../medias/popup/bandeau_popup_region.gif);
background-repeat: no-repeat; 
}

.popup_padding {
padding: 15px; 
}

.letters { 
font-size: 17px; 
letter-spacing: 2px;
}

.dropdown { 
font-size: 10px; 
width: 175px;
}

.textfield { 
font-size: 10px; 
width: 268px;
}

.input { 
margin-top: 10px; 
color: #666666; 
font-size: 9px; 
}


/* text */

.text_light { 
color: #666666; 
}

.titre { 
color: #666666;
font-size: 14px; 
font-weight: bold;
line-height: 20px;
}

.sous_titre { 
color: #666666;
font-size: 11px; 
font-weight: bold;
}

.plan_spacer { 
line-height: 22px;
}

.error { 
color: red;
font-size: 10px; 
}


/* links */

a:link { color: #008cb6; text-decoration: none;  }
a:visited { color: #008cb6; text-decoration: none; }
a:hover { color: #008cb6; text-decoration: underline; }
a:active { color: #008cb6; text-decoration: none; }

a.plan:link { color: #666666; text-decoration: none; font-weight: bold; }
a.plan:visited { color: #666666; text-decoration: none; font-weight: bold; }
a.plan:hover { color: #666666; text-decoration: underline; font-weight: bold; }
a.plan:active { color: #666666; text-decoration: none; font-weight: bold; }

