﻿/*********** aspect général utilisateur ***********/
#global {
     margin-left: auto;
     margin-right: auto;
     width: 800px; /* largeur obligatoire pour être centré */
     text-align: left; /* on rétablit l'alignement normal du texte si pas IE */
}

body 
{
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

font
{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

a.normal
{
	color:#3982C0;
	text-decoration:underline;
}
		
a.normal:hover
{
	color:#ff0000;
}

.alignmenu
{
    text-align: left;
}

.cadre_image {
/*background:url(../images/cadre_image.jpg) no-repeat;
width:150px;
height:200px;
margin: 5px 0px 0px 5px;
padding: 5px 0 0 5px;*/
margin-right: 5px;
/*overflow: hidden;*/
}

.bouton {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	border:1px outset #666666;
	background-color: #FFFFFF;
}

.titremenu
{
    text-align: center;
}