/*
HERITAGE INFORMATION
--------------------
colonne1Generate :: template.css :: markup.css
*/


/*
COLOR CHART
-----------
Bordeau foncé => #6e0000
Bordeau clair => #c29797
Jaune         => #fdac07
Gris          => #a0a0a0
*/


/*
TYPO CHART
-----------
Body text     => verdana regular 12px, sans serif
Menu text     => verdana bold 12px, sans serif

*/

hr {
background-color: #fdac07;
}

#colonne1{
margin-top:20px;
height:100%;
}

/*Menu principal*/
.mainlevelmain{
display:block;
text-align:left;
background-image: url(../images/btnTitre.gif);
background-repeat: no-repeat;
padding-left:12px; 
font-weight:bold;
font-size:12px;
color:#c29797;
text-decoration:none;
}

.sublevelmain{
text-align:left;
font-weight:normal;
font-size:12px;
padding:0px;
margin:0px;
margin-bottom:3px;
margin-left:20px;
color:#c29797;
text-decoration:none;
}

a.mainlevelmain:hover, a.sublevelmain:hover{
color:#6e0000;
}

#active_menumain{ 
font-weight:bold;
color:#6e0000;
text-decoration:none;

}


#colonne1 .button{
background-image: url(../images/btnLogin.gif);
width:96px;
height:20px;
border:0px;
color:#ffffff;
font-size:10px;
line-height:20px;
}


#loginForm{
margin-top:30px;
font-size:10px;
width:120px;
float:left;;
padding:15px;
color:#ffffff;
text-align:left;
background-color:#fec551;
}

#leginForm input{
margin:0px;
}

#loginForm label, a{
font-size:10px;
color:#6e0000;
text-align:center;
}

#loginForm #mod_login_username, #mod_login_password{
text-align:left;
border:0px;
background-image: url(../images/chpLogin.gif);
background-repeat: no-repeat;
height:17px;
width:120px;
padding-left:5px;
}

#mod_login_remember{
float:left;
}


.syndicate{
float:left;

width:120px!important;
width:150px;
padding:15px;
background-color:#fec551;
}

#colonne1 .titreModule{
position:relative;
margin-bottom:5px;
margin-left:10px;
}

