body {
    background:url('../pics/bg.png');
    background-repeat:repeat-x;
    background-color:#4e555a;
    height:5000px;
    color:#f4790b;
    margin:0;
    padding:0;
    font-family:verdana;
}

h1 {font-size:80px;}
h2 {font-size:30px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

img {
  border-width:0px;
}

input, textarea,select {
  font:12px Verdana;
  border:1px solid black;
}

a:link { color: #f4790b; text-decoration:underline;}       
a:visited { color: #f4790b; text-decoration:underline; }   
a:active { color: #f4790b; text-decoration:underline; }    

form input textarea {
    font:12px verdana;
}

.main_container {
    width:900px;
    margin:30px auto auto auto;
}

.h_menu {
    margin-left:200px;
    /*border:2px solid blue;*/
    /******* changer ici la largeur du menu horizontal *********/
    width:640px;
    height:50px;
}

.h_menu_list {
	height:50px;
    /********* 5 items = 126px ; 4 items = ******************/
	width:160px;
	float:left;
}

.h_menu a#current { 
    color: #99cf0b; 
    font-size:22px;
    font-weight:bold;
    text-align:center;
    border-top:3px solid #f4790b;
}

.h_menu_list a {
    width:160px;
    float:left;
    text-align:center;
    height:35px;
    font-size:10px;
	border-top:3px solid white;
	border-left:0;
	border-right:0;
}

.h_menu a {
    text-align:center;
    margin:auto;
    float:left;
	text-decoration:none;
}

.h_menu a:hover,#h_menu a#current {
    color: #99cf0b;
    font-size: 22px;
    font-weight:bold;
    text-align:center;
    border-top:3px solid #f4790b;
	text-decoration:none;
}

.left_col {
    width:200px;
    padding-right:0px;
    height:500px;
    float:left;
	margin-top:20px;
    border-right:1px dotted #fff;
}

.content {
    margin:15px auto auto 200px;
    padding-left:20px;
    width:600px;
    clear:right;
    font:12px verdana;
}

.spacer {
    border-bottom:1px solid white;
    width:400px;
    margin:40px auto 40px auto;
}

.thumbnail {
    margin:10px 10px auto auto;
}
 
#footer {
    margin:50px auto 50px auto;
    border-top: 1px dotted; 
    border-color:#707476;
    width:500px;
    clear:both;
    color:#707476;
}

