@charset "iso-8859-1";

/* STYLES GLOBAUX */
body {
	font-family: "trebuchet MS", verdana;
	font-size: 12px;
	color: black;
	background: url('img/fond.jpg') no-repeat;
	background-position: center top;
		background-color: #E2B87C;

}
td {
	font-size: 12px;
}
img{
	border: 0;
}
a:hover {
	text-decoration: none;
	color: #865A28;
}
a:active {
	text-decoration: none;
}
a {
	text-decoration: none;
	color: black;
}
#attention a{
	text-decoration: underline;
}
h1 {
	font-family: verdana;
	font-size: 1.4em;
	text-decoration: underline;
	color: #9D0000;
}
h2 {
	font-size: 18px;
	color: #9D0000;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
	text-decoration: underline;
}
i {
	font-size: 13px;
}
hr{
	margin-bottom: 20px;
	margin-top: 20px;
}
.citation{
	font-style: italic;
	font-size: 12px;
}
.nom{
	text-decoration: underline;
	font-size: 10px;
}
.fonction{
	font-style: italic;
	font-size: 10px;
}
.gauche{
	margin: 0 7 0;
	float: left;
}
.droite{
	float: left;
	margin-left: 80;
	margin-top: 50;
}
.plan_gauche{
	width: 355px;
	height: 220px;
	margin-top: 50;
	float: left;
}
.plan_droite{
	height: 220px;
	float: right;
	margin-top: 50;
	margin-right: 60;
}
.logo{
	height: 120px;
}


/* TETE */

#menuBlock a {
	display: block;
}

.tableau_principal
{
	 width: 860px;
}

/* MENU */

#onglet td
{
	/* display: block; */
	width: 140px;
	height: 23px;
	background: url('img/onglet_2.gif');
	padding-top: 3px;
	border: none;
}
#onglet td.onglet_selected{
	background: url('img/onglet_1.gif');
}
#onglet .onglet_selected a
{
	font-weight: bold;
	color: #9D0000;
}


.ligne_separation
{
	border-bottom: 2px solid black;
}


/* SOUS MENUS */

#sous_menu td
{
	border-right: 1px solid #9D0000;
	width: 140px;
	text-align: center;
}

#sous_menu .sous_menu_selected a
{
	font-weight: bold;
	color: #9D0000;	
}

#sous_menu .sous_menu_droite
{
	border: none;
}
#sous_menu .sous_menu_selected_droite , #sous_menu .sous_menu_selected_droite a
{
	border: none;
	color: #9D0000;	
	font-weight: bold;
}

/* CONTENU */

.contenu
{
	background: transparent url('img/fondTR.png');
	overflow: auto;
	width: 717px;
	height: 341px;
}

.contenu_ie
{
	background: url('img/fond_contenu_ie.jpg');
	background-attachment: fixed;
	overflow: auto;
	width: 715px;
	height: 339px;
	border: 1px solid #CD9E61;
}

.colonne_gauche{
	width: 150px;
	height: 324px;
	border-right: 1px dashed #9D0000;
	vertical-align: top;
	font-style: italic;
	font-size: 12px;
}

#degre td{
	display: block;
	width: 113px;
	height: 20px;
	font-size: 11px;
	background: url('img/degre_2.gif') no-repeat;
	padding-left: 7px;
	margin: 0;
	border: 0;
	line-height: 20px;
}
#degre a{
	display: block;
}
#degre td.degre_selected a
{
	color: #9D0000;
}
#degre td.degre_selected
{
	background: url('img/degre_1.gif') no-repeat;	
}
.colonne_droite{
	padding-left: 5px;
	width: 630px;
	vertical-align: top;
}
.zip{
	padding-left: 5px;
}

.actu_gauche{
	float: left;
	width: 140px;
}
.actu_droite{
	float: left;
	margin-right: 10px;
}
.inscription a{
	color: #9D0000;
}
.inscription a:hover {
	text-decoration: none;
	color: #865A28;
}

/* Pour les images cote/cote */
.float{
	float: left;
	width: 220px;
}


/* PIED */

#pied a
{
	font-family: arial;
	font-size: 0.8em;
}
.webmaster{
	text-align: center;
	font-family: arial;
	font-size: 0.8em;
	color:;
	margin-bottom: 4;
}






.master_class{
	float: left;
	height: 180px;
	margin-right: 50px;
}
