/* 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: baseline; 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: #5270AE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.125em;
	color: #000;
	text-align: center;
}

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

a
{
	text-decoration: none; 
	outline: none; 
	font-weight: bold;
	color: #AAA;
}
a:hover { color: #5270AE; }

h1
{
	font-size: 2em;
	margin: 1em 36px 0.5em 36px;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-style: italic;
}
h2
{
	font-size: 1.75em;
	line-height: 1em;
	margin: 1em 36px 0.5em 36px;
	letter-spacing: -0.05em;
	color: #5270AE;
}
h3
{
	font-size: 1.25em;
	margin: 1em 36px 0.666em 36px;
	color: #AAA;
}
p
{
	margin: 0 36px 1em 36px;
}

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

#fenetre ul
{
	margin: 0 0 1em 1em;
	list-style-position: outside;
	list-style-type: disc;
}

#container
{
	width: 1004px;
	vertical-align: top;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(images/fond_container.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #D0D4D7;
	border-right: 1px solid #D0D4D7;
}

#sousmenu_bleu,
#sousmenu_vert,
#sousmenu_rouge,
#sousmenu_jaune,
#sousmenu_or
{ 
	padding: 0 5px;
	vertical-align: top;
	text-align: center;
}
#sousmenu_bleu { background: url(./images/smenu_fond2.jpg) no-repeat; }
#sousmenu_vert { background: url(./images/smenu_fond3.jpg) no-repeat; }
#sousmenu_rouge { background: url(./images/smenu_fond4.jpg) no-repeat; }
#sousmenu_jaune { background: url(./images/smenu_fond5.jpg) no-repeat; }
#sousmenu_or { background: url(./images/smenu_fond1.jpg) no-repeat; }
#sousmenu_bleu a,
#sousmenu_vert a,
#sousmenu_rouge a,
#sousmenu_or a,
#sousmenu_jaune a
{ 
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
#sousmenu_bleu a { color: #CCD8FF; }
#sousmenu_vert a { color: #D4FFCC; }
#sousmenu_rouge a { color: #FFD4CC; }
#sousmenu_jaune a { color: #FFEACC; }
#sousmenu_or a { color: #ffe7c8; }
#sousmenu_bleu a:hover,
#sousmenu_vert a:hover,
#sousmenu_rouge a:hover,
#sousmenu_or a:hover,
#sousmenu_jaune a:hover
{
	color: #FFF;
}

#rubrique_bleue,
#rubrique_verte,
#rubrique_rouge,
#rubrique_jaune,
#rubrique_or
{ 
	vertical-align: top;
}
#rubrique_bleue { background-color: #6474AB; }
#rubrique_verte { background-color: #35AC22; }
#rubrique_rouge { background-color: #C61C02; }
#rubrique_jaune { background-color: #f6cb06; }
#rubrique_or { background-color: #C87303; }
#rubrique_bleue ul,
#rubrique_verte ul,
#rubrique_rouge ul,
#rubrique_jaune ul,
#rubrique_or ul
{
	margin: 0 10px 0 50px;
	list-style: square outside;
}

#rubrique_bleue ul li { color: #CCD8FF; font-size: 0.8em; }
#rubrique_verte ul li { color: #D4FFCC; font-size: 0.8em; }
#rubrique_rouge ul li { color: #FFD4CC; font-size: 0.8em; }
#rubrique_jaune ul li { color: #FFEACC; font-size: 0.8em; }
#rubrique_or ul li { color: #ffe7c8; font-size: 0.8em; }

#rubrique_bleue ul li a,
#rubrique_verte ul li a,
#rubrique_rouge ul li a,
#rubrique_jaune ul li a,
#rubrique_or ul li a
{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
#rubrique_bleue ul li a { color: #CCD8FF; }
#rubrique_verte ul li a { color: #D4FFCC; }
#rubrique_rouge ul li a { color: #FFD4CC; }
#rubrique_jaune ul li a { color: #FFEACC; }
#rubrique_or ul li a { color: #ffe7c8; }
#rubrique_bleue ul li a:hover,
#rubrique_verte ul li a:hover,
#rubrique_rouge ul li a:hover,
#rubrique_jaune ul li a:hover,
#rubrique_or ul li a:hover
{
	color: #FFF;
}
#rubrique_bleue ul li.selected,
#rubrique_verte ul li.selected,
#rubrique_rouge ul li.selected,
#rubrique_jaune ul li.selected,
#rubrique_or ul li.selected
{
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #FFF;
}

#titreBleu,
#titreVert,
#titreRouge,
#titreJaune,
#titreOr
{
	vertical-align: top;
}
#titreBleu { background: url(./images/fond_bleu.jpg) no-repeat; }
#titreVert { background: url(./images/fond_vert.jpg) no-repeat; }
#titreRouge { background: url(./images/fond_rouge.jpg) no-repeat; }
#titreJaune { background: url(./images/fond_jaune.jpg) no-repeat; }
#titreOr { background: url(./images/fond_or.jpg) no-repeat; }
#titreBleu div,
#titreVert div,
#titreRouge div,
#titreJaune div,
#titreOr div
{
	font-size: 1.25em; margin: 1em 36px 0.666em 36px;
}
#titreBleu div { color: #CCD8FF; }
#titreVert div { color: #D4FFCC; }
#titreRouge div { color: #FFD4CC; }
#titreJaune div { color: #FFEACC; }
#titreOr div { color: #ffe7c8; }

#fenetre
{
	margin: 0 0 0 0;
	padding: 0 36px;
	width: 628px;
	background: #F2F3F6;
	overflow: hidden;
}
#fenetre p,
#fenetre h1,
#fenetre h2,
#fenetre h3
{
	margin-left: 0;
	margin-right: 0;
}
#fenetrehaut
{
	margin: 20px 0 0 0;
	width: 700px;
	height: 5px;
	background: url(./images/fenetre_haut.jpg) no-repeat;
}
#fenetrebas
{
	margin: 0 0 0 0;
	width: 700px;
	height: 5px;
	background: url(./images/fenetre_bas.jpg) no-repeat;
}

#messageGauche
{
	margin: 0 0 0 0;
	padding: 0 36px;
	font-size: 0.75em;
	color: #AAA;
}
#messageGauche h1,
#messageGauche h2,
#messageGauche h3
{
	margin-left: 0;
	margin-right: 0;
}
#messageGauche h1
{
	font-size: 2em;
}
#messageGauche h2
{
	font-size: 1.75em;
}
#messageGauche h3
{
	font-size: 1.25em;
}

#contactIndex img
{
	margin: 1em 0 0 30px;
}
#contactIndex h2
{
	text-align: center;
	margin: 0.5em 36px 0.25em 36px;
}
#contactIndex p
{
	text-align: center;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #AAA;
	margin-bottom: 0;
}
#contactIndex p a
{
	font-size: 1em;
	text-decoration: none; 
	outline: none; 
	font-weight: normal;
	color: #AAA;
}
#contactIndex p a:hover { color: #5270AE; }

#cartoucheContact
{
	background: #FFF; 
	width: 216px; 
	margin: 50px auto 0 auto; 
	padding-bottom: 1em; 
	border: 1px dotted #000; 
	text-align: center;
}
#cartoucheContact img { margin: 1em 0 0 0; }
#cartoucheContact h2 { margin: 0.5em 0 0.25em 0; }
#cartoucheContact p { font-size: 1.25em; line-height: 1.25em; color: #AAA; margin: 0; }
#cartoucheContact p a
{
	font-size: 1em;
	text-decoration: none; 
	outline: none; 
	font-weight: normal;
	color: #AAA;
}
#cartoucheContact p a:hover { color: #5270AE; }

#footer { height: 100px; }
#footer td { background: url(./images/fond_footer.gif) repeat-x; }

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; }

#rubrique_bleue ul#menuAdmin,
#rubrique_verte ul#menuAdmin,
#rubrique_rouge ul#menuAdmin,
#rubrique_jaune ul#menuAdmin,
#rubrique_or ul#menuAdmin,
#menuAdmin
{
	margin: 20px 10px 0 10px;
	padding: 10px 0 10px 10px;
	list-style: square inside;
	background-color: #000;
	color: #FFF;
}
#rubrique_bleue ul#menuAdmin li a,
#rubrique_verte ul#menuAdmin li a,
#rubrique_rouge ul#menuAdmin li a,
#rubrique_jaune ul#menuAdmin li a,
#rubrique_or ul#menuAdmin li a,
#menuAdmin li a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #FFF;
}
#rubrique_bleue ul#menuAdmin li a:hover,
#rubrique_verte ul#menuAdmin li a:hover,
#rubrique_rouge ul#menuAdmin li a:hover,
#rubrique_jaune ul#menuAdmin li a:hover,
#rubrique_or ul#menuAdmin li a:hover,
#menuAdmin li a:hover
{
	color: #AAA;
}

#boutonsAdmin
{
	margin: 0;
	padding: 0;
	width: 700px;
	background-color: #000;
	text-align: center;
	color: #FFF;
}
#boutonsAdmin a
{
	color: #FFF;
}
#boutonsAdmin a:hover
{
	color: #AAA;
}

.tabgamme
{
	border: 1px solid #999;
}

.tabgamme th
{
	padding: 2px;
	background-color: #F60;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

.tabgamme td
{
	font-size: 0.8em;	
	padding: 2px 1px;
}

