/*****************************/
/** CSS DU SITE ILXELLE.COM **/
/*****************************/

@import "ilxelle-menu-onglets.css";

/** RE-DEFINITION DE BALISES **/
html {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Verdana";
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-image: url('bg_body.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {
	border: none;
}
h1
{
font-size:20px;
}
h2
{
font-size:18px;
}
form {
	padding: 0;
	margin: 0;
}

/** BALISES STRUCTURELLES **/
#conteneur {
	position: absolute;
	top: 0;
	left: 50%;
	width: 992px;
	margin-left: -496px;
}


/** header **/
#header {
	float: left;
	width: 992px;
	background-image: url('bg_header.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.onglet_header {
	float: right;
	width: 178px;
	max-width: 166px;
	height: auto !important;
	height: 46px;
	min-height: 42px;
	padding: 4px 0 0 8px;
	margin-left: 4px;
	background-image: url('bg_onglet_header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.onglet_header a {
	font-size: 9px;
	color: #535353;
	text-decoration: underline;
}

#onglet_champ_recherche {
	width: 122px;
	height: 20px;
	color: #535353;
	font-size: 11px;
	margin: 3px 5px 0 0;
}

#bt_onglet_recherche {
	margin-top: 3px;
}

#onglet_panier, #onglet_compte {
	font-family: "Verdana";
	font-size: 10px;
	color: #FFFFFF;
}

#onglet_panier a {
	color: #FFFFFF;
	text-decoration: none
}

#onglet_compte a {
	font-family: "Verdana";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none
}

#onglet_compte a:hover {
	text-decoration: underline
}

#header_cgv {
	float: right;
	width: 51px;
	margin: 10px 0 0 10px;
}

#header_drapeau {
	float: right;
	width: 32px;
	margin-top: 13px;
}

#logo {
	float: left;
	display: inline;
	width: 208px;
	height: 127px;
	margin: 4px 0 0 15px;
}

#slogan {
	float: left;
	width: 521px;
	margin-top: 23px;
}

#service_clients {
	float: left;
	width: 242px;
	background-image: url('bg_service_clients.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#texte_service_clients {
	float: left;
	color: #535353;
	font-size: 9px;
	line-height: 1.5em;
	padding-left: 10px;
	margin-top: 7px;
	border-left: 1px solid #FFCF64;
}

#texte_service_clients a {
	color: #535353;
	text-decoration: underline;
}

#texte_service_clients a:hover {
	text-decoration: none;
}

/** fin header **/
/** contenu de la page **/
#coins_haut, #coins_bas {
	float: left;
	width: 992px;
}

#contenu {
	float: left;
	width: 992px;
	background-image: url('bg_contenu.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#colonne_droite {
	float: right;
	display: inline;
	width: 185px;
	margin-right: 6px;
}


#footer {
	float: left;
	width: 992px;
	color: #9D0C15;
	text-align: center;
	font-family: "Times";
	font-size: 14px;
	padding: 10px 0 15px 0;
	background-color: #FFFFFF;
}

#footer a {
	color: #9D0C15;
	text-decoration: none;
}

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

/** fin du contenu de la page **/

/** DIVERS **/
.valign_top {
	vertical-align: top;
}

.valign_middle {
	vertical-align: middle;
}

.valign_bottom {
	vertical-align: bottom;
}

.a_gauche {
	float: left;
}

.a_droite {
	float: right;
}

.en_blanc {
	color: #FFFFFF;
}

.en_rouge {
	color: #9D0C15;
}

.souligne {
	text-decoration: underline;
}

.en_noir_souligne {
	color: #000000;
	text-decoration: underline;
}

.en_noir {
	color: #000000;
}

.en_italique {
	font-style: italic;
}

.en_11 {
	font-size: 11px;
}

.en_gras {
	font-weight: bold;
}

.champ_saisie {
	border-top: 1px solid #795E30;
	border-right: 1px solid #DDAB57;
	border-bottom: 1px solid #DDAB57;
	border-left: 1px solid #795E30;
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}

.select_pays {
	border-top: 1px solid #795E30;
	border-right: 1px solid #DDAB57;
	border-bottom: 1px solid #DDAB57;
	border-left: 1px solid #795E30;
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}