body
{ 
font-family: helvetica, verdana, serif; 
font-size: 12px;
color: #0e0e0e;
margin:0px;
padding: 0px 0px 50px 0px;
background-image: url('images/bg.png');
background-repeat: no-repeat;
background-position: top center;
background-color: #02192f;
font-style:italic
}

td, th
{ 
font-size: 12px;
}

a:link, a:visited, a:active
{
font-family: helvetica, verdana, serif; 
font-size: 12px;
color: #0e0e0e;
text-decoration: underline;
}

a:hover
{
font-family: helvetica, verdana, serif; 
font-size: 12px;
color:#153d60;
text-decoration: none;
}

a:focus
{
-moz-outline-style: none;
}

textarea
{
background-color: #ffffff;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 10px;
color: #2e2e2e;
border-color : #a7a7a7;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
text-indent : 2px;
-moz-border-radius: 5px 5px 5px 5px;  
-webkit-border-radius: 5px 5px 5px 5px;  
border-radius: 5px 5px 5px 5px;         
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;  
-webkit-border-bottom-left-radius: 5px; 
-webkit-border-bottom-right-radius: 5px
}

textarea:focus{
background-color: #eeeeee
}

input
{
background-color: #ffffff;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 10px;
color: #2e2e2e;
border-color : #a7a7a7;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
text-indent : 2px;
margin: 0px 0px 1px 0px;
padding:2px;
-moz-border-radius: 5px 5px 5px 5px;  
-webkit-border-radius: 5px 5px 5px 5px;  
border-radius: 5px 5px 5px 5px;         
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;  
-webkit-border-bottom-left-radius: 5px; 
-webkit-border-bottom-right-radius: 5px
}

input:focus{
background-color: #eeeeee
}

input[type=submit], input[type=button]{
font-weight: bold;
cursor: pointer
}

select 
{
background-color: #ffffff;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 9px;
color: #2e2e2e;
}

.checkbox
{
background-color: #0D0D0D;
border: none;
}

hr{
background-color: #3c3c3c; 
color: #3c3c3c; 
border: 0px; 
height: 1px
}

p{ margin: 0px }
h1, h2, h3, h4, h5, h6{ margin:0px }
a img{ border: 0px }
.clear{ clear:both }
.hide{ display:none }
.center{ text-align:center }
.border-red{ border:1px solid red }


/* THEME */

#SITE
{ 
padding: 0px;
width: 960px;
margin: auto;
}

#menu img
{
font-size: 1px;
line-height: 1px;
vertical-align: middle;
}

#sousnav img
{
font-size: 1px;
line-height: 1px;
vertical-align: middle
}

#col-droite
{
width:290px;
vertical-align:top;
background:#222;
padding-bottom:50px;
color: #b4b4b4;
}

#col-droite a, #col-droite a:link, #col-droite a:visited, #col-droite a:active
{
color: #b4b4b4;
}

#col-droite a:hover
{
color: #fff;
}

#col-droite a:focus
{
-moz-outline-style: none;
}

.toc
{
-moz-border-radius: 10px 10px 0px 0px;  
-webkit-border-radius: 10px 10px 0px 0px;  
border-radius: 10px 10px 0px 0px;         
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;  
-webkit-border-bottom-left-radius: 0px; 
-webkit-border-bottom-right-radius: 0px
}

.rounded10
{
-moz-border-radius: 10px 10px 10px 10px;  
-webkit-border-radius: 10px 10px 10px 10px;  
border-radius: 10px 10px 10px 10px;         
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;  
-webkit-border-bottom-left-radius: 10px; 
-webkit-border-bottom-right-radius: 10px
}