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

body {
	margin: 0;
	font-size:12px;
	background-color:#fff;
	background-image:url(/images/bg-sensow.jpg);
	background-repeat:repeat-y;
	background-position:50% 0;
}

body,td,p,input,select {
	color: #fff;
	font-family: "trebuchet ms", "luxi sans", sans-serif;
}

hr {
	width:100%;
	height:2px;
	border-top: 1px dashed #666;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#999;
}

a.footer-menu {
	color:#666;
	font-weight:normal;
	font-size:11px;
}

a:hover.footer-menu {
	color:#666;
	font-weight:normal;
	font-size:11px;
}

a.actu {
	color:#0099cc;
	font-weight:bold;
	font-size:13px;
}

a:hover.actu {
	color:#0099cc;
	font-weight:bold;
	font-size:13px;
}

img.produits {
	padding-right:5px;
	padding-bottom:5px;
	float:left;
	border:0;
}

p.produits-tab {
	color:#333;
}

input.contact {
	width:300px;
	color:#0099cc;	
	border:1px solid #ccc;
	padding:2px;
}

textarea.contact {
	width:300px;
	color:#0099cc;
	border:1px solid #ccc;
	padding:2px;
}

select.contact {
	width:300px;
	color:#0099cc;
	border:1px solid #ccc;
	padding:2px;
}

input.contact-radio {
	vertical-align:middle;
}

input.contact-submit {
	font-weight:bold;
	width:100px;
	color:#333;	
	border:1px solid #ccc;
}

/* Actus */
p.actu-text {
	text-align:justify;
}

.actu-titre {
	color:#0099cc;
	font-weight:bold;
	font-size:13px;
}

.actu-titre-date {
	color:#666;
	font-size:9px;
}

.spacer {
  clear: both;
  font-size:50%;
}

/* Sitemap */
li.sitemap01 {
	margin-top:5px;
	margin-bottom:5px;
	color:#0099cc;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

li.sitemap02 {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:20px;
	font-size:12px;
	font-weight:bold;
}

li.sitemap03 {
	margin-bottom:5px;
	margin-left:40px;
	font-size:12px;
	font-weight:normal;
}


/* Titre Home */
.titre-home {
	color:#0099cc;
	font-size:18px;
	text-transform:uppercase;
}

.titre-produit {
	color: #fff;
	font-size: 18px;
	font-weight:bold;
}

.titre-produit-shop {
	color:#c9d100;
	font-size: 18px;
	font-weight:bold;
}

.titre-produit-office {
	color:#d5ecfa;
	font-size: 18px;
	font-weight:bold;
}

.titre-produit-immo {
	color:#fedc00;
	font-size: 18px;
	font-weight:bold;
}

.titre-produit-food {
	color:#ae0718;
	font-size: 18px;
	font-weight:bold;
}

.titre-produit-hotel {
	color:#a60054;
	font-size: 18px;
	font-weight:bold;
}

.titre-produit-stadium {
	color:#02923b;
	font-size: 18px;
	font-weight:bold;
}

.titre-produit-services {
	color:#eb6909;
	font-size: 18px;
	font-weight:bold;
}

.titre-page-shop {
	color:#c9d100;
	font-size: 26px;
	font-weight:bold;
}

.titre-page-office {
	color:#d5ecfa;
	font-size: 26px;
	font-weight:bold;
}

.titre-page-immo {
	color:#fedc00;
	font-size: 26px;
	font-weight:bold;
}

.titre-page-food {
	color:#ae0718;
	font-size: 26px;
	font-weight:bold;
}

.titre-page-hotel {
	color:#a60054;
	font-size: 26px;
	font-weight:bold;
}

.titre-page-services {
	color:#eb6909;
	font-size: 26px;
	font-weight:bold;
}



