@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {

}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	margin-left: 0;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.8333%;
	padding-left: 1.5833%;
	padding-right: 1.5833%;
	clear: none;
	float: none;
}
.Logo {


width: 31.0344%;


}
.Page {
	width: 31.0344%;
	margin-left: 3.4482%;
	clear: none;
	font-weight: bold;
}
.Call {
	margin-left: 0;
	position: static;
	display: block;
	width: 65.5172%;
	text-align: right;
	float: right;
}
#MainNav {
}
#H1 {
	margin-left: 3.4482%;
	clear: none;
	width: 13.7931%;
	color: #666666;
	text-align: center;
	font-size: x-large;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 4%;
}
#subnav {
}
#subnav a {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-family: "Square721 Ex BT";
	font-size: small;
	background-color: #CCCCCC;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
}
#subnav a:hover, #subnav a:active, #subnav a:focus, #subnav a.thispage {
	background-color: #c8e651;
}
#Mainnav {
}
#MainNav a {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-family: "Square721 Ex BT";
	font-size: small;
	background-color: #CCCCCC;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
}
#MainNav a:hover, #MainNav a:active, #MainNav a:focus, #MainNav a.thispage {
	background-color: #c8e651;
}
#Content {
	margin-left: 0;
	clear: both;




}
.Para {
	clear: none;
	width: 100%;
	margin-left: 5%;
}
#footer2 {
margin-left: 0;
clear: both;
}
#Devis {
	clear: both;
	margin-left: 0;
	text-align: center;
}
#CarteParis {
	display: block;
	float: left;
}
#CarteParisAdress {
	display: block;
	width: 48.2758%;
	float: right;
	clear: none;
	margin-left: 3.4482%;

}
#div1 {
	width: 48.2758%;
	float: right;
	margin-left: 0;

}
.villes {
	visibility: hidden;

	margin-left: 0;

	clear: both;

	width: 100%;

}
.title {
	text-align: center;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 3px;
	clear: both;
}
.accueilcontent {
	clear: both;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;



}
.footer2 {
}
.space {
	margin-left: 0;
	clear: both;
	width: 3px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 93.4166%;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	clear: none;
	float: none;
	margin-left: auto;
}
.Logo {
	width: 23.7288%;
	min-width: 20%;
}
.Page {
width: 100%;
clear: both;
margin-left: 0;
}
.Call {
	margin-left: 1.6949%;
	position: static;
	width: 39%;
	text-align: right;
	float: right;
}
.MainNav {
}
#H1 {
clear: none;
margin-left: 1.6949%;
width: 32.2033%;
}
#Content {
	clear: both;
	margin-left: 0;
	text-decoration: none;
}
.Para {
	margin-left: 1.6949%;
	width: 100%;
	clear: none;
}
#footer2 {
clear: both;
margin-left: 0;
}
#Devis {
clear: both;
margin-left: 0;
}
#CarteParis {
	float: left;
	display: block;

}
#CarteParisAdress {
	float: right;


	margin-left: 1.6949%;


	clear: none;


	width: 49.1525%;


}
#div1 {
	margin-left: 1.6949%;
	width: 49.1525%;
	float: right;

}
.villes {
clear: both;
margin-left: 0;
width: 100%;
}
.title {
	text-align: center;
	margin-left: 0;
}
.accueilcontent {



}
.footer2 {
}
.space {
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.Logo {

width: 23.7288%;

}
.Page {
width: 100%;
clear: both;
margin-left: 0;
}
.Call {
	position: static;
	width: 35%;
	text-align: right;
}
.MainNav {
}
#H1 {
	clear: none;
	margin-left: 10.1694%;
	width: 23.7288%;
	color: #666666;
	text-align: center;
}
#Content {
clear: both;
margin-left: 0;
}
.Para {
clear: none;
margin-left: 1.6949%;
width: 100%;
}
#footer2 {
clear: both;
margin-left: 0;
}
#Devis {
margin-left: 0;
clear: both;
}
#CarteParis {
	float: left;
	display: block;

}
#CarteParisAdress {
	width: 50%;
	margin-left: 0;
	float: right;
	clear: both;
}
#div1 {
	width: 50%;
	margin-left: 1.6949%;
	float: right;
	clear: both;
}
.villes {
clear: both;
margin-left: 0;
width: 100%;
}
.title {
clear: both;
margin-left: 0;
}
.accueilcontent {
clear: both;
margin-left: 0;
}
.footer2 {
}
.space {
clear: both;
margin-left: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.gridContainer.clearfix .fluid.Call.zeroMargin_desktop img {
}
.gridContainer.clearfix #Content #div1 .col_gauche_bold a, a:hover, a:visited {

}
.texte_1, a:hover, a:visited {
	color: #C8e651;
	text-decoration: none;
}
