/*
Template name: Transparentia
Template URI: http://templates.arcsin.se/transparentia-website-template/
Release date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin:0;
	padding:0;
}
a {
	color: #36C;
}
a:link {
	background: inherit;
	color: #0000FF;
	font-weight:normal;
	text-decoration: none;
}
a:visited {
	background: inherit;
	text-decoration: none;	
	font-weight:normal;
	color:#0000FF;
}
a:hover {
	background: inherit;
	color: #8d8dff;
	text-decoration: none;	
	font-weight: normal;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url(img/bg.gif);
	color: #444;
	/*font: normal 80.5% "Lucida Sans Unicode",sans-serif;*/
	font-size: 80.5%;
	font-family:"Lucida Sans Unicode",sans-serif;
	margin: 10px 20px 0px 20px;
}
p,cite,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2
{
	padding-left:50px;
}
h3
{
	margin: 10px 0px 10px 100px;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {
    clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	padding: 6px;
	width: auto;
	background-color:#fafafa;
	border:1px solid #cbcbcb;
}
.header {
	background: url(img/header.gif) repeat-x;
	height:160px;
	margin-bottom: 6px;
}
.header .gauche{
	background: url(img/header_gauche.jpg) no-repeat;
	width:153px;
	height:160px;
	float:left;
}
.header .droite{
	background: url(img/header_droite.jpg) no-repeat;
	width:216px;
	height:160px;
	float:right;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 2.5em Verdana,sans-serif;
	height: 140px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* Speedbarre */
#speedbarre{
	background-color:#eeeeee;
	border:1px solid #C6C6C6;
	position: relative;
	height:25px;
	margin-bottom: 6px;
}
	#speedbarre .droite{
		display:none;
	}
	#speedbarre .gauche{
		display:none;
	}
	
	#speedbarre ul{
		list-style-type: none;
		height: 20px;
		margin-top: 0;	
	}
	#speedbarre li	{
		height: 25px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	
	#speedbarre .speed_right{	
		float: right;
		border-left: 1px dashed #C6C6C6;
	}
	
	#speedbarre .speed_left{	
		float: left;	
		border-right: 1px dashed #C6C6C6;	
	}

/* main */
.main {
	text-align:center;
}

#menu_gauche{
	float:left;
	text-align:left;
}
#menu_droite{
	float:right;
	text-align:right;
}
#menu_gauche .sidenav{
	border-left: 1px solid #E5E5E5;
}
#menu_droite .sidenav{
	border-right: 1px solid #E5E5E5;
}
#menu_gauche .bas, #menu_gauche .haut, #menu_droite .bas, #menu_droite .haut{
	width:161px;
	height:40px;
}
#menu_gauche .bas{
	background-image:url(img/menu_gauche_bas.gif);
}
#menu_droite .bas{
	background-image:url(img/menu_droite_bas.gif);
}
#menu_gauche .haut{
	background-image:url(img/menu_gauche_haut.gif);
}
#menu_droite .haut{
	background-image:url(img/menu_droite_haut.gif);
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	width: 140px;
	padding:10px;
	font-size:0.8em;
}
.sidenav .menu_titre {
	font-weight:bold;
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	/*border-top: 1px solid #FAFAFA;
	background: #EEE url(img/bgul.gif) repeat-x;*/
	padding: 0;
}
.sidenav li {
	/*border: 1px solid #FAFAFA;*/
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	font-style:italic;
}

/* content */
.content {
	text-align:justify;
	margin-left:161px;
	margin-right:161px;
	border:1px solid black;
	padding:10px;
	background-color:white;
}
.content .arbre{
	border-bottom: 1px solid black;
	padding-bottom: 3px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0;
	text-align: center;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 6px 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #666;}

/* floats */
.footer .left {float: left;}
.footer .right {float: right;}

/* Repri */
img {
	border: none;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.milieu{
	width:50%;
}



.erreurs {
	margin: 0.7em;
	padding: 0.3em;
	text-align: center;
	color: red;
	font-weight: bold;
	border: 0.1em solid rgb(240,200,200);
	background-color: rgb(255,242,242);
}

.infos {
	margin: 0.7em;
	padding: 0.3em;
	text-align: center;
	font-weight: bold;
	border: 0.1em solid rgb(0,0,0);
	background-color: rgb(245,241,241);
}
.introduction{
	margin: 0.7em;
	padding: 0.3em;
	text-align: justify;
	font-weight: bold;
	border: 0.1em solid rgb(0,0,0);
	background-color: rgb(245,241,241);
}
/* Tableau */
.content table {
	margin:auto;
	width: 95%;
}

.content th {
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color: #000000;
}
.content td {
	background-color:#F0F0F0;
	color: #000000;
	padding: 5px;
	border:1px dashed #D0D0D0;
}
.content td.casevide {
	border:none;
	background-color:#FFFFFF;
	color: #000000;
	padding: 0px 5px 0px 5px;
}

/* Paragraphe */
p {
	margin:5px;;
}