@charset "UTF-8";
/* CSS Document */

/*------------------------------------------Main css-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, active, hover, selected {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: 'Gilda Display', serif;
	font-size:1em;
	color:#000;
	}
	@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
html, body { height: 100% }	
header, section, article, nav, footer, aside, menu, hgroup, figure, figcaption, main {
	display:block;
}

p {
	padding:10px;
}
#page {
	min-height: 100%;
	position: relative;
}
#bloc-principal {
	padding-bottom: 54px;
}	
header {
	
	height: 63px;
	min-width:960px;
	background: url(Images/fondmenu_bi.png) no-repeat center 0px;	
}
h1 {
	font-size: 3em;
	color: rgb(186,23,20);
	clear: both;
	text-transform: uppercase;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-left:20px;
	padding-bottom:40px;
	text-shadow:#ccc 1px 1px 1px;
}
.bigger {
	font-size:1.3em;
}
sub {
	vertical-align: 50%;
	font-size:0.6em;
}
.mainmarge {
	width:960px;
	 margin-left:auto;
	 margin-right:auto;
}
	
/*------------------------------------------------MENU-----------------------------------------------------------*/
.menu {
	padding-bottom:40px;
	
	
}
#roundmenu {
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	padding-left:20px;
}
#longmenu {
	/*padding-right:130px;*/	
}

	
ul.MenuBarHorizontal{
	
	list-style-type: none;
	cursor: default;
	display: block;
	z-index: 2003;
	clear: left;
	position: relative;
	
	margin-left: auto;
	margin-right:auto;
	width:960px;
	background: url(Images/fondmenu_r.png);
	height:55px;
	margin-top: 15px;
	
	
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{z-index: 1000;}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	padding-left: 7px;
	padding-right: 5px;
	
	
	
}	

ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 14px;
	padding-left: 13px;
	padding-right: 13px;
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
	line-height:1.2em;
	font-size:0.9em;
	
	
}
ul.MenuBarHorizontal .centrer a{
	padding-bottom:17px;
	padding-top:23px;
}

/*BROWSER HACKS: the hacks below should not be changed unless you are an expert*/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection{/* Menu items that have mouse over or focus have a blue background and white text */
.MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus, .MenuBarHorizontal a:active {
	max-width: 100%;
	color: #000;
	text-shadow:#444 0px 0px 1px;
	-webkit-transition: color 0.&s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-ms-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
	
	
		
		
}
.ie678 .MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus, .MenuBarHorizontal a:active {	
}
ul.MenuBarHorizontal li.MenuBarItemIE{
	display: inline;
	f\loat: left;
	background: #FFF;
}}
ul.MenuBarHorizontal #actif a {
	color: #000;
	text-shadow:#444 0px 0px 1px;
	
	
	
	
}
/* MENU --------------------------------FIN--------------------------------------------MENU*/



/*------------------------copyrights------------------------------------------------------*/

footer {
	height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width:960px;
	text-align: center;
	background: #333;
	box-shadow: 0px 0px 7px 3px #999;	
}
footer ul{
	display:inline;
}
footer li {
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	font-size: 0.8em;
	color: #ccc;
	vertical-align: middle;	
	padding-left:2%;
	padding-right:2%;	
}

footer a {
	cursor: pointer;
	color: #3dbdfb;
	text-decoration: none;	
}
img.zoomeffect {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	height:43px;
	padding-top:7px;
}
img.zoomeffect:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
}

/*-------------------------------------------------------------------------------*/
/* Main css-------------------------------FIN----------------------------------------- END*/



#illustration {
	width:400px;
	float:left;
	padding-left:10px;
}
.s1{
	width: 510px;
	float: left;
	padding-left: 40px;
	text-align: justify;	
	line-height:1.4em;
	
	
}
.s2{
	width:100%;
	text-align: justify;	
	line-height:1.4em;

}
h2 {
	color: #888;
	font-style: italic;	
	font-size:2.4em;
	padding-bottom:30px;
	padding-top:10px;
	text-shadow:#ccc 1px 1px 1px;
	
	
}
h3{
	clear:both;
	color: rgb(186,23,20);
	font-size:2em;
	text-transform:uppercase;
	text-align:right;
	font-style:italic;
	padding-top:40px;
	line-height:1.4em;
	padding-bottom:30px;
	
}
.conseilsdebut {
	color: #888;
	font-style: italic;	
	padding-bottom:20px;

	
}
.conseilsfin {
	color: #888;
	font-style: italic;	
	padding-top:40px;
	width:750px;
	line-height:1.8em;
	font-size:1.1em;
	
}
.etapesrouge {
	color: rgb(186,23,20);
	text-transform:uppercase;
	text-shadow:#ccc 0px 0px 0px;
	
	
}

#bandegrise {
	background-color:#f4f4f4;
	height:60px;
	width:30px;
	margin:12px 10px 0px 10px;
	float:left; 
}
.fondfooter {
	background:url(Images/img06.jpg)no-repeat center top 0px;
	height:758px;
	min-width:960px;
}