/* CSS Document */

.container 

{
	overflow: auto;
}

.gauche {
	width: 200px;
	float: left;
}

.droit {
	width: 200px;
	float: right;
}

.centre {
	overflow: hidden;
}

  /* FIN de la  Mise en page   */



 /* Menu   */

nav#menu-side{
color:#fff;
width:200px;
height:100%;
border:1px solid #842e00;
border:1px solid #842e00;
border-radius:10px;
-moz-border-radius:10px;
-moz-box-shadow: 0 0 5px #842e00;
-webkit-box-shadow: 0 0 5px# 842e00;
box-shadow: 0 0 5px #842e00;
background:#7d7e7d; /* Old browsers */
background:-moz-linear-gradient(top, #767481 0%, #0e0e0e 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #767481 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #767481 0%,#0e0e0e 100%); /* Opera11.10+ */
background:-ms-linear-gradient(top, #767481 0%,#0e0e0e 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
background:linear-gradient(top,#767481 0%,#0e0e0e 100%); /* W3C */
margin:30px 0 0 30px;   /*positionnement du menu */
padding:10px 5px;
float:left
}

nav#menu-side .titre{
text-align:center;
text-shadow: 0px 0px 10px #000, -1px -1px #000;
color:#ffd381;
font-weight:800;
margin:15px 0
}

nav#menu-side ul li{
list-style:none;
margin:5px;
width:130px
}

nav#menu-side a{
color:#fff;
font-size:20px;
text-decoration:none;
width:130px;
display:block;
margin-left:5px
}

nav#menu-side a:hover{
color:#ff9b0f;
background:#404040
}

  /* FIN du menu de navigation  */

 div#boiteadresse /* page me contacter  */
    {
	margin:auto;
    	width:470px;
       margin-top: 30px;}
       </div
   /* fin - page me contacter  */