html, body
{
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
}

body.modal-open {
    overflow: hidden;
    }

.ShowSiteClass
{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	bottom:0px;
	z-index:-5;
	background-color:#364952;
	opacity:0;
	filter: alpha(opacity=0);
	pointer-events:none;
    	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-kthtml-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.CacheSiteClass
{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	bottom:0px;
	background-color:#364952;
	z-index:99;
	opacity:0.4;
	filter:alpha(opacity=40);
        -webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-kthtml-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.boxtitle
{
	font-size:30px;
	color:#364952;
	text-align:center;
}

.boxdescription
{
	text-align:center;
	font-size:14px;
	color:#8e9192;
}

.box
{
	vertical-align:top;
	margin-bottom:15px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	-o-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;
	border:1px solid #8e9192;
	cursor:auto;
}

.box:hover
{
	box-shadow: 8px 8px 15px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
	-o-box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;
	cursor:pointer;
	cursor:hand;
	border:1px solid #ec2028;
}

.boxno
{
	border:1px solid #8e9192;
	margin-bottom:15px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	cursor:auto;
}

.boxRider
{
	margin-right:7px;
	cursor:pointer;
	cursor:hand;
	width:40px;
	height:40px;
	background-image:url('/images/noImage_mini.jpg');
	box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	-o-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-kthtml-transition: all 0.4s linear;
	transition: all 0.4s linear;
	border:1px solid #8e9192;
}

.boxRider:hover
{
	box-shadow: 8px 8px 15px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
	-o-box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
    	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-kthtml-transition: all 0.4s linear;
	transition: all 0.4s linear;
	border:1px solid #ec2028;
}


.bouton
{
	background-image:radial-gradient(#ed6c59, #d72c1a);
	background-image:-moz-radial-gradient(#ed6c59, #d72c1a);
	background-image:-webkit-radial-gradient(#ed6c59, #d72c1a);
	background-image:-o-radial-gradient(#ed6c59, #d72c1a);
	background-image:radial-gradient(#ed6c59, #d72c1a);
	cursor:pointer;
	cursor:hand;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	vertical-align:middle;
	font-family:Arial;
	font-weight: bold;
	font-size:14px;
	color:#fff;
	padding:3px 15px 4px 15px;
	display:inline-block;
}

.boutonb
{
	cursor:pointer;
	cursor:hand;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	vertical-align:middle;
	font-family:Arial;
	font-weight: bold;
	font-size:14px;
	color:#fff;
	padding:3px 15px 4px 15px;
	display:inline-block;
}

.rouge
{
	background-image:radial-gradient(#ed6c59, #d72c1a);
	background-image:-moz-radial-gradient(#ed6c59, #d72c1a);
	background-image:-webkit-radial-gradient(#ed6c59, #d72c1a);
	background-image:-o-radial-gradient(#ed6c59, #d72c1a);
}


.gris
{
	background-image:radial-gradient(#909090, #B0B0B0);
	background-image:-moz-radial-gradient(#909090, #B0B0B0);
	background-image:-webkit-radial-gradient(#909090, #B0B0B0);
	background-image:-o-radial-gradient(#909090, #B0B0B0);
}

.vert
{
	background-image:radial-gradient(#6cad59, #2cd71a);
	background-image:-moz-radial-gradient(#6cad59, #2cd71a);
	background-image:-webkit-radial-gradient(#6cad59, #2cd71a);
	background-image:-o-radial-gradient(#6cad59, #2cd71a);
}

.popupDiv
{
	position:fixed;
	top:20px;
	width:500px;
	height:550px;
	background:white;
	left:50%;
	top:50%;
	margin-left:-250px;
	visibility:hidden;
	z-index:100;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:auto;
	-moz-box-shadow: 0px 0px 12px #999;
	-webkit-box-shadow: 0px 0px 12px #999;
	box-shadow:0px 0px 12px #999;
	font-family:Arial;
	color:#364952;
}

.infoFeature
{
	background:white;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 8px 8px 12px #999;
	-webkit-box-shadow: 8px 8px 12px #999;
	box-shadow:8px 8px 12px #999;
	font-family:Arial;
	color:#364952;
	overflow:hidden;
	text-align:left;
}

.popupDiv .titre
{
	text-align:right;
	font-weight:bold;
}


#body-content
{
	width:100%;
	min-width:1400px;
	background-image:url('/images/background_body.png');
	background-repeat:repeat;
	text-align:center;
	font-family:Arial;
	color:#364952;
	min-height:100%;
}

.titrepage
{
	font-size:40px;
	color:#364952;
	width:100%;
	text-align:center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.textepage
{
	font-size:16px;
	color:#364952;
	width:100%;
	text-align:center;
}

#footer
{
	margin-bottom:-88px;
	height:88px;
	min-width:1400px;
}

#wrapper
{
	padding:80px 0 88px 0;position:absolute; top:0; bottom:0; left:0; right:0;
}

.prefooter
{
	height:8px;
	background-image:url('/images/pre_footer.jpg');
	background-repeat:repeat;
	width:100%;
	position:relative;
	bottom:0;
}

.footer{
	height:80px;
	background-color:#a73237;
	background-repeat:repeat;
	vertical-align:middle;
	font-family:Arial;
	font-size:13px;
	color:white;
	width:100%;
	text-align:center;
}

input, textarea, select
{
	color:#364952;
	border: 1px solid black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:200px;
}

input:focus, textarea:focus, select:focus
{
	border: 1px solid red;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

hr.contact
{
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height:1px;
	width: 500px;
}

.subtitle
{
	font-style:italic;
	font-size:60%;
	font-weight:normal;
}

.features
{
	font-weight:bold;
	position:absolute;
	left:385px;
	cursor:pointer;
	cursor:hand;
}

.features:hover
{
	color:red;
}

.carou2_0
{
	position:absolute;
	top:0px;
	cursor:hand;
	cursor:pointer;
}

.carou2_1
{
	position:absolute;
	top:0px;
	cursor:hand;
	cursor:pointer;
}

.panier
{
	background:white;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 8px #999;
	-webkit-box-shadow: 2px 2px 8px #999;
	box-shadow:2px 2px 8px #999;
	font-family:Arial;
	color:#364952;
	border-collapse:separate;
}

.panier input[type=text], .panier input[type=password]
{
	width:140px;
}


.panier a, .panier a:visited, .panier a:active, .panier a:link
{
	font-family:Arial;
	color:#364952;
	text-decoration:none;
}

.panier a:hover
{
	text-decoration:underline;
}

.lostpassword
{
	text-align:center;
	font-size:11px;
	color:#8e9192;
	margin-top:12px;
}

.lostpassword:hover
{
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

.switchunit
{
	text-align:center;
	font-size:11px;
	color:#8e9192;
	margin-top:12px;
	text-decoration:none;
}


a.aClass, a.aClass:visited, a.aClass:link, a.aClass:active
{
	font-family:Arial;
	color:#364952;
	text-decoration:none;
}

a.aClass:hover
{
	text-decoration:underline;
}

.background
{
	position:relative;
	top:0px;
	width:100%;
	background-image: url('/images/interface/background_left.png'), url('/images/interface/background_right.png');
	background-position: left top, right top;
	background-repeat:no-repeat;
}

span.stars, span.stars span {
	display: inline-block;
	background: url(/images/stars.png) 0 -11px repeat-x;
	width: 55px;
	height: 11px;
}

span.stars span {
	background-position: 0 0;
}

.searchPseudo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#364952;
	font-weight:bold;
	text-decoration:none;
}

.ui-widget
{
	background:#fff;
	width:350px;
	color:red;
}

.lineDiv
{
	transition: all 0.7s;
}
.lineDiv:hover
{
	-moz-box-shadow: 1px 1px 7px #aaa; 
  	-webkit-box-shadow: 1px 1px 7px #aaa; 
	box-shadow: 1px 1px 7px #555;
	transition: all 0.7s;
}

table
{
	color:#364952;
}
table.tarifs
{
	font-size:16px;
}
table.tarifs tr td
{
	padding:5px;
	vertical-align:middle;
	border:1px solid black;
}

table.tarifs th
{
	font-weight:bold;
}

table.noborder tr td, table.noborder, table.noborder tr, table.noborder tr th
{
	border:none;
	border-collapse:separate;
	border-spacing:7px;
}

.infobulle
{
	position: absolute;   
	visibility : hidden;
	border: 1px solid Black;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 15px;
	background-color: #FFFFCC;
}

input[type=radio]
{
	width:30px;
}

