/* Mise en page */

body {
	margin: 0;
	padding: 0;
	color:#000033;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: center;
	background:#666699;
}

table {
	font-size: 12px;
}

#global {
	position: relative;
	width: 902px;
	margin: 0 auto;
	text-align: left;
}

#global div {
	position: relative;
}

#main {
	width: 900px;
	border: solid 1px #000000;
	background: #025EEF url('fond.png') repeat-y;
}

#banniere {
	width: 900px;
	height: 150px;
	background-image:url('baniere.jpg');
}

#banniere img {
	display: block;
	border: none;
}

#corps {
	width: 900px;
}

#main, #footer, #gauche, #contenu, #page, #colonne {
	float: left;
}

#gauche {
	width:190px;
	min-height:400px;
	background: url('arrondi.jpg') 100% 0 no-repeat;
}

#menu {
	width: 140px;
}

#contenu {
	width: 670px;
	background: url('content_top.jpg') 0 50px no-repeat;
}
#contenu a
{
border:none;
}

#page {
	width: 588px;
	padding-bottom: 20px;
}

#colonne {
	width: 82px;
}

#footer {
	width: 900px;
	background: #FFFFFF;
	padding: 3px 0;
	text-align: right;
	font-size: 11px;
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

/* Page content */

#displayer {
	float: left;
	width: 580px;
	padding-left:10px;
	
}
#displayer img{border:none;}

#diapo_full {
	float: left;
	width: 308px;
	text-align: right;
}

#langage {
	float: right;
}

/* Menus : lien */

#menu a {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:white;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 15px;
}
#menu a.current {
	background: url('puce_000.gif') 5px 60% no-repeat;
	font-weight:bolder;
	color:#003300;
}
#menu a:hover{color:#003300;font-weight:bolder;}
#menu a.submenu, #menu a.submenu_current {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#006600;
	display: block;
	padding: 2px 0px 2px 25px;
}

#menu a.submenu{
	text-decoration: none;
}

#menu a.submenu_current{
	color:#003300;
}

#menu a.externe {
	margin-top: 30px;
}

#langage a {
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	display: block;
	padding: 2px 15px;
}

#langage a.current {
	background: url('puce_fff.gif') 4px 60% no-repeat;
	color:#000000;
}

#langage a:hover {
	text-decoration: underline;
}

#footer a {
	color: #000000;
	text-decoration: none;
	padding: 0 10px;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Styles */

h1.titre {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28px;
	display: block;
	text-align: left;
	color:#000000;
	margin: 0;
	padding: 0 0 2px 0;
}

#menu hr {
	width: 90%;
	text-align: center;
	border-color: #DDDDDD;
	background-color: #DDDDDD;
	border-style: solid;
	height: 0px;
	border-width: 1px 0 0 0;
}

span.sstitre {
	display: block;
	width: 100%;
	border: none;
	height: 4px;
	background: transparent url('dottedline.png') repeat-x;
	font-size: 0;
	line-height: 0;
	margin: 4px 0 14px 0;
}

/* Diaporama */

#diaporama {
	width: 300px;
	height: 200px;
	margin: auto;
	border: 1px solid #FFFFFF;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#mobile {
	width: 600px;
	height: 200px;
	position: relative;
}

.cadre {
	background: transparent;
	width: 300px;
	height: 200px;
	position: relative;
	float: left;
}

/* Contact */

td.legende {
	font-size: 10px;
	font-style: italic;
}

span.error {
	font-size: 12px;
	font-weight: bold;
	color: #CC5500;
}

.contact_field {
	width: 100%;
	font-family: Arial, Verdana;
	font-size: 12px;
	border: 1px solid #AAAAAA;
}

/* Liens */
a {
	color: #FFFFCC;
	text-decoration: underline;
}
.detail
{
	width:570px;
	min-height:30px;
	padding:5px;
	border:solid 2px  #FFFF00;
	margin:0px 0px 15px 0px;
	color:#000033;
}
.lien_detail{float:right;}
.detail p{color:#000033;}
.detail p a{color:#000099;font-weight:bolder;}
#detail_produit
{
border:#FFFF00 solid 1px;
background-color:#CCCCCC;
width:570px;
height:150px;
}
