*{
	margin: 0;
	padding: 0;
	outline: 0;
}

a:active{
	outline: 0;
}

hmtl, body{
	font-size: 15px;
	background: #4d4d4d;
	font-family: 'Comic Sans MS', serif;
}

#content{
	margin: auto;
	width: 1010px;
	background: #fff8dc;
	/*border: none;
	border: 5px solid red gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	border-top: none;*/
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7),
            -1px 2px 20px rgba(255, 255, 255, 0.6) inset; 
}	

#size_header{
	opacity: 0;
	z-index: -1;
	height: 150px;
}

#header{
	background: #231f20;
	position: fixed;
	top: 0;
	z-index: 30;
	margin: auto;
	width: 1010px; /* référence à la largeur de la page. ATTENTION est lié avec le padding en dessous */
	/*padding: 10px 0 10px 10px;*/
}

#header > #firstHeader{
	padding: 10px 0 10px 10px;
	background-color: #353535;
	width: 1000px;
	height: 80px;

}

#header > #firstHeader > a{
	text-decoration: none;
	float: left;
	
}

#header > #firstHeader > a > img{ /*logo*/
	display: inline-block;
	width: 100px;
}

#header > #firstHeader  > ul{ /*barre de liens*/
	margin-left: 25px;
	display: inline-block;
	text-align: right;
	list-style-type: none;
	float: left;
	margin-top: 10px;
	font-weight: bold;
	font-family: 'Arial', serif;
}

#header > #firstHeader  > ul > li{
	display: inline-block;
	margin-right: 15px;
}

#header > #firstHeader  > ul > li> a{
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	font-size: 1.1em;
}

#header > #firstHeader  > ul > li> a:hover, #header .link_act{
	color: #9e302e;
}

#header #carte:hover ul{
	display: block;
}

#carte > ul{
	list-style-type: none; 
	display: none;
	background: #353535;
	position: absolute;
	text-align: left;
	padding: 5px 8px 5px 18px;
	width: 150px;
	margin-left: -10px;
	box-shadow: 5px 5px 5px black;	
}

#carte > ul > li{
	margin: 4px 0 4px 0;

}

#carte > ul > li:before {
	color: white;
    content: "- "; 
}


#carte > ul > li > a{
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}

#carte > ul > li > a:hover{
	color: #9e302e;
}

#diapo_header{
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
}

#diapo_header > img{
	display: inline-block;
	float: left;
	width: 176px;
	height: 140px;
	overflow: hidden;
}

#title_page{
	font-size: 1.2em;
	color: white;
	padding: 10px 0 10px 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #231f20;
	/*margin-top: 68px;*/
}

#title_page > #horraireouverture{
	font-size: 0.8em;
}

#title_page > #telephone{ /*telephone*/
	font-size: 1.1em;
}

#page{
	background: #fff8dc;
	margin: auto;
	width: 95%;
	padding-top: 15px;
}

#page > div:last-child{ /* Gauche */
	width: 62%;
	border-right: 1px dotted #808080;
	/*min-height: 750px;*/
	padding-right: 5px;
}

#page > div:first-child{ /* Droite */
	width: 36%;
	float: right;
}

#col_right > h3{
	color: white;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;

	display: block;
	background: #353535;
	color: white;
	font-size: 1.4em;
	box-shadow: 5px 5px 5px black;
}

#col_right > h3:not(:first-child){
	margin-top: 10px;
}

#col_right > div > img{
	display: block;
	margin: auto;
	margin-bottom: 15px;
	width: 300px;
	height: 300px;
}

#col_right > div > div{
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-align: center;
	box-shadow: 1px 5px 5px black;
}

#footer{
	background: #353535;
	color: white;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer > #marque{
	font-style: italic;
	text-transform: none;
}

#footer #pgaco{
	display: inline-block;
	font-size: 0.8em;
}

#marque:hover #pgaco{
	display: inline-block;
}

#pgaco:hover{
	cursor: pointer;
}

/* class générales */

.link{
	text-decoration: none;
	color: #e84237;
	font-weight: bold;
}

.link:hover{
	text-decoration: underline;
}

.title_page{
	background: #353535;
	color: white;
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
	box-shadow: 5px 5px 5px black;	

}

.pga_title{
	background: #231f20;
	color: white;
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
	box-shadow: 5px 5px 5px black;
}

.second_title{
	margin-top: 15px;
	font-size: 1.4em;
	text-decoration: underline;
	margin-bottom: 10px;
}

