html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#898989;
}
body {
	background-image:url(../images/content/fond-page-repeat.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#d4d4d4;
}
body.gris{
	background-image:url(../images/content/fond-page-repeat2.gif);
}	
a {color:#898989;}
.clearboth,.clear{clear:both;font-size:1px;}

/*----------------------------------------------
CADRE
-------------------------------------------------*/
div#cadre {
	background-image:url(../images/header/fond.gif);
	background-repeat:repeat-x;
	background-position:0 48px;
	min-height:100%;
	margin-top:-48px;/* hauteur pied */
}
* html div#cadre {height:100%;}

div#soussouscadre {
	width:912px;
	margin:auto;
}
/*----------------------------------------------
HEADER
-------------------------------------------------*/
div#header {
	height:178px;
	width:912px;
	position:relative;
	top:48px; /* hauteur pied */
	background-image:url(../images/header/fond_header.gif);
	background-repeat:repeat-y;
	clear:both;
	z-index:2;
}
div#header div#entete {
	/*background-image:url(../images/header/banniere1.jpg);*/
	background-repeat:no-repeat;
	height:154px;
	width:902px;
	margin:0 auto 0 auto;
}
div#header div#logoclient a{
	background-image:url(../images/header/logo_matilec.png);
	background-repeat:no-repeat;
	position:absolute;
	top:25px;left:27px;
	width:296px;height:96px;
}
* html div#header div#logoclient a{ 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/header/logo_matilec.pn',sizingMethod='crop');
	background-image: none;
}
div#header div#logoclient strong{display:none;}

/*----------------------------------------------
PIED
-------------------------------------------------*/
div#footer {
	background-image:url(../images/pied/fond-pied3.gif);
	background-repeat:repeat-x;
	display:block;
	height:48px;
	margin:auto;
	clear:both;
	/*border-top:1px solid #8a50d6;background-color:#FFFFFF;*/
}
div#footer div#pourcentrer {
	width:912px;
	margin:auto;
	position:relative;
	background-image:url(../images/pied/fond-pied4.gif);
	background-repeat:no-repeat;
}
div#footer .remonte{position:absolute;
top:-20px;
right:10px;
width:150px;
text-align:right;padding:2px 0;}
div#footer .remonte a{font-size:10px;}
div#footer div#logoclientpied a{display:block;width:132px;height:47px;position:absolute;left:42px;top:0;}
div#footer div#logoclientpied a strong{display:none;}
div#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:27px;
	padding-top:20px;
	padding-left:230px;
}
div#footer ul li {
	display:inline;
	border-right:1px solid white;
	padding-right:10px;
	padding-left:10px;
}
div#footer ul li.last {border-right:none;}
div#footer ul li a {color:#fff;}
div#footer img {border:none;vertical-align:middle;}


div#addonline {
	position:absolute;
	right:15px;top:1px;
	float:right;
	width:160px;
	text-align:right;
}
div#addonline a {color:#fff;}

div#addonline a.versaddonline {
	padding-top:15px;
	position:absolute;
	left:0px;top:3px;
}
/*----------------------------------------------
MENU HORIZONTAL
-------------------------------------------------*/
div#menu_horizontal{
	height:24px;
	width:912px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_h/fond_haut.gif);
	
}
div#fmenu_horizontal{
	margin:1px 0 0 0;
	height:23px;
	width:912px;
	background-repeat:repeat-y;
	background-image:url(../images/menu_h/fond.gif);
}
div#menu_horizontal ul {
	display:block;
	width:902px;
	height:25px;
	border:0 solid red;
	/*border-top-width:1px;
	border-bottom-width:1px;*/
	margin:0 auto 0 auto;
	padding:0;
}

/* Sous Menu */
div#menu_horizontal ul li {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;

}

div#menu_horizontal ul li a {
	font-size:13px;
	color:#e7e7e7;
	font-weight:bold;
	display:block;
	float:left;
	text-transform:uppercase;
	line-height:22px;
	padding:0 33px 0 33px;
	
}
div#menu_horizontal ul li.first a {
	padding-left:66px;
}
div#menu_horizontal ul li a:hover {
	text-decoration:underline;
	color:#ffffff;
}
/*----------------------------------------------
CORPS 
-------------------------------------------------*/
div#container {
	width:902px;
	margin:0 auto 0 auto;
	margin-top:48px;
	clear:both;
	z-index:1;
}

/*----------------------------------------------
CONTENU
-------------------------------------------------*/
div#content {float:left;width:678px;margin: 0 0 0 21px;padding:0 0 30px 0;}
/*----------------------------------------------
COLONNE MENU GAUCHE
-------------------------------------------------*/
div#menu_vertical{float:left;width:193px;}
/*----------------------------------------------
CHEMIN
-------------------------------------------------*/
div#chemin {margin:20px 0 20px 0;}
div#chemin a {color:#959595;}
/*----------------------------------------------
MENU GAUCHE AVEC SOUS MENU
-------------------------------------------------*/
div#bloc_nav {}
div#bloc_nav ul {
	list-style-type:none;
	padding:0;margin:0 0 0 1px;
	width:192px;
	font-size:1px;
	background-color:#7f8084;
}

div#bloc_nav ul li {
	height: 1%;
	display:block;
	background-image: url(../images/menu_v/puce_menu0.gif);
	background-repeat: no-repeat;
	background-position:7px 10px; 
	padding-right:5px;
	border:0 solid #fff;
	border-bottom-width:1px;
	list-style-type:none;
}

div#bloc_nav ul li a {
	text-decoration:none;
	display:block;
	color:#ffffff;
	font-weight:bold;
	margin-left: 16px;
	padding:2px 0;
	font-size:12px;
}
/* SOUS MENU */
div#bloc_nav ul ul{
	list-style-type:none;
	margin:0px;padding:0;
	width:192px;
	margin-left:0px;
	background-color:#cecece;
}
div#bloc_nav ul li ul li {
	background-image: url(../images/menu_v/puce_menu1.gif);
	background-position:20px 10px; 
	border-bottom-width:0;
	border-top-width:1px;
}
div#bloc_nav ul li ul li a {color:#696969;margin-left: 28px;}
/* ROLL OVER */
div#bloc_nav ul li.selected {background-color: #c1022c;	background-image: url(../images/menu_v/puce_menu1_r.gif);}
div#bloc_nav ul li.selected a{color: #fff;}

/*----------------------------------------------
SOUS SOUS MENU DEROULANT
-------------------------------------------------*/
.ssmenu{
	position:absolute;
	background-color:#cecece;
	width:158px;
	z-index:10000;
}
.ssmenu ul{font-size:1px;}
.ssmenu ul,.ssmenu li{
	list-style:none;
	padding:0;margin:0;
}
.ssmenu li{
		background-image: url(../images/menu_v/puce_menu1.gif);
		background-repeat:no-repeat;
		background-position:8px 8px;
		padding-right: 0;
}
.ssmenu li a{
	display:block;
	margin-left: 20px;padding:2px 0;
	color:#696969;font-size:12px;
}
/* ROLL OVER */
.ssmenu li.selected{background-color: #c1022c;background-image: url(../images/menu_v/puce_menu1_r.gif);}
.ssmenu li.selected a{color: #fff;}
/*----------------------------------------------
BLOC MOTEUR
-------------------------------------------------*/
div#bloc_recherche {
	background-image:url(../images/menu_v/f_moteur.gif);
	background-repeat:no-repeat;
	width:194px;
	height:70px;
	position:relative;
	border:0px solid #fff;
}

div#bloc_recherche span {
	position:absolute;left:17px;top:12px;
	display:block;width:140px;height:34px;
	font-size:13px;font-weight:bold;color:#525a5d;
	text-decoration:none;
	text-indent:20px;
}
form#form_recherche {
	position:absolute;left:16px;top:32px;
	clear:both;	margin:0;
}
form#form_recherche .bt_ok_bloc_recherche{float:left;}
form#form_recherche .motcle {
	color:#363f46;font-size:12px;font-family:Arial, Helvetica, sans-serif;line-height:18px;vertical-align:middle;
	float:left;width:138px;height:18px;
	border:1px solid #7f8084;
}
/*----------------------------------------------
BLOC PROMO
-------------------------------------------------*/
div#bloc_promo {
	background-image:url(../images/menu_v/f_promo.gif);background-repeat:no-repeat;
	width:194px;height:43px;
	position:relative;
}

div#bloc_promo a {
	position:absolute;
	left:17px;
	top:12px;
	display:block;
	width:140px;
	height:34px;
	font-size:13px;
	font-weight:bold;
	color:#525a5d;
	text-decoration:none;
	text-indent:20px;
}
/*----------------------------------------------
BLOC CATALOGUE
-------------------------------------------------*/
div#bloc_info {
	background-image:url(../images/menu_v/f_catalogue.gif);background-repeat:no-repeat;
	width:193px;height:59px;
	position:relative;
}

div#bloc_info a {
	position:absolute;
	left:17px;top:12px;
	display:block;
	width:140px;height:34px;
	font-size:13px;
	font-weight:bold;
	color:#525a5d;
	text-decoration:none;
	text-indent:20px;
}

/*----------------------------------------------
FLUX RSS
-------------------------------------------------*/
div#bloc_flux {
	background-image:url(../images/menu_v/f_flux.gif);background-repeat:no-repeat;
	width:193px;height:59px;
	position:relative;
}

div#bloc_flux a {
	position:absolute;
	left:17px;
	top:12px;
	display:block;
	width:130px;
	height:34px;
	font-size:13px;
	font-weight:bold;
	color:#525a5d;
	text-decoration:none;
	text-indent:20px;
}


/* */
h1,h2,h3,h4,h5,h6,p{
margin:0;
padding:0;
}
/**************/
/* Formulaire */
/**************/
.classinputtext, .classtextarea,.classselect,.classinputcheck,.classinputradio,.inputreset,.inputsubmit{
	border-style :solid;
	border-width: 1px;
	border-color:#898989;
	margin-left:5px;
}
.classinputtext, .classtextarea,.classselect,.classoption,.classinputcheck,.classinputradio,.inputreset,.inputsubmit{
	font-size : 12px; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
}
.classinputcheck,.classinputradio{
	border-width: 0px;
}
.inputreset,.inputsubmit{
	background-color: #c1022c;
	font-weight: bold;
	color:#fff;
}
.intituleformulaire{
	font-size : 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color :#898989;
	width:20%;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	float: left;
}
.blocksumit{
	display: block;
	padding-left: 20%;
	padding: 3px;
}
.champobligatoire{
	font-size : 13px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:red;
}
/********/
/* MENU */
/********/
.definitionm0{
	border-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	vertical-align:top;
}
a.lien_menu{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:normal !important;
}
/**********/
/* MOTEUR */
/**********/
.resumemoteur{
	font-family:Arial, Helvetica, sans-serif !important;;
	font-size:12px !important;
	font-weight:normal !important;
	display: block;
	margin:0;
	margin-left: 5px;
	margin-bottom: 10px;
}
.l_moteur,.l_moteur:active,.l_moteur:visited{
	color:#c1022c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
.page_moteur{
	display: block;
	margin:0;
	margin-left: 5px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif !important;;
	font-size:12px !important;
	color: #949494;
	text-align:right;
}
.pageselect{color:#c1022c;}
.l_page{
	font-family:Arial, Helvetica, sans-serif !important;;
	font-size:12px !important;
	text-decoration:underline;
	color:#000;
}
.pageresult{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #949494;
	font-weight: bold;
}
.pasmoteur{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #c1022c;
	font-weight: bold;
	text-align:center;
}
/***************/
/* BLOCK FLASH */
/***************/
.blockFlash {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
.blockFlash img {
	border:0px;
	display:block;
}
.titre0{
	border:0px solid #c1022c;
	border-bottom-width:1px;
	color:#c1022c;
	font-weight:bold;
	padding-bottom:2px;
	font-size:14px;
}

