html, body
	{
	height: 100%;
	margin: 0;
	padding : 0;
    font-family: verdana;
	font-size : 12px;
	background-color : #efefef;
	}

img
	{
	margin: 0px;
	border : 0;
	/* pour corriger le problème du pixel de bordure entre les images et les autres balises */
	display: block;
	}

a, a:visited, a:hover
	{
	text-decoration : none;
	font-style : normal;
    color : #000000;
	}

hr  {
    border : 0;
    background-color : #808080;
    height : 1px;
    }


h1
    {
    font-size : 16px;
    text-align : left;
    margin : 0px 12px 0px 20px;
    padding-bottom : 10px;
    padding-left : 20px;
    border-bottom : 1px solid #808080;
    }

input
    {
    border : 1px solid #808080;
    }


#div_conteneur
	{
	top : 10px;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	border : 1px solid #cccccc;
	min-height : 800px;
	background-color : #ffffff;
	}
	
#div_logo
	{
	width : 1024px;
	height : 183px;
	background-image : url(../structure/image_en_tete.png);
	}
	
#div_erreur
	{
	width : 80%;
	margin: 0 auto;
	border : 1px dashed #000000;
    text-align : center;
    height : 40px;
    padding-top : 20px;
	}

#div_menu_haut
	{
	margin-top : 15px;
	position: relative; /* Menu position that can be changed at will */
	z-index:100;
	width: 100%; /* precision for Opera */
	height : 30px;
	}
	
#div_contenu
	{
	position : relative;
	width : 950px;
	margin : 10px 25px 20px 25px;
	height : 100%;
	}

div#div_pied
	{
	position : absolute;
	border-top : 0;
	width : 100%;
	overflow: auto;
	text-align : center;
	padding-top : 5px;
	font-size : 12px;
	color : #ffffff;
	background-color : #454545;
	font-weight : bold;
	padding-bottom : 5px;
	bottom : 0px;
	}

#div_copyright
	{
	width: 1024px;
	margin: 20px auto;
	position: relative;
	text-align : center;
	font-family : verdana;
	font-size : 10px;
	}
	
.liste_element
    {
    width : 80%;
    border : 1px solid black;
    margin : auto;
    }

.liste_element th
    {
    font-weight : bold;
    }

.logo_miniature
    {
    height : 16px;
    width : 16px;
    margin : auto;
	display : block;
    }

.formulaire_modification
    {
    width : 80%;
    border : 1px solid black;
    margin : auto;
    }

.formulaire_modification  th, .tableau_formulaire th
    {
    font-weight : bold;
    }

.bouton
    {
    border : 1px solid black;
    margin-left : 10px;
    margin-right : 10px;
    }

.tableau_formulaire
    {
    width : 80%;
    border : 1px solid black;
    margin : auto;
    }

#div_drapeau
    {
    position : relative;
    float : right;
    top : 165px;
    right : 15px;
    }


