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

body
{
	background: url('/images/fond.jpg') repeat-x #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p
{
	margin: 0px;
	padding: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.bkg_header_menu
{
	background: url('/images/fond_header_menu.gif') repeat-x;
}

.bgGris
{
	background-color: #F7F7F7;
}

.bgGris1
{
	background-color: #6A6A6A;
}

.bgGris2
{
	background-color: #ECECEC;
}

.bgGris3
{
	background-color: #D1D0D0;
}

.bgGris4
{
	background-color: #F2F2F2;
}

.bgBlanc
{
	background-color: #FFFFFF;
}

.bgBleu
{
	background-color: #A5B9C4;
}

.bdBleu
{
	border: 1px solid #A5B9C4;
}

.redBtLine
{
	border-bottom: 1px solid #C90019;
}

.blueBtLine
{
	border-bottom: 1px solid #008BD0;
}

.orangeBtLine
{
	border-bottom: 1px solid #D85710;
}

.txtGris
{
	color: #3E3B3C;
}

.fleches_univers
{
	margin-left: 5px;
	margin-right: 5px;
}

.txtGris_onhover:hover
{
	color: #3E3B3C;
}

.txtGris1
{
	color: #6A6A6A;
}


.txtGris1_onhover:hover
{
	color: #6A6A6A;
}

.txtGris2
{
	color: #656565;
}

.txtRed
{
	color: #C90019;
}

.txtBlue
{
	color: #008BD0;
}

.txtBlue1
{
	color: #A5B9C4;
}

.txtOrange
{
	color: #D85710;
}

.txtFroid
{
	color: #3A3F8E;
}

.txtPizza
{
	color: #D27B27;
}

.txtCuisson
{
	color: #A80023;
}

.txtBuanderie
{
	color: #0087CA;
}

.txtRemiseEnTemperature
{
	color: #EAC281;
}

.txtInox
{
	color: #5E6062;
}

.txtLaverie
{
	color: #86B354;
}

.txt10
{
	font-size: 10px;
}

.txt11
{
	font-size: 11px;
}

.txt11Gras
{
	font-size: 11px;
	font-weight: bold;
}

.txt12
{
	font-size: 12px;
}


.txt12Gras
{
	font-size: 12px;
	font-weight: bold;
}

.txt13
{
	font-size: 13px;
}

.txt13Gras
{
	font-size: 13px;
	font-weight: bold;
}

.txt14
{
	font-size: 14px;
}


.txt14Gras
{
	font-size: 14px;
	font-weight: bold;
}

.txt15
{
	font-size: 15px;
}

.txt15Gras
{
	font-size: 15px;
	font-weight: bold;
}

.txt17
{
	font-size: 17px;
}

.txt17Gras
{
	font-size: 17px;
	font-weight: bold;
}
.underlined
{
	text-decoration: underline;
}

.not_underlined
{
	text-decoration: none;
}

.underlined_onhover:hover
{
	text-decoration: underline;
}

.link
{
	cursor: pointer;
}

.texte_univers
{
	padding-top: 5px;
	padding-left: 10px;
}


.titre_univers
{
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.menu
{
	display: none;
	top: 146px;
	position: absolute;
	background-color: #FFFFFF;
	width: 182px;
	z-index: 10;
	color: #6A6A6A;
}

.menu_bt_border
{
	border-bottom: 2px dotted #CCCCCC;
}

.menu_el a
{
	background: url('/images/puce_menu.gif') 15px 0px no-repeat;
	padding-left: 30px;
	cursor: pointer;
	width: 152px;
	height: 19px;
	display: block;
	padding-top: 3px;
}

.menu_el a:hover
{
	background: url('/images/puce_menu_sel.gif') 15px 0px no-repeat;
	background-color: #A6A6A6;
	color:#FFFFFF;
	width: 152px;
	height: 19px;
	display: block
	padding-top: 3px;
}

.space_footer_titre
{
	font-size: 11px;
	color: #696969;
}

.space_footer
{
	font-size: 11px;
	color: #696969;
	margin-bottom: 1em;
}

.space_footer a
{
	font-size: 11px;
	text-decoration: underline;
	color: #696969;
}

.lien_footer
{
	font-size: 11px;
	text-decoration: underline;
	color: #696969;
}

.input_w1 { width: 150px; margin: auto; padding: 0px; }
.input_w2 { width: 450px; margin: auto; padding: 0px; }
.input_w3 { width: 514px; margin: 0px; padding: 0px; }