/***********************************/
/*                                 */
/*  Redifinition des balises html  */
/*                                 */
/***********************************/

body
{
	background-color : #333333 ;
	margin : 0 ;
	padding : 0 ;
	width : 100% ;
}

h1
{
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 18px ;
	color : #333333 ;
	text-decoration : none ;
}

a
{
	color : #333333 ;
}

/***********************************/
/*                                 */
/*          zone de texte          */
/*                                 */
/***********************************/

.bordure
{
	border-style : solid ;
	border-color : #000000 ;
	border-width : 1px ;
}

.hr_feinte {

	width:100%;
height: 1px;
padding:0px;
margin:0px;
font-size: 1px;
line-height: 1px;
border: 0px;
overflow:hidden;
clear:both;
}

.fond
{
	width : 700px ;
	
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 9px ;
	color : #4e6f85 ;
}

.logo
{
	float : left ;
	width : 160px ;
	height : 100px ;
	background-color : #545089 ;
	background-image : url("./medias/elements/logo.jpg") ;
	background-repeat : no-repeat ;
}

.bandeau
{
	float : left ;
	width : 530px ;
	height : 50px ;
	background-color : #545089 ;
	background-image : url("./medias/elements/bandeau.jpg") ;
	background-repeat : no-repeat ;
}

.sous-bandeau
{
	float : left ;
	width : 530px ;
	height : 50px ;
	background-color : #545089 ;
	background-image : url("./medias/elements/sous-bandeau.jpg") ;
	background-repeat : no-repeat ;
}

.colonne
{
	float : left ;
	width : 110px ;
	min-height : 600px ;
	background-color : #545089 ;
	background-image : url("./medias/elements/colonne.jpg") ;
	background-repeat : no-repeat ;
}

.titre
{
	float : left ;
	width : 580px ;
	height : 50px ;
	background-color : #545089 ;
	background-image : url("./medias/elements/titre.jpg") ;
	background-repeat : no-repeat ;
	
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 18px ;
	color : #333333 ;
}

.contenu
{
	float : left ;
	width : 580px ;
	min-height : 550px ;
	background-color : #545089 ;
	background-image : url("./medias/elements/contenu.jpg") ;
	background-repeat : no-repeat ;
	
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 12px ;
	color : #000000 ;
}

.droite
{
	float : right ;
	width : 10px ;
	background-color : #545089 ;
	background-image : url("./medias/elements/droite.jpg") ;
}

.pied
{
	float : left ;
	width : 700px ;
	height : 60px ;
	background-color : #545089 ;
	background-image : url("./medias/elements/pied.jpg") ;
	background-repeat : no-repeat ;
}

.texte {
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 12px ;
	color : #333333 ;
	text-decoration : none ;
}

