

/* Default (Body)
-------------------------------------------------------------- */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:rgb(90, 90, 90);
}
	


/* Backgrounds
-------------------------------------------------------------- */
.background-3col
{
	background-image:url(img/background-3col.gif);
}

.background-body
{
	background-color:rgb(110, 60, 20);
}


.background-tableau
{
	background-color:rgb(232, 215, 199);
}



/* Titrages
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-family:Georgia, "Times New Roman", Times, serif; margin:0px; padding:0px; }

h1
{	
	font-size:24px;
	line-height:32px;
	color:rgb(110, 60, 20);
	text-decoration:underline;
	font-weight:100;
}

h2
{
	font-size:18px;
	line-height:24px;
	color:rgb(90, 90, 90);
	font-style:italic;
	text-decoration:none;
	font-weight:100;
}

h3
{
	font-size:24px;
	line-height:32px;
	color:rgb(110, 60, 20);
	font-style:normal;
	text-decoration:none;
	font-weight:100;
}

h4
{
	font-size:24px;
	line-height:32px;
	color:rgb(110, 60, 20);
	font-style:normal;
	text-decoration:none;
	font-weight:100;
}

h5
{
	font-size:18px;
	line-height:24px;
	color:rgb(90, 90, 90);
	font-style:normal;
	text-decoration:none;
	font-weight:100;
}

h6
{
	font-size:18px;
	line-height:24px;
	color:rgb(110, 60, 20);
	font-style:normal;
	text-decoration:none;
	font-weight:100;
}



/* Paragraphes
-------------------------------------------------------------- */
p    { margin:0px; padding:0px; }
.cap { text-transform:uppercase; }


.mkd p {
	padding-top:16px;
}


/* Listes
-------------------------------------------------------------- */
ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

li
{	
	padding-left:0px;
}

li:hover
{
	background-image:url(img/puce.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	color:rgb(110, 60, 20);
}


/* Légende image
-------------------------------------------------------------- */
.legende
{
	color:rgb(255, 255, 255);
}


/* Liens
-------------------------------------------------------------- */
a
{
	font-weight:100;
	text-decoration:none;
	color:rgb(90, 90, 90);	
}

a:hover
{
	font-weight:bold;
	text-decoration:none;
	color:rgb(110, 60, 20);
	
}

a:visited, a:active
{
	color:rgb(90, 90, 90);	
}

#nav ul li.selected a,
#nav ul li.selected a:visited
{
	font-weight:bold;
	color:rgb(110, 60, 20);
}

/* menu_header */
.menu a
{
	background-color:rgb(255, 255, 255);
}

.menu a:hover
{
	background-color:rgb(255, 255, 255);
	color:rgb(110, 60, 20);
}

.colonne a:visited
{
	color:rgb(110, 60, 20);
}

/* Première variation de lien (en savoir+) */
.lienvar
{
	color:rgb(110, 60, 20);
}


/* Seconde variation de lien (controleur slideshow) */
.viewerlink
{
	color:rgb(255, 255, 255);
}

.viewerlink:visited, viewerlink:active, viewer:hover
{
	color:rgb(255, 255, 255);
}



/* Filet
-------------------------------------------------------------- */
.filetbottom
{
	border-bottom:solid;
	border-width:1px;
	border-color:rgb(110, 60, 20);
}

/* forms.css */
label 
{
	font-weight:bold;
	margin-bottom:16px;
}

fieldset 
{
	padding:0px;
	border:none;
	margin:0px;
	/*border:1px solid #ccc;*/
	/*background-color:rgb(231, 214, 198);*/
}

legend 
{
	font-weight:bold;
	font-size:1.2em;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:rgb(231,214,198); border:none; margin-bottom:0px; width:150px; padding-left:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; /*border:1px solid #bbb;*/}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus /*{border-color:#666;}*/ {margin:0px;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin-bottom:0px;}
input.text, input.title {width:300px;padding:0px;}
input.title {font-size:12px;}

textarea 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	width:310px;
	height:160px;
	padding:0px;	
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}

form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}	

.tables
{
	text-align:center;
}

.back-tab {
background-color:rgb(232, 215, 199);
}

.back-tabdyn {
background-color:rgb(240, 240, 240);
}


