/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #525252 url(../images/bg.jpg) repeat-x;
	text-align: center;	
}
#conteneur {
	width: 823px;
	margin-right: auto;
	margin-left: auto;
}
#cont {
	float: left;
	width: 795px;
	border: 3px solid #000000;
	padding: 14px;
	background: #FFFFFF;
	margin-top: 2%;
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
	color: #424242;
}
#head {
	float: left;
	width: 795px;
	height: 75px;
}
#titre {
	float: left;
	width: 795px;
	background: url(../images/bg-titre.png);
	height: 23px;
}
#bandeau {
	background: url(../images/bandeau.jpg);
	float: right;
	height: 53px;
	width: 504px;
	margin-top: 2px;
	padding-top: 160px;
	padding-left: 20px;
}
#similaire {
	background: #3a3a3a url(../images/bg-similaire.png) repeat-x;
	height: 70px;
	padding: 10px;
	float: right;
	width: 504px;
	margin-top: 2px;
}
html>body #similaire {
height: auto;
min-height: 70px;
}

div.full {
	float: left;
	width: 795px;
}
#texte-gauche {
	width: 261px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
/* Recherche */
div.cse-branding-right {
	float: right;
	width: 310px;
}
/* TYPO */
#head h1 {
	font-size: 140%;
	text-align: left;
	text-transform: uppercase;
	padding-top: 25px;
	margin: 0px;
	padding-left: 25px;
}
#head h1 a {
	font-weight: bold;
	color: #424242;
	text-decoration: none;
}
#head h1 a:hover {
	color: #FF860D;
}
#head div.input {
	float:left;
}
#titre h2 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	margin: 0px;
	padding-top: 3px;
}
#texte-gauche p {
	text-align: justify;
}
p {
	font-size: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 7px;
}
p a {
	color: #424242;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF860D;
	text-align: left;
	margin-bottom: 7px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 7px;
}
h4 a {
	color: #FFFFFF;
	text-decoration: none;
}
p.hdclic {
	font-size: 0.6em;
	text-align: right;
}
p.hdclic, p.hdclic a {
	color: #868686;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #ff8a00;
}
#bandeau p {
	opacity: 0.6;
	filter:alpha(opacity=60); 
	font-size: 300%;
	text-align: left;
	color: #FFFFFF;
}
#similaire p {
	float: left;
	width: 252px;
	color: #ff8a00;
	font-weight: bold;
}
#similaire p a {
	color: #ff8a00;
}
#similaire p a:hover {
	text-decoration: none;
}
input.submit {
	text-align: center;
	border-style: none;
	margin: 0px;
}
input.submit:hover {
	opacity: 0.6;
	filter:alpha(opacity=60); 
}