/* RESET */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }

body
{ 
	background-color: #9EABAE;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #808080;
	text-align: center;
}

strong { font-weight: bold; }
em { font-style: italic; }

a
{
	text-decoration: none; 
	outline: none;
	font-weight: normal;
	color: #808080;
	border-bottom: 1px dotted #E61414;
}
a:hover
{
	color: #E61414;
	border-bottom: 1px solid #E61414;
}

h1
{
	font-size: 2.5em;
	margin: 1em 36px 0.5em 36px;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-style: italic;
	color: #E61414;
}
h2
{
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 36px 0.5em 36px;
	letter-spacing: -0.05em;
	color: #2B3B94;
}
h3
{
	font-size: 1.25em;
	line-height: 1em;
	margin: 1em 36px 0.5em 36px;
	letter-spacing: -0.05em;
	color: #CA0;
}
h4
{
	font-size: 1em;
	line-height: 1em;
	margin: 1em 36px 0.5em 36px;
	letter-spacing: -0.05em;
	color: #777;
}
p
{
	margin: 0 36px 1em 36px;
}
ul
{
	margin: 0 36px 1em 72px;
	list-style-position: outside;
	list-style-type: disc;
}

.small
{
	font-size: 0.75em;
	color: #AAA;
}
.doubleligne
{
	line-height: 2em;
}
.gauche
{
	float: left;
	margin: 10px 10px 10px 0;
}
.droite
{
	float: right;
	margin: 10px 0 10px 10px;
}

/* STRUCTURE */
#contour1
{
	width: 972px;
	margin: 29px auto 0 auto;
	/*background-color: #FFF;*/
	background-image: url(images/bords_motif.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#contour2
{
	width: 972px;
	margin: 0 Auto;
	background-image: url(images/bords.gif);
	background-repeat: no-repeat;
}
#header
{
	width: 932px;
	margin: 20px auto 10px auto;
}
#header #ligne
{
	height: 260px;
}
#header #blocGauche
{
	width: 304px;
	background-color: #E61414;
	text-align: center;
	padding-top: 17px;
}
#header #blocDroite
{
	width: 628px;
	text-align: right;
}
#page
{
	width: 932px;
	margin: 0 auto;
}
#page #colonneGauche
{
	width: 304px;
}
#page #colonneDroite
{
	width: 628px;
}
#fenetre
{
	margin-left: 10px;
	background-color: #F6F9FA;
	background-image: url(images/fenetre_degrade.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#footer
{
	text-align: right; 
	margin: 2em 2em 0.2em 0;
	font-size: 0.75em;
	color: #AAA;
}


/* MENU */
#menu
{
	margin: 2em 0 0 0;
	border-top: 1px solid #DDD;
	list-style-type: none;
	font-size: 0.8em;
	font-weight: bold;
}
#menu li
{
	height: 2.5em;
	line-height: 2.5em;
	padding-left: 36px;
	border-bottom: 1px solid #DDD;
	background-image: url('images/menu_off.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#menu li:hover
{
	background-image: url('images/menu_hover.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}
#menu li a
{
	text-decoration: none; 
	outline: none; 
	font-weight: normal;
	color: #808080;
	border-bottom: 0;
}
#menu li a:hover
{
	color: #2B3B94;
}

#menu li.selected
{
	color: #E61414;
	background-image: url('images/menu_on.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}

/* ELEMENTS DE FORMULAIRE */
fieldset
{
	margin: 30px;
	padding: 0 20px 20px 20px;
	border: 1px dotted #000;
}
#formulaire { margin-top: 20px; }
#formulaire tr { height: 30px; }
#formulaire tr td { vertical-align: top; }
