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

body{
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}


.Float {
	float:left;
}

.Clear {
	clear:left;
	margin:0;
	padding:0;
	height:0px;
	width:0px;
}

@font-face {
    font-family: 'AachenStdBold';
    src: url('../font/aachenstd-bold-webfont.eot');
    src: url('../font/aachenstd-bold-webfont.eot?iefix') format('eot'),
         url('../font/aachenstd-bold-webfont.woff') format('woff'),
         url('../font/aachenstd-bold-webfont.ttf') format('truetype'),
         url('../font/aachenstd-bold-webfont.svg#webfontIHm0bCqU') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	margin-top:12px;
	margin-bottom:12px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;


}

.Awards{
	position:absolute;
	right:0px;
	top:12px;
}


/************************************** Black border **********************************************************/
#BlackTop{
	margin:0px;
	height:20px;
	background-color:#000000;
	background-image:url(img/bgfooter.jpg);

}



#Black{
	margin:0px;
	height:15px;
	background-color:#000000;
	width:100%;
	position:fixed;
	top:0px;
	z-index:200;

}

/************************************** Menu **********************************************************/
#ContenerMenu{
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url(img/bgfooter.jpg);
	background-repeat:repeat;
	display:none;
	position:relative;

}
#ContenerMenu #Menu{
	width:907px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:25px;
}

#ContenerMenu #Menu .ContenerColonneMenu {
	width:600px;
	float:left;
}

#ContenerMenu #Menu .ContenerColonneMenu .ColonneMenu {
	height:400px;
	-moz-column-count: 3;
	-moz-column-gap: 25px;
	-webkit-column-count: 3;
	-webkit-column-gap: 25px;
	color:#FFFFFF;
	margin-bottom:25px;
}
#ContenerMenu #Menu .ContenerColonneMenu .ColonneMenu .Titre{
	font-family:AachenStdBold, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color:#FFFFFF;
	font-size:18px;
}
#ContenerMenu #Menu .ContenerColonneMenu .ColonneMenu .TypoMenu a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	color:#8d8d8d;
}
#ContenerMenu #Menu .ContenerColonneMenu .ColonneMenu .Separateur{
	height:10px;
}
#ContenerMenu #Menu .ColonneImage {
	height:400px;
	width:289px;
	float:left;
}
#ContenerMenu #Menu .ColonneImage .ImageMenu {
	margin-top:30px;
	margin-bottom:10px;
}

.BtMenuClose{
	margin-left:166px;
	margin-bottom:40px;
	width:80px;
	height:28px;
	background-color:#000000;
	font-family: AachenStdBold, Georgia, "Times New Roman", Times, serif;
	/************************* bord rond W3C ******************/
	border-top-left-radius :0px;
	border-top-right-radius :0px;
	border-bottom-right-radius :6px;
	border-bottom-left-radius :6px;
	/************************ bord rond firefox **************/
	-moz-border-radius-topleft :0px;
	-moz-border-radius-topright :0px;
	-moz-border-radius-bottomleft :6px;
	-moz-border-radius-bottomright :6px;
	
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;
	font-size:16px;
	cursor:pointer;
	position:absolute;
	top:445px;
	left:727px;
	z-index:200;

}

/************************************** Header **********************************************************/
#Header {
	margin-right:auto;
	margin-left:auto;
	margin-bottom:22px;
	width:976px;
	background-color:#FFFFFF;
	font-family: AachenStdBold, Georgia, "Times New Roman", Times, serif;
	overflow:hidden;

}

#Header .Logo{
	margin-left:51px;
	margin-top:32px;
	float:left;

}

#Header .MenuAndClaim{
	margin-left:272px;
	margin-top:70px;
	float:left;


}

#Header .MenuAndClaim .BtMenu{
	margin-left:166px;
	margin-bottom:40px;
	width:80px;
	height:28px;
	background-color:#000000;
	
	/************************* bord rond W3C ******************/
	border-top-left-radius :0px;
	border-top-right-radius :0px;
	border-bottom-right-radius :6px;
	border-bottom-left-radius :6px;
	/************************ bord rond firefox **************/
	-moz-border-radius-topleft :0px;
	-moz-border-radius-topright :0px;
	-moz-border-radius-bottomleft :6px;
	-moz-border-radius-bottomright :6px;
	
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;
	font-size:16px;
	cursor:pointer;
	position:fixed;
	top:15px;
	z-index:200;

}

#Header .MenuAndClaim .Claim{
	font-size:24px;
}

/************************************** Split **********************************************************/

#Split {
	background-image:url(img/bg-texture.gif);
	background-repeat:repeat;
	margin-bottom:34px;
}

#Split .ContenerSplit {
	width:976px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}

#Split .ContenerSplit .Macaron {
	position:absolute;
	right:61px;
	top:-50px;

}

#Split .ContenerSplit .ImgSplit{
	margin-left:34px;

}



/************************************** Main Content **********************************************************/

#Maincontent {
	width:976px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#Maincontent .Colonne{
	width:280px;
	margin-left:34px;
	float:left;


}

#Maincontent .Colonne .PictureBox{
	width:280px;
	border-bottom-style:dotted;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	margin-bottom:40px;
	
}

#Maincontent .Colonne .PictureBox .Sharing{
	margin-bottom:18px;
	

}



#Maincontent .Colonne .PictureBox .Sharing .Twitter{
	float:left;
	margin-right:15px;
	margin-left:0px;
	padding:0px;

}
#Maincontent .Colonne .PictureBox .Sharing .Facebook{
	float:left;
	margin-right:15px;
	margin-left:0px;
	padding:0px;
	width:77px;

}
#Maincontent .Colonne .PictureBox .Sharing .Google{
	float:left;
	padding:0px;
	margin:0px;
}



/************************************** Footer **********************************************************/

#Footer {
	height:493px;
	background-color:#000000;
	background-image:url(img/bgfooter.jpg);
	background-repeat:repeat;
	margin:0px;
	overflow:hidden;
}
#Footer .Dent{
	height:6px;
	background-image:url(img/dentfooter.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

#Footer .ContenerFooter {
	width:938px;
	margin-left:auto;
	margin-right:auto;
	margin-top:27px;
	position:relative;
}
#Footer .ContenerFooter .Sent{
	position:absolute;
	top:300px;
	left:80px;
	display:none;

}

#Footer .ContenerFooter .ContactField {
	width:469px;
	float:left;
}

#Footer .ContenerFooter .ContactField .ContactTypo{
	font-family: AachenStdBold, Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	margin-bottom:6px;
	color:#FFFFFF;
	letter-spacing: 1px;
}

#Footer .ContenerFooter .ContactField .FormulaireTitre{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	border-style:solid;
	border-color:#ececec;
	border-width:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#4B4949;
	width:356px;
	height:30px;
	font-size:25px;
	font:Georgia, "Times New Roman", Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a8a8a8;
	font-style:normal;
	font-weight:lighter;
	text-decoration:none;
	letter-spacing: 1px;
	margin-bottom:3px;
	padding-top:8px;
	padding-left:8px;
	-webkit-appearance: none;
}

#Footer .ContenerFooter .ContactField .FormulaireTitre:focus{
	outline:none;
	color:#000000;
	border-color:#000000;
}

#Footer .ContenerFooter .ContactField .FormulaireTitre:active{
	color:#000000;
	
}

#Footer .ContenerFooter .ContactField .FormulaireTitre:hover{
	color:#000000;
}


#Footer .ContenerFooter .ContactField .FormulaireTexte{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	border-style:solid;
	border-color:#ececec;
	border-width:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#4B4949;
	width:356px;
	height:174px;
	font-size:25px;
	font:Georgia, "Times New Roman", Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a8a8a8;
	font-style:normal;
	font-weight:lighter;
	text-decoration:none;
	letter-spacing: 1px;
	margin-bottom:3px;
	padding-top:8px;
	padding-left:8px;
	resize: none;
	-webkit-appearance: none;
}

#Footer .ContenerFooter .ContactField .FormulaireTexte:focus{
	outline:none;
	color:#000000;
	border-color:#000000;
}

#Footer .ContenerFooter .ContactField .FormulaireTexte:active{
	color:#000000;
}

#Footer .ContenerFooter .ContactField .FormulaireTexte:hover{
	color:#000000;
}


#Footer .ContenerFooter .ContactField .BoutonSend{
	background-color:#FFFFFF;
	width:80px;
	height:30px;
	padding-top:10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:16px;
	text-align:center;
	margin-top:5px;
	font-style:normal;
	font-weight:lighter;
	outline:none;
	cursor:pointer;
	border-width:0px;
	text-decoration:none;
	-webkit-appearance: none;
}

#Footer .ContenerFooter .ContactField .BoutonSend:hover{
	cursor:pointer;
	background-color:#000000;
	color:#FFFFFF;
}



#Footer .ContenerFooter .ContenerLink{
	padding-top:83px;
	margin-left:98px;
	float:left;
}

#Footer .ContenerFooter .ContenerLink .Link{
	width:368px;
	margin-bottom:24px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}

#Footer .ContenerFooter .ContenerLink .Link a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-style:normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:25px;
	font-weight:lighter;
	text-decoration:none;

}

#Footer .ContenerFooter .ContenerLink .Twitter{
	margin-top:50px;


}



#Footer .ContenerFooter .ContactField .FormulaireErreur{
	height:10px;
	width:80px;
	color:#FF0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	margin-bottom:7px;
	margin-left:3px;
	
}

#FooterPartners {
	margin:0px;
	height:400px;
	background-image:url(img/bgfooterwhite.jpg);
}

#FooterPartners .DentBlanche{
	margin:0px;
	background-image:url(img/dentblanche.gif);
	background-repeat:repeat-x;
	height:7px;
}

#FooterPartners .Point{
	margin-top:7px;
	background-image:url(img/point.png);
	background-repeat:repeat-x;
	height:5px;
}

#FooterPartners .ContenerFooterPartners {
	width:938px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-family: AachenStdBold, Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	color:#FFFFFF;
	letter-spacing: 0px;
	text-shadow: 1px 1px 0px #aaaaaa;
}

#FooterPartners .ContenerFooterPartners .LogoPartners{
	width:159px;
	height:54px;
	margin-top:20px;
	float:left;
}

#FooterPartners .ContenerFooterPartners .MargeLogoPartners{
	width:35px;
	height:54px;
	margin-top:20px;
	float:left;
}

