body {
	background-color:white; /*couleur de fond par defaut de la page en blanc*/
	text-align:center;		/*texte centré*/
	margin:0;				/*pas de marge exterieur*/
	padding:0;				/*pas de marge interieur*/
}
img {
	border:none;
}

#content {					/*contenu de la page*/
	margin-top:10px;		/*décalage vers le bas*/
	margin:auto;			/*centrage des éléments de la page*/
	width:1024px;				/*utilisation de toute la largeur de la page*/
	border:none;			/*pas de bordure*/
}

#top {						/*banniere*/
	float:left;				/*attaché a gauche*/
	padding:0;				/*pas de marge interieur*/
	margin:0;				/*pas de marge exterieur*/
	width:1024px;				/*utilisation de toute la largeur de la page*/
	height:120px;			/*epaisseur du menu*/
	background: url(../design/degrade.jpg) repeat-x fixed top left; /*dégradé pour le fond de la banniere*/
	border:none;			/*pas de bordure*/
}

#top .lang {
	float:right;
	margin-top:40px;
}
#top .lang a {
	text-decoration:none;
	color:white;
	font-weight: bold;
	font-size:8pt;
}
#logo a{
	text-decoration:none;
	float:left;				/*attaché a gauche*/
	margin-top:20px;		/*décalage a droite*/
	margin-left:20px;		/*décalage vers la bas*/
	width:203px;
	height:75px;
	background-image: url(../design/rigau_logo.jpg);
}

#sri {						/*texte sur la banniere*/
	font-size:32pt;
	color:white;
	float:left;
	margin-top:30px;		/*décalage vers le bas*/
	margin-left:50px;		/*décalage a droite*/
}

#foot {
	width:1024px;
	height:20px;
	background-color:rgb(197,0,49);
	font-weight:bold;
	margin-top:30px;
	color:white;
}

#foot a {
	text-decoration:none;
	color:white;
}
/*sert a passer a la ligne suite a des div ou span positionnés par float*/
.pdp {
	margin-top:0 !important;
	margin-top:-13px;
	background-color : transparent;
	height:0px;
	clear:both;
}
.ptp {
	margin-top:0 !important;
	margin-top:-13px;
	float:left;
	height:30px;

}
#menu {
	float:left;
	height:20px;
	background-color:rgb(197,0,49);
	margin-top:1px;
	margin-bottom:30px;
	z-index:100;
	width:1024px;
	width: 100%; /* correction pour Opera */
}
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dl {
	float: left;
	width: 7em;
	color:white;
}
#menu dl dd {
	width: 14em;
}
#menu dl.presentation dd{
	width:7em;
}
#menu dl.produit dd{
	width:11em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	color:white;
}
#menu dd {
	position:absolute;
	display: none;
	margin-left:0px !important;
	margin-left:-55px;
	color:black;
	border: 1px solid gray;
	z-index:50;
}
#menu li {
	text-align: left;
	background: #fff;
}
#menu dt a {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu dd ul li a{
	background-color:white;
	color:gray;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dd ul li a:hover, #menu dd ul li a:focus {
	background-color:rgb(197,0,49);
	color:white;
}

#menu div#contact {
	float:right;
	margin-right:10px;
	width: 7em;
	color:white;
	font-weight: bold;
}
#menu div#contact a, #menu div#client a{
	text-decoration:none;
	margin-right:10px;
	color:white;
	float:right;
	font-weight: bold;
}


div#menu_gauche, #menu_droit {
	background-color:rgb(248,248,248);
	width:200px;
}

div#menu_gauche {
	float:left;
}

div#menu_droit {
	float:right;
}

div#menu_gauche .entete, #menu_droit .entete {
	width:200px;
	height:30px;
	margin:0;
	padding:0;
	background: url("../design/degrade_menu.jpg");
	color:white;
	line-height:30px;
}
div#menu_gauche .cat {
	border-bottom:2px solid silver;
	height:25px;
	line-height:25px;
	width:100%;
}
div#menu_gauche .cat a {
	text-decoration:none;
	width:100%;
	display:block;
	color:black;
}
div#menu_gauche .cat a:hover {
	width:100%;
	background-color:rgb(230,230,230);
}
div#corp_page {
	float:left;
	width:600px;
	margin-left:12px;
}
div#corp_page .news {
	background-color:rgb(248,248,248);
	float:left;
	width:568px;
	margin-left:16px;
	margin-bottom:15px !important;
	margin-bottom:5px;
	padding:0;
	text-align:justify;
	font-family:verdana;
	font-size:9pt;
}
div#corp_page .cadre {
	background-color:rgb(248,248,248);
	float:left;
	width:276px;
	margin-left:16px;
	margin-bottom:15px !important;
	margin-bottom:5px;
	padding:0;
	text-align:justify;
	font-family:verdana;
	font-size:9pt;
}
div.produit {
	margin-bottom:10px !important;
	margin-bottom:0px;
	float:left;
	width:100%;
	height:200px;
}
div.produit .photo {
	float:left;
	height:200px;
	width:200px;
	border:1px solid rgb(197,0,49);
}
div.produit .photo a {
	text-decoration:none;
	border:0;
	margin:0;
	padding:0;
}
div.produit .description {
	float:left;
	width:398px;
	height:100px;
}
div.produit .description .nom {
	border-bottom:2px solid rgb(197,0,49);
	margin-top:5px;
	font-weight:bold;
	line-height:30px;
	width:100%;
	float:left;
	color:rgb(197,0,49);
}
div.produit .description .desc {
	float:left;
	margin-top:20px !important;
	margin-top:0px;
	margin-left:30px;
}
div.produit_detail{
	background-color:rgb(248,248,248);
}
div.produit_detail .gauche {
	float:left;
	width:340px;
}
div.produit_detail .gauche .nom {
	color:rgb(197,0,49);
	width:100%;
	line-height:30px;
	border-bottom:2px solid rgb(197,0,49);
	border-left:2px solid rgb(197,0,49);
	font-weight:bold;
	padding-left:20px;

}
div.produit_detail .droite {
	float:right;
	width:250px;
	text-align:center;
}
div.produit_detail .droite img {
	border:1px solid rgb(197,0,49);
}
div.produit_detail .droite .bouton {
	width:100px;
	height:30px;
	background:url("../design/degrade_menu.jpg");
	color:white;
	margin-top:10px !important;
	margin-top:0px;
	margin-left:80px !important;
	margin-left:0px;
	line-height:30px;
}
div.produit_detail .droite .bouton a {
	text-decoration:none;
	color:white;
	display:block;
	width:100%;	
}
}
div.offre {
	height:20px;
	line-height:20px;
}
div.offre a {
	color:rgb(197,0,49);
}