/* Kits graphiques par Graphiques-Kits.com */
/* contact@graphiques-kits.com */
/* Tous droits réservés 2007 */

 /* TITRES */

h1 {
	font-size : 10px;  
	float : left;
	margin-left : 40px; 
	text-transform : uppercase ;
		}

h2 {
	font-size : 10px;  
	float : left;
	margin-left : 40px; 
    text-transform : none ;
		}


 /* MENUS */

ul#navbar{
    list-style:none;
    text-align:center;
    padding-left:100px;
    padding-top:140px; 
    font-size:10px;
}

ul#navbar li{
    float:left;
    width:80px;
    margin:0 14px 0 0;
    text-align:center;
    font-size:10px;
}

ul#navbar li#active{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#393939;
}

ul#navbar li a, ul#navbar li a:link{
    font-family:Verdana;
    font-size:10px;
	text-decoration : underline ; 
    color:#006DB7;
}

ul#navbar li a:hover {
    font-family:Verdana;
    font-size:10px;
    color:#FF9933;
}


 /* PARAGRAPHES */

div#contenu p {
    padding-right: 45px;
	padding-left: 40px;
	text-align: justify;
}

div#contenu li {
    padding-right: 50px;
	padding-left: 0px;
	margin-top:5px;
	list-style-type:none;
	text-align: justify;
}


body {
    font-family: verdana;
    font-size: 10px;
	color: #393939;
	background: #d0d0d0 url(images/fond.jpg) repeat-x;
	text-align: center;
    margin: 0 auto 0;
	position: relative;
}

div#all {
    text-align:left;
    background: url(images/all.jpg) repeat-y 0 0;
    width: 567px;
    margin : auto
}

div#header {
    background: url(images/header.jpg) no-repeat 0 0;
    height : 169px;
    margin : 0;
    padding:0
}

img { border: 0; }


 /* LIENS */
 
a {
color : #411B08; 
text-decoration : none ; 
font-size : 10px; 
}

a.class2 {
color : #0D627E; 
text-decoration : underline ; 
font-size : 10px ; 
}

a:active     { 
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
	color: #FF9933;
	text-decoration : none ; 
}


a:hover , a:focus {
    color : #FF9933;
    font-weight : bold;
    text-decoration:none;
}

div#footer {
    background:url(images/footer.jpg) no-repeat 0 0;
    height : 82px;
}

div#footer p {
    text-align: center;
    font-size: 0.9em;
    padding-top:67px; 
    clear:both;
    color:#666666;
}

div#footer a {
    color : #006DB7;
text-decoration : underline ; 
}