/*
Ma css

Mes couleurs
------------
Gris : #454545
Gris claire : #6C7479 
Vert : #2A8773
Orange : #EC7846

*/

body {
	font-family: 'Gabriela', serif;
	background: #fff url("img/bg4.jpg") top center fixed;
}

h1 {
	text-align: center;
	font-size: 3em;
	font-variant: small-caps;
	text-shadow: 
    1px 1px 0px #6C7479, 
    1px 2px 0px #6C7479,  
    2px 3px 0px #6C7479,  
    3px 4px 0px #6C7479, 
    3px 5px 10px black;
    border-bottom: 2px solid #EC7846;
    font-weight:400;
}

h2 {
	background-color: #ccc;
	padding: 0.8em;
	color: #EC7846;
	border-radius: 20px;
}

a {
	color: #2A8773;
	text-decoration: none;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	background: rgba(240,240,240,0.6);
}

a:hover {
	color: #EC7846;
	background-color: #454545;
}

a:focus {
	color: #EC7846;
	background-color: #454545;
}

a[hreflang]::after {
content:"\0000a0(" attr(hreflang)")";
}

acronym {
	cursor: help;
}

blockquote {
	background-color: #454545;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 0.5em;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#Menu1 ul li {
	
}

#Menu1 ul li a {
	display: block;
	border-right: 2px solid #454545;
	padding-left: 0.3em;
	border-radius: 5px;
	margin-bottom: 0.1em;
	border-bottom: none; 
}

#Menu1 ul li a:hover {
	border-right: 15px solid #EC7846;
}

#Menu1 ul li a:active {
	border-right: 15px solid #EC7846;
}

#Menu1 ul li a:focus {
	border-right: 15px solid #EC7846;
}

#Menu1 {
	float: left;
	font-size: 1.5em;
	width: 15%;
	color: #EC7846;
	padding-right: 5px;
	border-radius: 15px;
	background: rgba(255,255,255,0.3);
}

#droite {
	float: right;
	width: 80%;
	padding-left: 1em;
	border-left: 2px solid #EC7846;
	border-radius: 35px;
	background: rgba(255,255,255,0.4);
}

#gauche {
	clear: both;
}

#imgmoi {
	border-radius: 100px;
}

#Menu2 p {
	background: rgba(255,255,255,0.5) ;
	padding: 0.5em;
	border-radius: 10px;
}	

.impression {
	display: none;
	clear: both;
}

.right {
	float: right;
	}
	
.left {
	float: left;
	}
	
.qui {
	font-weight: bold;
	color: #FFFFFF;
	}
	
.quoi {
	font-style: italic;
	}

.css {
	font-size: 0.6em;
	margin-left: 5px;
}

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; } 

@media only screen and (max-width: 1023px) {
	body {
		background: #fff;
	}
	#Menu1 {
		width: 100%;
	}
	#droite {
		width: 100%;
		background: #fff;
		border-radius: 0%;
		border-left: none;
	}
	.css {
		display: none;
	}
}

@media only print  {
	body {
		background: #fff;
	}
	acronym[title]::after {
		content:"\0000a0("attr(title)")";
	}
	a[href]::after {
		content:"\0000a0(" attr(href)")";
	}
	#Menu1 {
		display: none;
	}
	#droite {
		width: 100%;
		background: #fff;
		border-radius: 0%;
		border-left: none;
	}
	.impression {
	display: inline-block;
	width: 100%;
	}
	#gauche #Menu2 .left {
		display: none;
	}
}