body, p, td
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color : #303030;
}

th
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	color : #303030;
}

.erreur
{
	font-family: Tahoma;
	font-size: 12px;
	color : #cc0000;
	font-weight: bold;
	text-align: center;
}

#principal
{
	font-size : 12px;
	color : #303030;
	font-family : Tahoma;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: rgb(158, 182, 206);
	border-right-color: rgb(158, 182, 206);
	border-bottom-color: rgb(158, 182, 206);
	border-left-color: rgb(158, 182, 206);
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

#menu_gauche
{
	font-size : 12px;
	color : #303030;
	font-family : Tahoma;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: rgb(158, 182, 206);
	border-right-color: rgb(158, 182, 206);
	border-bottom-color: rgb(158, 182, 206);
	border-left-color: rgb(158, 182, 206);
	background-color: #E8F0F4;
	vertical-align: top;
	width: 175px;
}

#menu_haut
{
	font-size : 12px;
	color : #303030;
	font-family : Tahoma;
	border: thin solid rgb(158, 182, 206);
	text-align: center;
	height: 134px;
	vertical-align: middle;
	background-image: url(/design/fond_haut.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#menu_bas
{
	font-size : 12px;
	color : #303030;
	font-family : Tahoma;
	border: thin solid rgb(158, 182, 206);
	text-align: center;
	height: 45px;
	vertical-align: middle;
	background-color: #E8F0F4;
}

#menu_gauche h2
{
	font-weight: bold;
	text-transform: capitalize;
	color: #0560a6;
	background-image: url(/design/header.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	font-size: 13px;
}

#menu_gauche ul
{
	padding: 0px;
	color: #0560a6;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	margin-left: 10px;
	font-size: 12px;
}

.tableau
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgb(158, 182, 206);
	border-right-color: rgb(158, 182, 206);
	border-bottom-color: rgb(158, 182, 206);
	border-left-color: rgb(158, 182, 206);
	width: 100%;
}

.tableau_titre
{
	border: thin solid #006600;
	background-image: url(/design/header.png);
	background-repeat: repeat-x;
	height: 28px;
	font-weight: bold;
}

.tableau_corps
{
	border: thin solid #006600;
	background-color: #E8F0F4;
}

#principal h3
{
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	background-color: #f4f8fa;
	color: #303030;
	line-height: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(158, 182, 206);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgb(158, 182, 206);
}

a:link, a:visited, a:active
{
	color : #0560a6;
	text-decoration : none;
}
a:hover
{
	color : #ff5700;
}

