/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:#FFFFFF;
background-image:none;
background-position:0 0;
background-repeat:repeat;
color:#8B4513;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:12.5px;
line-height:1.5;
text-align:justify
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



/* LINKS */

a:link { font-size: 11.5px; text-decoration: none; color:#F4A460; }
a:active { font-size: 11.5px; text-decoration: none; color:#F4A460;}
a:visited {font-size: 11.5px; text-decoration: none; color:#F4A460; }
a:hover { font-size: 11.5px; text-decoration: none; color:#D2691E;}

a img {
border-bottom-color:-moz-use-text-color;
border-bottom-style:none;
border-bottom-width:medium;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:-moz-use-text-color;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:none;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:medium;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:-moz-use-text-color;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:none;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:medium;
border-top-color:-moz-use-text-color;
border-top-style:none;
border-top-width:medium;
}




/* MENU */


#menu {
-moz-border-radius-bottomleft:2px;
-moz-border-radius-bottomright:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-topright:2px;
background-color:#FFFFFF;
float:left;
height:auto;
left:40px;
overflow-x:auto;
overflow-y:auto;
position:fixed;
top:20px;
width:200px;
z-index:100;
text-align: right;

}


#menu ul {
list-style:none outside none;
margin:0 0 10px;
}
#menu ul li {
margin-bottom:0;
margin-top:1px;
}
#menu ul li.section-title {
border-bottom:1pt dotted #3399FF;
color:#3399FF;
cursor:pointer;
font-family:Verdana,Trebuchet,Helvetica,Arial,sans-serif;
font-size:11px;
letter-spacing:0.05em;
padding-bottom:1px;
text-transform:uppercase;
}




#content {
height:100%;
margin:0 0 0 260px;
}
.container {
padding:15px 20px;
}
#content p {
margin-bottom:9px;
width:480px;
}
p {
margin:0 0 9px;
}



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
   

   /* VOICI LES POSSIBILITES:style des boites du thickbox 
   #img-container a {
    display:block;
    float:left;
    width:100px; [this width can be anything you want]
    height:100px; [also anything you want]
    margin:0 10px 10px 0; [margins for space between the thumbnails]
    padding:0;
    border:0;
    overflow:hidden;
}*/

#img-container p	{ width: 100%; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }
