*{
	margin: 0px;
	/*padding: 0px;*/
}
/* blocs principaux de la pages : commun a toutes les pages*/
#principal {
	margin: auto;
	width: 870px;
	background-color: #1a1a1a;
	height: 100%;
}
#menu_haut {
	height: 100px;
	width: 830px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	background-color: #1a1a1a;
	color: #cccccc;
	padding-left: 20px;
	padding-right: 20px;
}
#menu_haut_logo {
	padding: 10px;
	float: left;
	height: 80px;
	width: 280px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}
#menu_haut_lien {
	float: left;
	height: 70px;
	width: 515px;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 10px;
	text-align: right;
}

#menu_haut li {
	list-style-type: none;
	display: inline;
	color: #888888;
}
#bandeau_flash {
	height: 268px;
	width: 830px;
	padding-left: 20px;
	padding-right: 20px;
}
#main {
	padding: 20px;
	width: 830px;
	background-color: #1a1a1a;
}
#pied_page {
	background-color: #1a1a1a;
	width: 830px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #888888;
	margin: auto;
	font-size:11px;
}
#pied_page a {
	text-decoration: underline;
}
#pied_page li {
	display: inline;
	list-style-type: none;
}
/* Balise modifiées qui s'appliquent a tous le document */
html {
	height: 100%;
}

body {
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #888888;
	height: 100%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff9d00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link_orange {
	color: #ff9d00;
	text-decoration: underline;
}
.lien_actif {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border: none;
}

h1{
	font-weight: 30px;
	font-size: 26px;
}
h2{
	color: #FFFFFF;
	font-size: 19px;
}
h3{
	color: #FFFFFF;
	font-size: 14px;
}
h4{
	color: #FFFFFF;
	font-size: 12px;
}
input {
	border:none;
}
textarea {
	margin: 5px;
	margin-left: 0px;
	color: #ffffff;
	background-color: #484848;
	border: none;
}
.clear {
	clear: both;
}

/* fin des bloc principaux 
--------------------------------------------------------------------------------
Blocs pages d'accueil et page offres */

#bloc_droit_page_description {
	float: left;
	width: 500px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
	padding-left: 10px;
	padding-right: 20px;
	position: relative;
	text-align: justify;
}
#bloc_news {
	float: right;
	width: 260px;
	padding-left: 10px;
	padding-right: 10px;
}
#texte_haut_acc {
	float: left;
	width: 500px;
	margin: 10px;
	color: #CCCCCC;
	padding-right: 20px;
}
a.push_offre {
	display: block;
	background:url(/images/push_off.jpg) no-repeat;
	text-decoration:none;
	font-size:12px;
	margin: 7px;
	float: left;
	width: 119px;
	height: 118px;
	padding: 15px;
	border: 0px;
	color:#fff;
}
a.push_offre:hover {
	display: block;
	background:url(/images/push_on.jpg) no-repeat;
	text-decoration:none;
	font-size:12px;
	margin: 7px;
	float: left;
	width: 119px;
	height: 118px;
	padding: 15px;
	border: 0px;
	color:#fff;
}


/*fin des blocs de la page d'accueil
----------------------------------------------------------
bloc de la page contact*/
#bloc_droit_tab_con {
	float: left;
	width: 530px;
	padding: 5px;
}
#bloc_droit_con input {
	margin: 5px;
	margin-left: 0px;
	border: none;
}
.color_input {
	color: #ffffff;
	background-color: #484848;
}
#bloc_info_con {
	float: right;
	width: 200px;
	padding-right: 10px;
	margin-top: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	padding-left: 20px;
}
.alert {
	background-color:#888888;
	color:#ff9d00;
	padding: 5px;
	width: 160px;
	margin-bottom: 5px;
}

/*fin des blocs de la page de contact
----------------------------------------------------------
bloc de la page offres.*/

#texte_haut {
	float: left;
	width: 520px;
	color: #888888;
	margin-left: 4px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 10px;
}
#sous_menu_ref {
	float: left;
	height: 20px;
	width: 624px;
	margin-bottom: 10px;
	margin-left: 121px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
}
.sous_menu_ref_boite {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #888888;
	float: left;
	height: 20px;
	width: 200px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
	margin-bottom: 5px;
}
#bloc_gauche {
	float: left;
	width: 530px;
	margin-top: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888;
}
#bloc_gauche table {
	border-collapse:collapse;
	color: #888;
	margin:auto;
}
#bloc_gauche td, #bloc_gauche th {
	border: 1px solid #d99594;
	/*text-align: center;
	padding: 3px;*/
	color: #000;
	font-size: 11px;
}
#bloc_gauche th {
	color: #fff;
}
.offre_pub {
	float: left;
	width:90px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 3px;
	border: 1px solid #888888;
}
#bloc_droit {
	padding-left:10px; 
	padding-right:10px; 
	padding-bottom: 20px; 
	padding-top:20px; 
	float:left; 
	margin-left:10px; 
	width:250px; 
	background-color:#272727;
}


.bg_color_gris {
	background-color: #eee;
}
.bg_color_saumon {
	background-color: #c0504d;
}
.bg_color_rose {
	background-color: #f2dbdb;
}

.color_rouge {
	color: #c00;
}


/*fin des blocs offres
----------------------------------------------------------
bloc de la page  nos clients*/
.cadre_mini_cli {
	padding: 5px;
	float: left;
	height: 80px;
	width: 95px;
	margin-left: 10px;
	margin-top: 10px;
}
.cadre_mini_cli img {
	border: none;
}

#bloc_news_cli {
	float: right;
	width: 260px;
	padding-left: 10px;
	padding-right: 10px;
}

/*fin des blocs de la page clients
----------------------------------------------------------
bloc de la page lexique et FAQ*/
#bloc_centre {
	float: left;
	width: 500px;
	margin-left: 150px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
img {
	margin: 0px;
}

a.push {
	display: block;
	background:url(/images/push_petite_off.gif) no-repeat;
	text-align:center;
	color:#fff;
	margin: 10px;
	margin-right: 50px;
	padding: 5px;
	float: right;
	height: 109px;
	width: 110px;
	text-decoration:none;
}
a.push:hover{
	display: block;
	background:url(/images/push_petite_on.gif) no-repeat;
	text-align:center;
	color:#fff;
	margin: 10px;
	margin-right: 50px;
	padding: 5px;
	float: right;
	height: 109px;
	width: 110px;
	text-decoration:none;
}
a.push_plat {
	display: block;
	background:url(/images/push_long_off.jpg) no-repeat;
	text-align:center;
	color:#fff;
	margin: 10px;
	padding: 5px;
	float: left;
	height: 48px;
	width: 465px;
	text-decoration:none;
}
a.push_plat:hover{
	display: block;
	background:url(/images/push_long_on.jpg) no-repeat;
	text-align:center;
	color:#fff;
	margin: 10px;
	padding: 5px;
	float: left;
	height: 48px;
	width: 465px;
	text-decoration:none;
}
