﻿@import "custom.css";


h3, h4, h5, h6, form, fieldset, img, p, div, ul, li, table, caption, tr, td, th {
	padding: 0px;
	margin: 0px; 
	border: 0px;
}

h1, h2 {
	padding : 0px;
	margin:10px 0px 5px 20px;
	border: 0px;
}

input, select {
	font-size: 92%;
}
textarea, input, select {
	margin: 0px;
}

label {
	/*vertical-align: top;*/
}
p
{
	text-align:justify;
}
a
{
	font-size:100%;
	color:#000000;
	text-decoration:underline;
}

a:hover
{
/*	text-decoration:none;*/
}

.left { float: left; }
.leftmarge { float:left; margin-right:5px;}
.right { float: right; }
.middle { vertical-align: middle; }
.top { vertical-align: top; }
.center { text-align: center; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.overflow { overflow: hidden; }
.hidden { width: 0; height: 0; overflow: hidden; position:absolute;}

/* Erreur / confirmation */
.error { font-weight: bold; color: Red; }
.success { font-weight: bold; }
.disabled { color:#666666;}



fieldset legend {
	display: none;
}

/* MAIN */
#main
{
	background-image:url('../img/FR/Home/fd_milieu.jpg');
	background-repeat:repeat-y;
}

#main #left 
{
	float:left;
	margin-left:24px;
	_margin-left:12px;
	width:200px;
}

#main #right
{
	float:right;
	margin-right:24px;
	_margin-right:12px;
	width:200px;
}

#main #left DIV.univers, #main #right DIV.univers
{
	background-image:url('../img/FR/Home/cVolantMenu.gif');
	background-position:right 5px;
	background-repeat:no-repeat;
}

#main #left H3, #main #right H3
{
	font-size:110%;
	margin-left:10px;
	_margin-left:20px;
	*margin-left:10px;
	text-transform:uppercase;
}

#main #left UL , #main #right UL 
{
	margin-bottom:20px;
}

#main #right UL.partner
{
	list-style:none;
	margin-left:10px;
}

#main #left UL LI.rub, #main #left UL LI.rubON, #main #right UL LI.rub, #main #right UL LI.rubON, #main #left UL LI.rubOFF
{
	padding-left:15px;
	list-style-position:inside
}

#main #left UL LI.rubOFF
{
	color:#696969;
}

#main #left UL LI.rubON
{
	background-color:#FFFFFF;
}

#main #left A , #main #right A 
{
	color:#000000;
	text-decoration:none;
}

#main #left A:hover , #main #right A:hover
{
	text-decoration:underline;
}

#main #right HR 
{
	padding:0px;
	margin:10px 0px;
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-top: 1px solid #FFFFFF;
}

#content
{
	width:560px;
	_width:550px;
	margin-left:224px;
}

#content DIV.left
{
	float:left;
	width:260px;
	margin-left:15px;
	_margin-left:7px;
}

#content DIV.right
{
	float:left;
	width:260px;
	margin-left:10px;
	_margin-left:5px;
}

/* FOOTER */
#foot
{
	background-color:#F9B315;
	background-image:url('../img/FR/Home/fd_bas.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:50px;
	text-align:center;
	padding-top:35px;
}


#foot LI
{
	display:inline;
}

#foot A
{
	color:#000000;
	text-decoration:none;
}

#foot A:hover
{
	text-decoration:underline;
}

/* recherche */
#recherche LABEL {
	color:#000000;
	font-size:92%;
	font-weight:bold;
}

#recherche INPUT.submit
{
	border:none;
	background:#E2001A;
	color:#ffffff;
	width:auto;
}

#recherche FIELDSET INPUT
{
	width:130px;
	font-size:100%;
}

#recherche FIELDSET
{
	padding-bottom:8px;
	margin-bottom:10px;
	margin-left:8px;
}

