*
{
	font-family: arial;
	word-wrap: break-word;
}

html{
	min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}

body
{
	background-color: #d9f8e8;
	/*background-color: #9ec7b2;*/
	/*vert clair*/
	color: #fff;
	height:100%;
}

header
{
	/*border: 1px solid black;*/
	width: 100%;
	min-width: 500px;
	height: 80px;
	position: relative;
	z-index: 15;

}
header div#logo{
	/*width: 20%;*/
    min-width: 205px;
	/*background-color: #389271;*/
	height: inherit;
	display: inline-block;
	vertical-align: top;
	float: left;
}
header div#title{
	width: 100%;
	/*min-width: 400px;*/
	text-align: center;
	height: inherit;
	/*display: inline-block;*/
	vertical-align: top;
	float: left;
	/*padding: 0 10px;*/
	position: absolute;
	z-index: -1;
}

header div#title h1{
	margin-top: 0;
	padding: 20px 5px 5px 5px;
	color: black;
	background: #e976ea;/*rose*/
	display: inline-block;


	-moz-box-shadow: 0px 1px 5px 0px #656565;
	-webkit-box-shadow: 0px 1px 5px 0px #656565;
	-o-box-shadow: 0px 1px 5px 0px #656565;
	box-shadow: 0px 1px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);

}

header div.sidemenu{
	/*border: 1px solid black;*/
	float: left;
	width: 180px;
	/*min-width: 180px;*/

	margin-top: 60px;
	z-index: 15;
}

a{
	text-decoration: underline;
	color: xhite;
}
a:link {
	color: white;
	/*text-decoration: none;*/
}
a:visited {
	color: white;
}
a:hover {
	color: black;
	/*font-weight: bold;*/
}
a:active {
	color: gray;

}


table tr{
	padding: 3px;
}

div#wrapper{
	position: relative;
	/*width: 80%;*/
	margin-left: 205px;
	margin-right: 390px;
	z-index: 1;
	margin-bottom: 30px;
}

div.sidebar div
{
	padding: 5px;

	display:inline-block;
	position: relative;
}

div.sidebar{
	float: left;
	margin:auto;
	width: 205px;
	/*min-width: 205px;*/
	height: 100%;
	/*min-height: 10px;*/
	position:absolute;
	/*padding-top: 100px;*/
    top:0;
    bottom:0;
    z-index: 10;
    background-color: #389271;/*vert foncé*/

   	-moz-box-shadow: 0px -5px 5px 0px #656565;
	-webkit-box-shadow: 0px -5px 5px 0px #656565;
	-o-box-shadow: 0px -5px 5px 0px #656565;
	box-shadow: 0px -5px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=5);

}

div.sidebar #box{
	/*position: absolute;*/
    top: 40px;
    left: 15px;
}

div.right{

	margin:auto;
	/*width: 20%;*/
	/* width: 390px; */
	height: 100%;
	position:fixed;
    right: 0;
    bottom:0;
    z-index: 0;
    margin-bottom: 30px;

}
div.right img{
	height: 100%;
	/* -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
	/* -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,1) 80%, rgba(0,0,0,0));
	mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,1) 80%, rgba(0,0,0,0)); */
}


div.main{
	position: relative;
	margin-left: 185px;
}



ul#menu{
	list-style-type: none;
	padding-left: 20px;
	color: #894040;
	font-weight: bold;
}
ul#menu li{
	padding: 5px 0;
}
ul#menu li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #000;
}
ul#menu a{
	color: #894040;
}
ul#menu a:hover{
	color: black;
}
ul#menu a.Selected {
	color: #e976ea;
	text-decoration: none;
}

h2.title{
	color: black;
	text-align: center;
}

div.content{
	/*border: 1px solid black;*/
	/*display:inline-block;*/
	color: #894040;
	/*width: 57%;*/
	padding: 2% 0% 2% 0%;
}
div.content a{
	color: #894040;
}
div.content a:hover{
	color: black;
}

p{
	text-align: justify;
	margin-bottom: 20px;
}

div#Accueil{

}
div#QuiQuoi{

}
div#Comment{

}
div#Cadre{

}
div#Contact{

	/*margin-left: -100px;*/
}

div.gmap-div{
	/* overflow:hidden;
	height:250px;
	width:250px; */
	margin-top:20px;
	display:inline-block;
}

td.col-123{
	text-align: center;
}
td.col-1{
	min-width: 250px;
	text-align: center;
}
td.col-2{
	min-width:1px;
}
td.col-3{
	min-width: 250px;
	text-align: center;
}

p.question{
	font-weight: bold;
}

p.reponse{
	margin-left: 10px;
}

p.center{
	text-align: center;
}

ul.reponse{
	list-style-type: none;
}
ul.reponse li{
	padding-bottom: 10px;
}
ul.reponse li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #000;
}

div#gmap_canvas1, div#gmap_canvas2{
	color:black;
	height:250px;
	width:250px;
}

/*
footer{
	display: block;
	position: relative;
	bottom: 0px;
	text-align: center;
	width: 100%;
	left: 0;
}
*/

footer{
	position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background: #e976ea;/*rose*/
   text-align: center;
   z-index: 12;

   -moz-box-shadow: 0px -5px 5px 0px #656565;
	-webkit-box-shadow: 0px -5px 5px 0px #656565;
	-o-box-shadow: 0px -5px 5px 0px #656565;
	box-shadow: 0px -5px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=5);

}
