@import url(positionnement.css);
/* GENERAL */

@import url(blocs.css);
/* BLOCS */

@import url(menu.css);
/* MENU */

/* -------------------------------------------------------------------------- */
/* -------------------------- Body / hr / a / etc ... ---------------------*/
/* -------------------------------------------------------------------------- */

/* ----------  BALISES */
html, body{ 
width: 100%; 
height: 100%; 
margin: 0px; 
padding: 0px; 
background-color : #fff; 
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
color: #803600;
font-size: 13px;
scrollbar-base-color: white;
scrollbar-3dlight-color: black;
scrollbar-arrow-color: white;
scrollbar-darkshadow-color: white;
scrollbar-face-color: #7B161A;
scrollbar-highlight-color: grey;
scrollbar-shadow-color: grey;
scrollbar-track-color: #480D0F;
}

hr{ 
border: 1px solid #803600; 
width:95%;
}
hr.titre{ 
height: 1px;
padding: 0;
color: #000;
background-color: #000;
border: 0px;
width:100%;
}

a{ 
color: #803600;
text-decoration:none; 
}

a:hover{ 
text-decoration:none; 
color: black; 
}

a img{ 
border: none;
}

h1 {
font-weight: bold;
font-size: 21px;
}


/* CLASSES GENERIQUES */

.floatLeft{ float: left;}
.floatRight{ float: right;}
.strong{ font-weight: bold; text-transform: uppercase;}
.comment{ color: #666; font-weight: normal; font-style: italic;}
.full{ width: 760px !important;}
.little{ font-size: 10px;}
.big_txt{ text-transform: uppercase; font-weight: bold;}
