html {
    overflow-y: scroll;
}

body {
	font-family: Arial;
	font-size: 13px;
	/*background-image:url(../img/bg_main_laprise.gif);*/
	margin: 0;
}


#wrapper {
	width: 960px;
	margin: auto;
	background-color: #FFFFFF;
}

#wrapper img {
	border: 0;
}


/******************** MAIN **********************/
/******************************************
   Entête du site.
******************************************/
#header {
	border: 2px solid red;
}

#fullTopHeader {
	background-color: #FFF;
	color: #fff;
	font-size: 11px;
	text-align: right;
}

#fullTopHeader a {
	color: #CCCCCC;
}

#logoHeader {
	float: left;
}

#logoHeader img {
	border: 0px;
}

#headerMenu {
	float: right;
	position: absolute;
	top: 5px;
	right: 0%;
}

#recherche label {
	font-weight: bold;
}

#subNavHeader {
	font-size: 11px;
}

#enTeteImpression {
	display: none;
}

/******************************************
   Entête, liens droit.
******************************************/
.itemTopRight {
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

.itemTopRight a {
	color: #fff;
}

.itemTopRight_small {
	padding: 0 10px 0 10px;
	font-size: 10px;
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.center {
    text-align:  center;
}

.rouge {
	color: red;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003b5d;
}

h1 {
	font-size: 20px;
	color: #003b5d;
	font-weight: normal;
}

.sousTitre {
	font-size:22px;
	color: #FFFFFF;
	background-color:#8f8f8f;
	padding:5px;
}

.sousSousTitre {
	font-size:35px;
	color:#646464;
}

.texteDescriptions {
	font-size:14px;
	color:#7b7b7b;
	text-align:justify;
	line-height: 16pt
}

#contentMain {
	padding: 10px;
}

#subNav {
	padding: 4px;
	color: #d4d4d4;
	margin-bottom: 5px;
	font-size: 11px;
}

/******************************************
   Navigation principale du site.
******************************************/
#nav {
	background-image: url(../img/Menu-Lorendo-Cyan_02.jpg);
	border-bottom: 1px solid #555555;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	padding: 7px 0px 5px 0px;
	height: 20px;
	font-weight:bold;
}

.navItem {
	font-weight: bold;
	padding: 5px 8px 3px 8px;
	font-weight: bold;
	color: #fff;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #cbcbcb;
}

.itemNav {
	padding: 0 10px 0 10px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/******************* FOOTER *********************/
#footer {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #cecece;
	padding: 4px;
}

#footer a {
    color: #003b5d;
}

#copy {
	padding-right: 50px;
}

#logos {
	/*padding-left: 50px;*/
}

#autresProduits {
	display: none;
	position: absolute;
	background-color: #000;
	color: #fff;
	top: 24px;
	left: 760px;
	border: 1px solid #fff;
	text-align: center;
	width: 200px;
}

#autresProduits a {
	color: #fff;
	text-decoration: none;
}

.autreP {
	padding: 6px;
	border-bottom: 1px solid #585858;
}

#icoMenu {
	vertical-align: bottom;
}

#fermerAutresProd {
	font-size: x-small;
	text-align: right;
	padding: 4px;
}