@charset "utf-8";
/* CSS Document */
#header {
	background:url(images/premium-diamant-le-disque-diamant-professionnel-index.jpg) no-repeat #070707;
	width:1006px;
	height:600px;
	margin-top:42px;
	}
#search {
	position:relative;
	top:307px;
	width:1006px;
	text-align:center;
	background:none;
	border:none;
	}
#search p select {
	/*background:none;*/
	font-size:1.1em;
	}
input.submit {
	background:none;
	font-size:1.5em;
	}	
.submit {
	color:white;
	cursor:pointer;
	border:1px solid white;
	padding:10px;
	}
input.submit:hover {
	background-color:#990000;
	}
#search p select option {
	background:none;
	}
#content-index {
	background-color:black;
	border:3px solid #999;
	border-top:0;
	border-bottom:0;
	}
#content-index p, #content-index h3 {
	margin:0;
	padding:20px;
	}
#menub {
	padding:0;
	margin:0;
	margin-left:72px;/*Centrage*/
	width:870px;
	padding-bottom:50px;
	}
.onglet {
	float:left;
	width:160px;
	height:410px;
	background:#660000 url(images/reflet-accueil-onglet.jpg) bottom no-repeat;
	margin-right:14px;
	color:#CCC;
	font-size:0.9em; /*ajout 29/06/2009 */
	}
.onglet h2 {
	display:block;
	padding:20px 15px;
	margin:0;
	width:130px;
	height:50px;
	background-color:#800;
	font-weight:normal;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	}
.onglet:hover h2 {
	background-color:#F00;
	color:white;
	}
.onglet form {
	padding:5px;
	}
.onglet select, .onglet input.submit {
	/*background:none;*/
	}
.onglet input.submit:hover {
	background-color:red;
	}
.onglet select {
	color:black;
	border:0;
	font-size:1.05em;
	font-size:.9em
	}
.onglet input.submit {
	font-size:1em;
	}


