/*@charset "UTF-8";*/
/* CSS Document */
 
body {
    margin: 0;
    padding: 0;
    font-family:'Calibri' ;
    background: url(../vgt_texture.jpg) no-repeat center fixed; */
-webkit-background-size: cover;   /* pour anciens Chrome et Safari */
background-size: cover;           /* version standardisée */
    }
	
DIV#bandeau {
    left:10px;top:0px;
    /*background-color: #7A92B4 ;*/
    width: 100%;
    height: 145px;
    padding-left:0px;
    padding-top:0px;
    }
	
#conteneur-menu2 {
    background:#313131 url(../img/fond-menu.png)  repeat-y;
    text-transform: uppercase;
    height:auto;
    width: 14%;
    padding-top: 20px;
    margin: 10px auto 0px auto;
    float: left;
    margin-left: 10px ;
	border-radius: 15px;
	border-color: 3px solid red;
    }
 
#conteneur-menu2 ul {
    padding: 0;
    margin: 0;
    margin-left: 0px;
    float: left;
    }
 
#conteneur-menu2 ul li {
    list-style: none;
    padding: 0px;
    }
 
#conteneur-menu2 ul li a {
    text-decoration: none;
    font-size: 13px;
    padding: 4px;
    display: block;
    color: white;
    background: transparent;
    width: 230px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 20px;
    }
 
#conteneur-menu2 ul li a:hover {
    background: #046380;
    padding-left: 30px;
    width: 180px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    }
	
DIV#contenu {
    /*background-color: #7A92B4;*/
    width: 83%;
    float: left;
    height: 100%;
	margin:1%;
    }
	
    #contenu a:link {
    color:green;
    text-decoration: none   
    }
	
    #contenu a:visited {
    color:#2D5620;
    color:green;
    text-decoration: none
    }
	
    #contenu a:hover {
    color: white;
    text-decoration: none
    }
	
 	
DIV#pied_page  {
    background-color: #33ff99;
    width: 100%;
    height: 50px;
    }

DIV#pied_page1
    {
    float: left;
    background-color: #7A92B4;
    width: 15%;
    height: 50px
    }

DIV#pied_page2 {
    background-color: #7A92B4;
    float: left;
    width: 85%;
    height: 50px;
    }

#navigation li {
    display: inline ;
    margin-right: 1px ;      
    color: #fff ;      
    background: #c00 ;
    }

#navigation li a {
    padding: 4px 10px ;
    background: #c00 ;
    color: #fff ; 
    border: 1px solid #600 ;
    *font: 1em "Trebuchet MS",Arial,sans-serif ; 
    line-height: 1em ;
    text-align: center ;
    text-decoration: none ; 
    }

#navigation
    li a:hover, #navigation
    li a:focus, #navigation 
    li a:active {
	 
    background: #900 ; 
    text-decoration: none ;
    CLEAR:BOTH
    }
	
div#menu_md {
    position:fixed;
    top:145px;
    left:13.4%;
    }

    menu_md a:link {
    color:white;
    border:none;
    text-decoration: none
    }

    #menu_md a:visited
    {
    color:white;
    border:none;
    text-decoration: none
    }

    #menu_md a:hover   
    {
    color: white;
    border:none;
    text-decoration: none
    }
	
div#cadretableau {
    background-color:#2E8B57;
    width: 100%;
	height:200px;
    float: left;
	margin-bottom:0px;
    border-style:solid;
    border-width:1px; 
	clear:both;
	overflow:auto 	 
    }
	
div#intertableau {
    width: 100%;
	height:60px;
    float: left;
	}
p {text-indent: 1cm;text-align: justify;font-family: sans-serif,Verdana, Geneva, Arial}
 
button
{
	color:#CCC;
	border:3px solid #F00;
	height:40px;
	background-image:linear-gradient(red 0, yellow 40px);
	background-image:linear-gradient(green, blue); /* Norme W3C */
	background-image:-moz-linear-gradient(green, red); /* Firefox */
	background-image:-webkit-gradient(linear, green, blue); /* Chrome, Safari */
	background-image:-o-linear-gradient(green, blue); /* Opera */
	background-image:-ms-linear-gradient(green, blue); /* IE */
}

