/* GENERAL */
body{
	font-family:"Trebuchet MS", Arial, Sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0;
	line-height:16px;
	font-weight:100;
	text-align:center;
}
h1{
	display:none;
}
h2{
	margin:50px 0 20px 0;
	font-weight:200;
	font-style:italic;
	font-size:25px;
	letter-spacing:1px;
}
h3{
	font-family:Georgia, serif;
	margin:0 0 -5px 0;
	font-weight:200;
	font-style:italic;
	font-size:17px;
	color:rgb(150,150,150);
}
a{
	font-weight:bold;
}
fieldset,
form{
	border:none;
	margin:0;
	padding:0;
}
legend{
	display:none;
}
label{
	font-family:Georgia, serif;
	font-weight:300;
	font-style:italic;
	font-size:15px;
	color:#fff;
	display:block;
	padding:5px 0 2px 0;
}
input,
textarea{
	display:block;
	border:1px solid rgb(120,120,120);
	background:rgb(76,76,76);
	margin:0 0 5px 0px;
	color:#fff;
	width:380px;
}
textarea{
	height:100px;
}
a span{
	display:none;
}
p{
	margin:0;
	padding:8px 0;
}


/* ELEMENTS */
#conteneur{
	width:988px;
	margin:0 auto;
	text-align:left;
}
#global{
	margin:0;
	padding:20px 112px;
	height:550px;
}
html>body #global{
	margin:0 auto;
	height:auto;
}
#footer{
	width:802px;
	margin:0 auto;
	padding:20px;
}
html>body #footer{
	width:760px;
	margin:0 auto;
}


/* TOP MENU */
#menu{
	height:85px;
	padding:0 0 0 185px;
	margin:0;
}
#menu li{
	display:inline;
}
#menu li a{
	display:block;
	float:left;
	width:60px;
	height:80px;
	margin-right:5px;
}
#menu li a span{display:none;}
#bt_menu_fr{
	background:url(images/common/back_bt_menu_fr.jpg) no-repeat left -80px;
}
#bt_menu_com{
	background:url(images/common/back_bt_menu_com.jpg) no-repeat left -80px;
}
#bt_menu_net{
	background:url(images/common/back_bt_menu_net.jpg) no-repeat left -80px;
}
#bt_menu_tv{
	background:url(images/common/back_bt_menu_tv.jpg) no-repeat left -80px;
}
#bt_menu_fr:hover,
#bt_menu_com:hover,
#bt_menu_net:hover,
#bt_menu_tv:hover{
	background-position:left -4px;
}

#menu .current{
	background-position:left top;
}

/* TOOLTIPS TOP MENU*/
.tool-tip {
	color: #fff;
	width: 80px;
	height:50px;
	z-index: 13000;
	margin-left:-26px;
	margin-top:-30px;
	font-size:10px;
	line-height:12px;
	background: url(images/common/back_tooltip.gif) top center;
}
.tool-title {
	display:none;
}
.tool-text {
	text-align:center;
	padding:9px 5px 0 5px;
}


/* SOUS MENU (GENERAL) */
#sousmenu{
	margin:0;
	padding:10px 0 0 0;
	clear:both;
}
#sousmenu li{
	display:inline;
	margin:0;
	padding:0;
}
#sousmenu a span{display:none;}
#sousmenu a{
	display:block;
	float:left;
	margin-right:10px;
	height:21px;
}

/* BLOC ACTUS TEMOIGNAGES CLIENTS */
#actus_temoignage_clients{
	clear:both;
	margin-top:45px;
	height:155px;
	background:url(images/common/back_actus_temoignages_clients.gif) no-repeat;
}
#actualites{
	width:230px;
	font-size:11px;
	line-height:14px;
	padding:20px 0 0 10px;
	float:left;
}
#clients{
	padding-top:30px;
}
#clients label,
#clients .champs{
	width:198px;
	margin:0 0 0 20px;
}
.submit{
	margin:5px 0 0 70px;
	border:0;
	width:auto;
}


/* LAYOUT CONTENT */
#col1,
#col1_form{
	display:block;
	float:left;
	margin-right:20px;
}

#col2,
#col2_form{
	display:block;
	float:left;
}
#col1.col1_accueil{
	width:300px;
	padding:0;
	text-align:justify;
}
#col2.col2_accueil{
	width:180px;
	padding:70px 0 0 0;
}
#col1_form{
	width:380px;
}
#col2_form{
	width:360px;
	padding:210px 0 0 0;
}
#col3{
	display:block;
	float:right;
	width:240px;
	margin:25px 0 0 20px;
}



/* FORM CONTACT */
.form{
	margin:10px 0 10px 140px;
}
#required{
	font-size:9px;
	margin:10px 0 0 0;
	color:rgb(76,76,76);
}


/* PORTFOLIO GLOBAL */
#conteneur_liste_references{
	width:520px;
	overflow:hidden;
	height:60px;
	line-height:15px;
}
#scroller_references{
	height:1000px;
}
#liste_references{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}

#liste_references li{
	display:inline;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#liste_references a{
	display:block;
	width:170px;
	float:left;
	font-size:11px;
	color:rgb(112,112,112);
	text-decoration:none;
}
#liste_references a:visited{
	color:rgb(76,76,76);
}
#liste_references a.end{
	clear:left;
}

#nav_references{
	width:10px;
	padding-right:220px;
	float:right;
}
#nav_references a{
	display:block;
	height:10px;
}
#nav_references span{
	display:none;
}
#nav_references #down{
	margin-top:40px;
}
#nav_references #up:hover,
#nav_references #down:hover{
	background-position:0 -10px;
}

#reference{
	padding:20px 0;
}
#apercu{
	width:510px;
	height:286px;
	padding:5px;
	float:left;
	margin-right:10px;
}
#reference_infos{
	padding:0;
	margin:0;
}
.reference_detail_titre{
	font-family:georgia, serif;
	font-size:13px;
	font-style:italic;
	font-weight:600;
	color:rgb(82,82,82);
}
.reference_detail_titre_left{
	float:left;
	margin-right:5px;
}
.bt_apercu{
	display:block;
	float:left;
	width:15px;
	height:15px;
	font-size:10px;
	text-align:center;
	background:rgb(186,186,186);
	color:rgb(86,86,86);
	text-decoration:none;
	margin-right:5px;
}
.bt_apercu:hover,
.bt_apercu.current{
	color:#fff;
}

/* FOOTER */
#footer{
	clear:both;
	background:rgb(24,24,24);
	font-size:10px;
	padding:15px 20px;
	text-align:left;
}
#footer_fr, 
#footer_fr a{
	color:rgb(163,126,84);
}
#footer_com, 
#footer_com a{
	color:rgb(193,0,118);
}
#footer_net, 
#footer_net a{
	color:rgb(0,156,221);
}
#footer_tv, 
#footer_tv a{
	color:rgb(193,204,38);
}
#footer a:hover{
	color:#fff;
}
#footer_fr{
	background:url(images/common/back_footer_liste_fr.gif) no-repeat;
}
#footer_com{
	background:url(images/common/back_footer_liste_com.gif) no-repeat;
}
#footer_net{
	background:url(images/common/back_footer_liste_net.gif) no-repeat;
}
#footer_tv{
	background:url(images/common/back_footer_liste_tv.gif) no-repeat;
}
.liste_footer{
	display:block;
	width:160px;
	float:left;
	margin:0;
	padding:0 0 0 30px;
	list-style:square;
	list-style-position:inside;
}
.liste_footer li{
	padding:0;
	margin:0;
}
.liste_footer a{
	text-decoration:none;
}
#footer_mentions{
	clear:both;
	text-align:center;
	color:rgb(163,163,163);
	text-transform:uppercase;
	padding:20px 0 0 0;
}
#footer_mentions a{
	color:rgb(163,163,163);
}


/* CLASSES TEXTES */
.space{
	visibility:hidden;
	clear:both;
}
.slogan{
	font-family:Georgia, serif;
	font-weight:400;
	font-style:italic;
	font-size:16px;
	line-height:20px;
}
.liste_produits{
	width:500px;
	text-align:center;
	font-size:14px;
	color:rgb(76,76,76);
	text-transform:uppercase;
	display:block;
	clear:left;
}
.small,
.small .reference_detail_titre{
	font-size:11px;
}