@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;
	width: 100%;
	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-bottom:40px;
	padding-left:20px;
	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*/

.mainmarge img{
	float:left;
}

.secondmarge {
	width: 580px;
	padding-left:30px;
	float:left;
}

.secondmarge p{
	padding-left:0px;
	text-align:justify;
	line-height:1.4em;
}
h2 {
	font-size:1.9em;
	text-transform:uppercase;
	color:#777;
	text-shadow:#ccc 1px 1px 1px;
	padding-bottom:20px;
	
}
h3 {
	
	color:#fff;
	text-align:center;
	font-size:0.9em;
	margin-top:20px;
	line-height:1.5em;	
}
	
.champso {
	font-style:italic;
	color:#999;
	font-size:1.3em;
}
.telrouge{
	color: rgb(186,23,20);
	font-size:1.2em;
	padding-left:8px;
}


.fondfooter {
	background:url(images/fondbi_rw_2.png) repeat center 0px;
	height:600px;
	min-width:960px;
}

/* Mise en forme Formulaire */

#nom {
	margin-bottom: 25px;
	height: 30px;
	width: 210px;
	margin-top: 30px;
}
#email {
	margin-bottom: 25px;
	height: 30px;
	width: 210px;
}
#tel {
	margin-bottom: 25px;
	height: 30px;
	width: 210px;
}

#adresse {

}

#message {
	text-align: left;
	width: 250px;
	height: 138px;
	margin-top:30px;
}
.colonneg {
	float: left;
	width: 230px;
}
.colonned {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-bottom: 40px;
}
label{
	float: left;
	margin-top: 10px;
	clear: right;
}
input[type=text]{
	border: thin solid rgb(186,23,20);
	font-family: 'Gilda Display', serif;
	padding-left: 20px;
	padding-right:20px;
	pading-top:2px;
	font-size: 1em;
	color: #000000;
	-webkit-border-radius: 20px;
	-moz-border-left: 20px;
	border-radius: 20px;
	font-size:0.9em;
	/* [disabled]border: thin solid #99ccff; */
}
input.placeholder {
	border: thin solid rgb(186,23,20);
	font-family: 'Gilda Display', serif;
	padding-left: 20px;
	font-size: 1em;
	color: #000000;
	/* [disabled]border: thin solid #99ccff; */
}
.placeholding {
	border: thin solid rgb(186,23,20);
	font-family: 'Gilda Display', serif;
	padding-left: 20px;
	font-size: 1em;
	color: #000000;
}
.alerte {
	color: #F00;
	text-align: center;

}
textarea{
	border: thin solid rgb(186,23,20);
	float: left;
	clear: right;
	font-family: 'Gilda Display', serif;
	width: 300px;
	font-size: 0.9em;
	color: #000000;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 10px;
	-webkit-border-radius: 15px;
	-moz-border-left: 15px;
	border-radius: 15px;
	
}
input:focus, textarea:focus {
	background-color: rgb(186,23,20);
	color:#fff;
	box-shadow: 0px 0px 5px 5px #FFF;
	border: thin solid #fff;
	outline-style:none;
 }	

input[type=submit]{
	background: #fff;
	color: rgb(186,23,20);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom:20px;
	border: thin solid rgb(186,23,20);
	font-size: 0.9em;
	cursor: pointer;
	margin-top: 20px;
	-webkit-border-radius: 20px;
	-moz-border-left: 20px;
	border-radius: 20px;
}
input[type=submit]:hover{
	background: rgb(186,23,20);
	color: #fff;
	border: thin solid rgb(186,23,20);
}


input[type=submit]:focus {
 border: thin solid #fff;
}

/*-----------------------------*/