/* CSS Document */

html
{
	font-size: 100%; /* Utile pour un bug de IE*/
}

body
{
	font-family: 'Gudea', sans-serif;/*font-family : Arial;*/
	font-size: .8em;
	padding:0px; /* Pour Opera */
	background: #ffffff;
}

#page
{
	background:white;
	margin:0 auto;
	width:980px;
	border : 2px solid #EFF0F1;
}

h1#bandeau_haut
{
	height: 150px;
	line-height: 120px;
	margin: 0px;
	background: url('image/bg_bandeau.png') no-repeat top right;
	font-size: 1.2em;
}

h1#bandeau_haut img
{
	vertical-align: middle;
	float: left;
}

h1#bandeau_haut p
{
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
	font-weight: normal;
}

h1#bandeau_haut p span
{
	font-size: 1.8em;
}

#menu_principal
{
	background: url('image/bg_menu_principal.png') no-repeat;
	color:#594484;
	height: 40px;
	line-height: 40px;
	/*font-size: .9em;*/
}

ul#menu_principal
{
	font-size: 0.8em;
	height:40px;
	margin:0px 0 10px 0;
	padding: 0px;
	list-style: none;
}

ul#menu_principal li
{
	float:left;/* Permet de les afficher horizontalement */
	text-align: center;
	font-size:1.2em;
}

ul#menu_principal li a
{
	color:#594484;
	display: block;
	line-height: 40px;
	padding:0 15px;
	text-decoration: none;
}

ul#menu_principal li a img
{
	border:0px;
}

ul#menu_principal li a:hover
{
	background: #edebf2;
}
ul#menu_principal li a:hover img
{
	background: inherit;
}
#colonne_sous_menu
{
	float:left;
	margin-right:10px;
	width: 250px;
	min-height: 500px;
}

#colonne_actu
{
	float:right;
	margin-left:10px;
	width: 250px;
	min-height: 500px;
	font-size:1em;
}

#colonne_actu h1
{
	height: 2.5em;
	line-height: 2.5em;
	font-size: 0.9em;
	background: #594484;
	background: url('image/bg_colonne_sous_menu_h1.png') repeat-y top left;
	margin: 0;
	padding-left: 10px;
	color: white;
}

#colonne_actu .contenu
{
	padding:5px;
	font-size: 1em;
}

#colonne_actu .contenu h2, #colonne_actu .contenu h2 a
{
	margin:5px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	color:black;
	font-size:1.1em;
}
#colonne_actu .contenu h2 a:hover
{
	/*color:white;*/
	text-decoration: underline;
}
#colonne_actu .contenu p
{
	border-bottom: 2px dotted #594484;
	padding-bottom: 10px;
}

#colonne_sous_menu
{
	/*background: yellow;*/
}

#colonne_sous_menu ul
{
	list-style: none;
	background: #8f85b2;
	padding:0px;
	margin:0 10px;
	list-style-type: square;
	list-style-position: inside;
	color:white;
}

#colonne_sous_menu ul li
{
	margin:0px;
	padding:10px;
	/*border-bottom: 1px solid white;*/
	border-top: 1px solid white;
}

#colonne_sous_menu ul li a, #colonne_sous_menu ul li a:hover
{
	text-decoration: none;
	background: inherit;
	color:white;
}

#colonne_sous_menu ul li ul li
{
	border: 0px;
}

#image_illustration
{
	margin:auto;
	margin :0 10px;
	height:120px;
	background: white;
}

#image_illustration
{
	position: top left;
	width: 100%;
	height:100%;
}

#animation_flash
{
	margin-left: 10px;
	height: 140px;
	background: white;
	overflow: hidden;
	border:0px;
	text-align: left;
}

#animation_flash a img, #sous_contenu p a img
{
	border:0px;
	padding: 0px 3px;
}

#fil_ariane
{
	margin: 10px 0 0 10px;
	padding-left: 10px;
	height: 3em;
	line-height: 3em;
	background: #EFF0F1;
	overflow: hidden;
	color:#584d8f;
	font-size:0.9em;
}

#fil_ariane a
{
	text-decoration: none;
}

#sous_contenu
{
	float:left;
	width:350px;
	margin-top: 10px;
	margin-right:10px;
	background: white;
	min-height: 260px;
	padding: 0px 10px;
	text-align: justify;
	border-right: 1px dotted #c7c7c7 ;
}
#contenu_accueil
{
	margin-top: 10px;
}

/*#sous_contenu h1, #contenu_accueil h1
{
	height: 2.5em;
	line-height: 2.5em;
	width: 100%;
	vertical-align: middle;
	/*font-size: 0.9em;
	background: #594484;
	/*background: url('image/bg_colonne_sous_menu_h1.png') repeat-y top left;
	padding-left: 10px;
	color: white;
}*/

#sous_contenu h1,#contenu_accueil h1{
	font-size:1.5em;
}
#sous_contenu h2,#contenu_accueil h2
{
	text-align: justify;
	font-size:1.2em;
}

#contenu, #contenu_accueil
{
	background: white;
	min-height: 260px;
	overflow: hidden;
	text-align: justify;
}

#contenu
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

h1
{
	font-weight: bold;
	font-size: 1.9em;
	color:#584d8f;
}

h2
{
	font-weight: bold;
	font-size: 1.5em;
	color:#8f85b2;
	margin: 20px auto;
}

h3
{
	font-weight: bold;
	font-size: 1.3em;
	color:black;
}
#pied
{
	clear: both;
	height: 30px;
	line-height: 30px;
	background: #584d8f;
	color:white;
	text-align: center;
	font-size: .9em;
}

#pied a
{
	color:white;
}

a
{
	text-decoration: underline;
	color:#584d8f;
}

a:hover
{
	text-decoration: none;
	/*background: #584d8f;*/
	/*color:white;*/
}
a:hover img
{
	background: white;
}

img{
	border:0px;
}

.classtest
{
	color:red;
}

table
{
	border-collapse: collapse;
	border: 0px solid black;
	width:90%;
	margin : 10px auto;
}

table.contact
{
	margin:0px;
	width:100%;
	text-align: left;
	border:1px solid #eff0f1;
}

table.contact h2{
	margin:10px 0px;
}

tr, th, td
{
	border-collapse: collapse;
	border: 0px solid black;
	padding : 5px;
}

th
{
	background: #584d8f;
	color:white;
}

label
{
	float: left;
	width:25%;
	text-align: right;
	margin-right: 10px;
}
