/* Feuille de style pour l'extranet du FOA */

body {
    margin:0px;
    font-size: 9pt;
	font-family: sans-serif,sans;
	font-weight: normal;
	/* color: #505050; */
	background-image: url(../_img/fond.jpg);
	background-repeat: repeat;
 	background-position: top;

}

input, textarea, select { background-color:#eaeaea; border-style:dotted; border-color:black; border-width:1px;}

img
{
	border: 0;
}

p {
	text-align:justify;
	line-height:normal;
}

a:hover {
	color:#5c5c5c;
	border-bottom-width: 0px;
	font-weight:bold;
	text-decoration:underline;
}

a {
	color:#707070;
	font-weight:bold;
	text-decoration:none;
}

table
{
	border: 1px solid #b30216;
	border-collapse: collapse;
	width: 100%;
}

th, th a
{
	color: #b30216;
	text-decoration: none;
	font-weight: bold;
}

th a:hover
{
	color: red;
	text-decoration: none;
}

td
{
	border: 1px solid #b30216;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr:hover
{
	background-color: #e0b7b7;
}

.titre {
	font-size:14pt;
	font-weight:bold;
	color:#b30216;
	
	clear:both;
	line-height:30pt;
}

.titre2 {
	font-size:12pt;
	font-weight:bold;
	color:red;
	text-indent: -15px;
	clear:both;
	line-height:30pt;
}

#site {
	position:relative;
	margin:30px auto 30px auto;
	width:778px;
	height:auto;
}

#header {
	display:block;
	position:relative;
	width:778px;
	height:150px;
	text-align:center;
	background-image: url(../_img/header.png);
 	background-position: top;
}

#menu_gauche {
	position:relative;
	margin: 20px 0 0 0;
	width:140px;
	height:400px;
}

a.menu, a.menu:hover, #menu {

	float:left;
	width:140px;
	height:38px;
	text-align:center;
	color:white;
	line-height:38px;
	vertical-align:middle;
	background-image:url(../_img/bouton.png);
	background-repeat:no-repeat;
	background-position:left buttom;
}

a.menu:hover {
	background-position:0px -38px;
	color:white;
}

#content {
	position:relative;
	left:140px;
	bottom:420px;
	width:598px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:auto;
	background-color:white;
}

#tableau li a {
	border-bottom: thin solid grey;
	font-weight:normal;
	text-decoration:none;
}

#tableau a:hover {
	color:red;
	font-weight:normal;
}


#tableau a span {
	display:none;
}

#tableau a:hover span {
	display:block;
	border: thin dashed grey;
	margin:1em 1em 1em 1em;
	padding:6px 6px 6px 6px;
	color: black;
}

#tableau ul {
	list-style-type:none;
	margin:20px;
	padding:0;
	position:relative;
	width:500px;
}

#fiche_gauche {
	position:absolute;
	left:0px;
	width:279px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	height:600px;
	background-color:white;
}


#fiche_droite {
	position:absolute;
	left:309px;
	width:289px;
	padding-left:0px;
	padding-right:20px;
	padding-top:20px;
	height:600px;
	background-color:white;
}

#bloc_fiches {
	position:relative;
	width:auto;

	height:600px;
	background-color:white;
}

#bas {
   position:relative;
   top: 0px;
   left: 0px;
   padding: 40px 15px 15px 15px;
   width: auto;
}

.boite {
	display:block;
	border: thin dashed grey;
	margin:1em 1em 1em 1em;
	padding:6px 6px 6px 6px;
	color: black;
}

.titreboite {
	font-size:12pt;
	font-weight:bold;
	color:#494949;
	text-indent: 15px;
	clear:both;
	line-height:20pt;
	margin-bottom: 10pt;
}
