/* HTML */
body {
	font: 100% Calibri, Trebuchet MS;
	font-size: 100%;
	text-align: center;
	margin: auto;
	color: #000000;
	line-height : 150%;
	background: #f7f7f7;
	background-image: url(media/template/background.png);
	background-position: 2;
}
h1 {
	font-size: 140%;
	font-variant: small-caps;
}
hr {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
}
input, textarea {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 1px 2px;
	font-size: 100%;
}
select {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 1px 2px;
	font-size: 100%;
}
a {
	color: #f7f7f7;
	text-decoration: none;
}



/* TEMPLATE */
#drop_shadow {
	background-image:  url(media/template/drop_shadow.png);
	background-repeat: repeat-y;
	width:  910px;
	margin:  0 auto;
}
#container {
	margin:  0 auto;
	width: 900px;
	position: relative;
	background: #fff;
}
#header {
	height:  95px;   
	position: relative;
	background: #000;
	background-image: url(media/template/banniere.png);
	background-repeat: no-repeat;
	background-position: 49% 0%;
}
#menu {
	height: 33px;
	text-align: left;
	margin: 0 auto;
	padding-top: 3px;
	padding-left:  25px;
	padding-right:  25px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(media/template/ligne_pointille.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main_menu {
	font-size: 100%;
	cursor: pointer;
	text-transform: uppercase;
	color: #b3b3b3;
	font-weight: bold;
}
.main_menu_over {
	color: #000;
}
.main_menu_selected {
	color: #cd1100;
}
.main_menu_mg {
	margin-right:  66px;
}
#cursor {
	height: 10px;
	text-align: left;
}
.neg_com {
	border-bottom: 0.2em solid #f7f7f7;
	margin-bottom: 0.5em;
	color: #9a1510;
	padding: 0.5em;
	display: none;
	font-weight: bold;
	text-align: center;
}
.pos_com {
	border-bottom: 0.2em solid #f7f7f7;
	margin-bottom: 0.5em;
	color: #13661b;
	padding: 0.5em;
	display: none;
	font-weight: bold;
	text-align: center;
}
.over_com {
	border-bottom: 0.2em solid #ddd;
}
#body {
	background:  #ffffff;
	color: #000;
	text-align: justify;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-top: 15px;
	overflow: hidden;
	position: relative;
}
#footer {
	text-align:  right;
	padding-left:  25px;
	padding-right:  25px;
	padding-bottom:  5px;
	height: 40px;
	background: #000;
}
#footer_inner {
	width:  100%;
	font-size: 80%;
	color:  #fff;
}
#footer_admin {
	padding-top:  5px;
	background: #222;
	font-size: 80%;
	text-align: left;
	padding-left:  30px;
	padding-right:  30px;
}


/* SITE SHOWCASE */
#body_scrolling {
	height: 770px;
	width: 5400px;
}
.site_element {
	height: 770px;
	width: 900px;
	float: left;
}
#contact_map {
	height:  600px;
	width: 900px;
	background-image: url(media/template/map.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}


/* ACCUEIL SHOWCASE */
#agence_showcase {
	width: 850px;
	overflow-x: hidden;
	margin-top: 1.5em;
	position: relative;
}
#agence_showcase_inner {
	height: 485px;
	width: 6000px;
}
.agence_showcase_element {
	float: left;
	height: 485px;
	width: 850px;
	position: relative;
}
.agence_showcase_text {
	height: 25px; 
	padding: 5px 20px; 
	background-image: url(media/template/background_show.png); 
	top: -34px;
	position: relative;
}


/* WEB SHOWCASE */
#web_showcase {
	width: 850px;
	overflow: hidden;
	margin-top: 1.5em;
	position: relative;
}
#web_showcase_inner {
	height: 485px;
	width: 6000px;
}
.web_showcase_element {
	float: left;
	height: 485px;
	width: 850px;
	position: relative;
}
.web_showcase_text {
	height: 25px; 
	padding: 5px 20px; 
	background-image: url(media/template/background_show.png); 
	top: -34px;
	position: relative;
}


/* CLASS */
.side_padding {
	padding-left: 25px;
	padding-right: 25px;
}
.ver_padding {
	padding-top: 25px;
	padding-bottom: 25px;
}
.content_text {
	font-size: 100%;
	line-height: 150%;
	color: #555;
	font-weight:  550;
	margin-bottom: 1em;
}
.client_table {
	width: 100%;
	cell-spacing: 10px;
	text-align: center;
	color: #fff;
	border-collapse:separate;
	border-spacing: 20px;
	*border-collapse: expression('separate', cellSpacing = '20px');
}
.client_table td {
	background: #000;
	padding: 7px;
	width: 25%;
	vertical-align: middle;
}

/* INPUT */
.input {
	background:  #fff;
}
.input_over {
	background:  #eee;
}
.submit {
	border: 1px solid #ddd;
	background: #eee;
	color: #555;
	font-weight: 575;
	cursor: pointer;
	padding: 3px 5px;
}
.submit_over {
	background: #555;
	color: #eee;
}
.submit_text {
	border: 0;
	background: transparent;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	margin-left: 0px;
}
.submit_text_over {
	background: transparent;
	color: #b3b3b3;
}


/* LIGHT GRAY  */
.l_gray {
	color : #bbb;
}
.l_gray_bg {
	background : #bbb;
}
.l_gray_bd {
	border : 1px solid #bbb;
}
.l_gray_bd_bottom {
	border-bottom: 1px dotted #bbb;
}
.l_gray_a a, .gray_a a:visited, .gray_a a:active {
	color : #bbb;
}
.l_gray_a a:hover {
	color : #000;
}


/* PRIMARY */
.primary {
	color : #cd1100;
}
.primary_bg {
	background : #cd1100;
}
.primary_bd {
	border : 1px solid #cd1100;
}
.primary_a a, .primary_a a:visited, .primary_a a:active {
	color : #cd1100;
}
.primary_a a:hover {
	color : #000;
}


/* LIGHT */
.light {
	color : #fff;
}
.light_bg {
	background : #fff;
}
.light_bd {
	border : 1px solid #fff;
}
.light_a a, .light_a a:visited, .light_a a:active {
	color : #fff;
}
.light_a a:hover {
	color : #b3b3b3;
}


/* DARK */
.dark {
	color : #222;
}
.dark_bg {
	background : #222;
}
.dark_bd {
	border : 1px solid #222;
}
.dark_bd_bottom {
	border-bottom : 2px solid #222;
}
.dark_bd_top {
	border-top : 2px solid #222;
}
.dark_a a, .dark_a a:visited, .dark_a a:active {
	color : #222222;
}
.dark_a a:hover {
	color : #cd1100;
}


/* GRAY */
.gray {
	color : #555;
}
.gray_bg {
	background : #555;
}
.gray_bd {
	border : 1px solid #555;
}
.gray_bd_bottom {
	border-bottom : 1px solid #555;
}
.gray_bd_top {
	border-top : 1px solid #555;
}
.gray_a a, .gray_a a:visited, .gray_a a:active {
	color : #555;
}
.gray_a a:hover {
	color : #000;
}