body
{
	margin-top: 0px;
	margin-bottom: 10px;
	background-color : #e3fde3;
	padding: 0;
	height: 100%;
}

.page
{
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 10px;
	width: 800px;
	font-family: Centuty, "trebuchet MS", Georgia,  arial, verdana, serif;
	font-size: 0.8em;
}

a
{
	color: black;
}

/*- Mise en forme du texte - */
p
{
	margin: 0;
	padding: 0;
}

h3
{
	background-image: url("images/utiles/degrade2_bleu.png");
	width: 530px;
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid #91B6EB;
	text-indent: 5px;
	font-size: 1.0em;
}

h4
{
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
}

h5
{
	text-decoration: underline;
}


.grande_intro
{
	font-size: 1.0em;
	padding: 5px;
}

.signature
{
	font-size: 1.0em;
	margin-right: 40px;
	padding-bottom: 5px;
	text-align: right;
	border-bottom: 1px solid #91B6EB;
}

.souligne
{
	text-decoration: underline;
}

.petit
{
	font-size: 0.9em;
}

.petit_italic
{
	font-size: 0.9em;
	font-style: italic;
}

.tout_petit
{
	font-size: 0.8em;
}

.petit_souligne_gras
{   
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
}

.petit_souligne
{   
	font-size: 0.8em;
	text-decoration: underline;
}

.designation
{
	font-style: italic;
	font-size: 0.9em;
	text-align: left;
}

td.designation:first-line
{
	font-style: normal;
	font-size: 1.2em;
	font-weight: bold;
}

.designation2
{
	padding-left: 20px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}

/*- Fin mise en forme du texte - */

.imageflottante
{
   float: left;
}

.dessous
{
   clear: both;
}

.carte
{
	position:relative;
	float:left;
	padding-top: 10px;
	width: 200px;
	height: 300px;
	background-image: url(./images/skin/fond_parchemin.png);
	background-repeat: no-repeat;
	text-align: center;
}

.carte2
{
	position:relative;
	float:left;
	padding-top: 10px;
	width: 200px;
	height: 350px;
	background-image: url(./images/skin/fond_parchemin2.png);
	background-repeat: no-repeat;
	text-align: center;
}




/*- Opacifier image cliquable avec class=opacity -*/
a.opacity img
{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
}

a.opacity:hover img
{
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
	-khtml-opacity: 0.75;
    opacity: 0.75;
}

/*- Fin Opacifier image cliquable -*/

#tete
{
	width: 800px;
	height: 120px;
	margin-bottom: 0px;
	background-image: url("./images/skin/tete.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#contenu 
{
	position: absolute;
	width: 799px;
	background-image: url("./images/skin/fond_contenu.jpg");
	background-repeat: repeat;
	border-right: 1px solid #009233;
	border-bottom: 1px solid #009233;
	padding-bottom: 10px;
}

#menu
{
	padding-top: 15px;
	width: 160px;
	height: auto;
	background-color: #009233;
	float: left;
	text-align: center;
}

#corps
{
	margin-left: 10px;
	padding-top: 15px;
	float: right;
	width: 629px;
	height: auto;
}

#pied
{
	width: 629px;
	margin-top: 15px;
	text-align: center;
	font-size: 0.8em;
}

/*- Menu Tabs 4--------------------------- */
#tabs4
 {
	float:left;
	width:100%;
	background: #009233;
	font-size:1.0em;
	line-height:normal;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
#tabs4 ul
{
	margin:0;
	padding:5px 5px 0 5px;
	list-style:none;
}
#tabs4 li
{
	display:inline;
	margin:0;
	padding:0;
}
#tabs4 a {
	float:left;
	background:url("./images/barre/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
}
#tabs4 a span {
	float:left;
	display:block;
	background:url("./images/barre/tabright.gif") no-repeat right top;
	padding:2px 15px 2px 0px;
	color:#ffffff;
	text-decoration:none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs4 a span {
	float:none;
}

/* End IE5-Mac hack */
#tabs4 a:hover span {
	font-weight:lighter;
	font-size:1.0em;
	color: #ffffff;
	text-decoration: none;
}
#tabs4 a:hover {
	background-position:0% -42px;
}
#tabs4 a:hover span {
	background-position:100% -42px;
	font-weight: bold;
}
#tabs4 #current a {
	font-size:1.0em;
	background-position:0% -42px;
	font-weight: bold;
}
#tabs4 #current a span {
	background-position:100% -42px;
}

a img /* supprime toutes les bordures des images avec lien */
{
	border: none;
}

img { behavior: url(iepngfix.htc); }