/* Feuille de style réalisée par Ludivine Mas */

/*  ------------------------------------------
/*  Corps Principal
/*  ------------------------------------------
*/

body {
	background: #794C76;
    color:#FFFFFF;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#site {
    width: 740px;
	margin: auto;
   text-align:center; 
}

img {
    border:0;
}

p a {
    color:#EAF58A;
    font-weight:bold;
    text-decoration:underline;
}

p a:hover {
    color:#EAF58A;
    text-decoration:none;
}

h2 {
font:bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

/*  ------------------------------------------
/*  Header
/*  ------------------------------------------
*/
  
#header {
	background: #794C76 url(./images/2-annuaire-perso.jpg) no-repeat;
    width: 740px;
	height: 118px;
	margin: auto;
    margin-top: 3px;
	padding:0;
}

#bandeau_pub {
    width:468px;
    height:60px;
    margin:0 10px 8px 260px;
    padding-top:10px;
}

#baseline {
    display:none;
}

/*  ------------------------------------------
/*  Barre de navigation
/*  ------------------------------------------
*/

#navigation {
 clear:both;
 height: 25px;
 border-bottom:1px solid #FFF;
 margin-bottom:8px;
}

ul {
background-color:#794C76;
list-style-type: none;
margin:10px 0 0 0;
padding:0;
width: 100%; /* précision pour Opera */
}

li {
float: left;
}

.menu a {       /* définition de chaque bouton du menu */
height: 20px;
float: left;
display: block;
text-align: center;
border: 0; 
text-decoration: none;
font-size:12px;
color: #FFF;
background: #794C76;
margin-right:10px;
padding:3px 10px 0 10px;
}

.menu a:hover {
color: #EAF58A;
font-weight:normal;
background: #911032;
border: 1px solid #FFF; 
border-bottom: 0px;
}

.menu a.on { 
height: 20px;
color: #EAF58A;
font-weight:bold;
background: #911032;
border: 1px solid #FFF; 
border-bottom: 0px;
}

.menu a.on:hover { 
height: 20px;
color: #EAF58A;
font-weight:bold;
background: #911032;
border: 1px solid #FFF; 
border-bottom: 0px;
}

/*  ------------------------------------------
/*  Home Page
/*  ------------------------------------------
*/

#nb_sites, .alert {
display:block;
clear:both;
background-color:#911032;
color: #EAF58A;
font-weight:bold;
text-align:center;
padding:3px 0 3px 0;
}

#cadre_rubriques {
    color:#000000;
    background-color:#FFF;
    border:1px solid #911032;
    padding:5px;
    margin:0;
}

#cadre_rubriques .titre_rub a{
color:#794C76;
background-color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}

#cadre_rubriques .titre_rub a:hover{
color:#794C76;
background-color:#FFF;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

#cadre_rubriques .ss_rub a{
color:#000;
background-color:#FFF;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}

#cadre_rubriques .ss_rub a:hover{
color:#000;
background-color:#FFF;
font-weight:normal;
font-size:11px;
text-decoration:none;
}

#liste {
background-color:#B49CB2;
color:#000;
display:block;
width:460px;
margin:0 0 10px 0;
padding:0;
margin-left:30px;
 list-style-type: none;
}

#liste li{
display:block;
float:none;
color:#000000;
padding-bottom:0;
margin-bottom:0;
line-height:1.5em;
 background-image: url(./images/3-annuaire.gif);
background-repeat: no-repeat;
background-position: -0.1em 0.5em;
text-indent:10px;
}

#liste a {
    color:#EAF58A;
    font-weight:bold;
    text-decoration:underline;
}

#liste a:hover {
    color:#EAF58A;
    text-decoration:none;
}


/*  ------------------------------------------
/*  Contenu du site
/*  ------------------------------------------
*/


#arrondi_haut {
    width: 740px;
    height:8px;
    margin:0.2em 0 0 0;
    padding:0;
    border:0;
    background: url(./images/4-annuaire-entreprise.gif) no-repeat bottom;
}

#home #arrondi_haut {
    width: 740px;
    height:8px;
    margin:0;
    padding:0;
    border:0;
    background: url(./images/5-annuaire-gratuit.gif) no-repeat bottom;
}

#arrondi_bas {
    width: 740px;
    height:8px;
    margin:0 0 1px 0;
    padding:0;
    border:0;
    background: url(./images/6-annuaire-professionnel.gif) no-repeat top;
}


#home #arrondi_bas {
    width: 740px;
    height:8px;
    margin:0 0 1px 0;
    padding:0;
    border:0;
    background: url(./images/7-annuaire-blog.gif) no-repeat top;
}

#page {
	width: 740px;
    left: 50%;
	text-align: left;
	background: url(./images/8-annuaire-france.gif) repeat-y;
    margin:0;
	padding: 0;
    border:0;
}

#home #page {
    width: 740px;
    left: 50%;
    text-align: left;
    background: url(./images/9-annuaire-de-site.gif) repeat-y;
    margin-top:0;
    padding: 0;
    border:0;
}


#gabarit {
    width: 740px;
    margin:0;
    margin-left:auto;
    margin-right:auto;
    padding: 0;
    border:0;
}

h1 {    /*  titres rubriques colonnes */
    font-size:11px;
    font-weight:bold;
    color:#EAF58A;
    border: 1px solid #FFF;
    border-left:0;
    border-right:0;
    padding:2px 0 2px 5px;
    margin:0;
}

/*  ------------------------------------------
/*  Colonne gauche
/*  ------------------------------------------
*/

#colonne_gauche {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
width: 135px;
padding:0 13px 0 5px;
vertical-align:top;
border:0;
margin:0;
}

#colonne_gauche p {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:FFF;
}

#colonne_gauche a{
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
text-decoration:underline;
line-height:1.5em;
}

#colonne_gauche a:hover{
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
text-decoration:none;
line-height:1.5em;
}

/*  ------------------------------------------
/*  Colonne centrale
/*  ------------------------------------------
*/

#centre {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
width:425px;
padding: 0 0 0 15px;
vertical-align:top;
border:0;
margin:0;
margin-right:30px;
}

#centre a{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#EAF58A;
    font-weight:bold;
    text-decoration:underline;
}

#centre a:hover{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#EAF58A;
    font-weight:bold;
    text-decoration:none;
}

#breadcrumb {
width:380px;
color: #FFFFFF;
}



#breadcrumb a {
    text-decoration: underline;
    font-weight:normal;
    font-size:10px;
    color: #FFFFFF; 
line-height:1.5em;
display:inline;
}

#breadcrumb a:hover {
    text-decoration: none;
    font-weight:normal;
    font-size:10px;
    color: #FFFFFF;
    line-height:1.5em; 
}

#breadcrumb a.on {
    text-decoration: none;
    font-weight:bold;
    font-size:10px;
    color: #FFFFFF;
    line-height:1.5em; 
}

#home #centre {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
width:548px;
padding: 0 10px 0 10px;
vertical-align:top;
}

/*  ---------- encadre libelle site ---------------- */

fieldset {
    position : relative;
    top : 1.1em;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    display:block;
    clear:both;
    width:94%;
    border:1px dashed #911032;
    background-color:#FFF;
    color:#000;
    padding:5px;
    margin:0 0 8px 0;
}

html>body fieldset {
    padding-top : 1em;
    top : 0;
    margin-top:1em;
}

#centre legend {
    position : relative;
    top : -1.1em;
    background-color:#52204F;
    color:#FFF;
    font-weight:bold;
    padding:2px 10px 2px 10px;
    margin-bottom:5px;
    text-decoration:underline;
}


#centre legend, #centre legend a {
    background-color:#52204F;
    color:#FFF;
    font-weight:bold;
    padding:2px 10px 2px 10px;
    margin-bottom:5px;
    text-decoration:underline;
}

#centre legend a:hover {
    background-color:#52204F;
    color:#FFF;
    font-weight:bold;
    padding:2px 10px 2px 10px;
    margin-bottom:5px;
    text-decoration:none;
}

fieldset span.bug_report {
    float:right;
    clear:both;
    color:#FFF;
    margin-top:-9px;
    background-color:#B49CB2;
    padding:2px 5px 2px 5px;
    font-weight:bold;
    text-decoration:none;
}

#centre fieldset span.bug_report a {
    text-decoration:none;
    color:#FFF;
}

/*  ------------------------------------------
/*  Colonne droite
/*  ------------------------------------------
*/

#colonne_droite {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
width: 164px;
padding: 0;
vertical-align:top;
margin:0;
border:0;
}

#colonne_droite p {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:FFF;
}

#colonne_droite a{
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
text-decoration:underline;
line-height:1.5em;
}

#colonne_droite a:hover{
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#FFF;
text-decoration:none;
line-height:1.5em;
}

#skyscraper {
margin-left:0;
}


/*  ------------------------------------------
/*  Footer
/*  ------------------------------------------
*/

#arrondi_haut_footer {
    width: 740px;
    height:5px;
    margin:0;
    padding:0;
    border:0;
    background: url(./images/10-annuaire-liens-en-dur.gif) no-repeat bottom;
}

#arrondi_bas_footer {
    width: 740px;
    height:5px;
    margin:0;
    padding:0;
    border:0;
    background: url(./images/11-annuaire-web.gif) no-repeat;
}

#footer {
    color:#000;
    background-color:#91688E;
}

/*  ------------------------------------------
/*  Formulaires
/*  ------------------------------------------
*/

#cadre_formulaire {
    color:#000;
    background-color:#FFF;
    border:1px solid #911032;
    padding:5px;
    margin:0;
    margin-left:1px;
    width:91%;
}

html>body #cadre_formulaire {
width:90%;
}

dt {
    float: left;
    clear: both;
    width: 110px;
    font-weight: bold;
    text-align:right;
    margin-left:12px;
}

dd {
    padding: 0;
    width: 230px;
    margin-left: 10px;
    margin-bottom: 1em;
}

html>body dd {
margin-left: 130px;
}

input.saisie, select.saisie{
border:1px solid #794C76;
background-color:#EFE3EE;
color:#000;
font:normal 11px  "Verdana",Helvetica,Geneva,Arial,sans-serif;
margin:0;
}

input.saisie:focus {
background-color:#DECDDD;
}

input[type=text], textarea {
color:#000;
background-color:#EFE3EE;
}
