@charset "utf-8";

body{
	color: rgba(0,0,0,1.00);
	font-family: Verdana, "Myriad Pro", "Comic Sans MS";
	text-decoration: none;
	font-size: 14px;
	margin-top: 0px;
	background-color: #fff;
}
.page {
	background-color: #fff;
	width: 100%;
	display: block;
}
.center {
	text-align: center;
}
.bigcontainer {
	display: block;
	background-color: #fff;
	width: 100%;
}
.stop {
	clear: none;
}
.container {
	display: block;
	padding-top: 10px;

}
.container2 {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.formulaire {
	display: block;
	padding-top: 7px;
}
.gris {
	background-color: #DFDFDF;
}
.imgmiddle {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.top {
	max-height: 100%;
	height: 24px;
}
.topleft {
	padding-left: 10px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.topright {
	text-align: right;
	padding-right: 10px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #920000;
	text-decoration: none;
}
a img  {  
border: none;  
}
.img2 {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.line1 {
	border-bottom: medium solid #A2A2A2;
	clear: left;
	padding-top: 25px;
}
.bloc {
	width: 280px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.imgdroite {
	padding-left: 160px;
}
.photos {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.services {
	padding-left: 50px;
	float: left;
	margin-left: 0px;
}
.carte1 {
	width: 450px;
	float: left;
	padding-left: 54px;
	padding-right: 10px;
	background-color: #E3E3E3;
	margin-top: 20px;
}
.carte2 {
	margin-left: 560px;
}
.descriptions {
	padding-left: 45px;
}
.flicker-example {
	padding-top: 15px;
}


/* Bar menu*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
	width: 100%;
	color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
	background: #808080;
	background: -webkit-linear-gradient(#660000, #920000);
	background: -moz-linear-gradient(#660000, #920000);
	background: -o-linear-gradient(#660000, #920000);
	background: -ms-linear-gradient(#660000, #920000);
	background: linear-gradient(#660000, #920000);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  background: -webkit-linear-gradient(#ff1717, #660000);
  background: -moz-linear-gradient(#ff1717, #660000);
  background: -o-linear-gradient(#ff1717, #660000);
  background: -ms-linear-gradient(#ff1717, #660000);
  background: linear-gradient(#ff1717, #660000);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ff1717;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #ff1717;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #920000;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* User Style:*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.partage {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-top: 10px;
}


@media only screen and (max-width : 479px) {
		
.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 479px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 15px;
}
.logo {
	margin-top: 10px;
    max-width: 100%;
}
.menu1 {
	padding-top: 15px;
	width: 100%;
	display: block;
}
#cssmenu > ul > li > a {
	height: 48px;
	width: 100%;
	padding-left: 0px;
	padding-top: 14px;
	text-align: center;
}
.imgdroite2 {
	padding-left: 60%;
}
.container .logo img {
	width: 100%;
    height: auto;
}

}

@media only screen and (min-width : 480px) {
		
.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 767px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 15px;
}
.logo {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.menu1 {
	padding-top: 15px;
	width: 100%;
	display: block;
}
#cssmenu > ul > li > a {
	height: 48px;
	width: 100%;
	padding-left: 0px;
	padding-top: 14px;
	text-align: center;
}
.imgdroite2 {
	padding-left: 70%;
}

}

@media only screen and (min-width : 768px) {
		
.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 15px;
}
.logo {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.menu1 {
	padding-top: 15px;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.imgdroite2 {
	padding-left: 75%;
}
#cssmenu > ul > li > a {
	float: left;
	height: 48px;
	width: 25%;
	padding-left: 0px;
	padding-top: 14px;
	text-align: center;
}

}

@media only screen and (min-width : 1024px) {
		
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 980px;
	padding-bottom: 10px;
	padding-top: 15px;
}
.logo {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
}
.menu1 {
	padding-top: 15px;
}
.imgdroite2 {
	padding-left: 80%;
}
#cssmenu > ul > li > a {
	float: left;
	height: 48px;
	width: 120px;
	padding-left: 0px;
	padding-top: 14px;
	text-align: center;
}
}
