*{margin : 0 0;padding : 0 0;}
body{background-color: #D7D9DB;font-family: arial;font-size: 8;}
#header{
	width : 780px;
	height : 213px;
	margin : auto;
	background-color : white;
}
	#ligne1{ /*Logo*/
		width : 100%;
		height : 48px;
		background : transparent url('../images/logo.gif') no-repeat top left;
	}
	#ligne2{ /*Logo*/
		width : 100%;
		height : 17px;
		background : transparent url('../images/Bandeau_Default.gif') no-repeat center right;
	}
	#ligne3{ /*Logo*/
		width : 100%;
		height : 127px;
		background : transparent url('../images/Fleur.gif') no-repeat top left;
	}
		#ligne3 object{float : right;}
	

#milieu{
	width : 780px;
	margin : auto;
	background-color : white;
}

#footer{
	width : 780px;
	margin : auto;
	height : 17px;
	background : transparent url('../images/Bas.gif') no-repeat 0 0;
}
	.lang{
		width : 79px;
		height : 17px;
		float : left;
		cursor : pointer;
	}
	#fr-on{background : transparent url('../images/bt_on-fr.gif') no-repeat 0 0;}
	#de-on{background : transparent url('../images/bt_on-de.gif') no-repeat 0 0;}
	#uk-on{background : transparent url('../images/bt_on-uk.gif') no-repeat 0 0;}
	#fr-off{background : transparent url('../images/bt_off-fr.gif') no-repeat 0 0;}
	#de-off{background : transparent url('../images/bt_off-de.gif') no-repeat 0 0;}
	#uk-off{background : transparent url('../images/bt_off-uk.gif') no-repeat 0 0;}
	#fr-off:hover{background : transparent url('../images/bt_on-fr.gif') no-repeat 0 0;}
	#de-off:hover{background : transparent url('../images/bt_on-de.gif') no-repeat 0 0;}
	#uk-off:hover{background : transparent url('../images/bt_on-uk.gif') no-repeat 0 0;}

/*Autre*/
.TitreRouge {
color:#DD0000;
font-family:Arial;
font-size:18px;
font-weight:bold;
}
.texteNormal {
font-family:Arial;
font-size:12px;
}
.SousRub a {
color:#727682;
text-decoration:underline;
font-size:12px;
}

	#menu{
		width : 100%;
		height : 21px;
		background : transparent url('../images/Menu_4.gif') repeat-x 0 0;
	}
		#menu div#btn-accueil a, #menu div#btn-contact a{
			line-height : 20px;
			color : #EE2F29;
			font-family : Arial;
			font-size : 12px;
			cursor : pointer;
		}
		#menu div#btn-accueil{
			background : transparent url('../images/Accueil.gif') no-repeat center left;
			text-indent : 25px;
			width : 70px;
			float : left;
			margin-left : 0px;
		}
		#menu div#btn-contact{
			background : transparent url('../images/Contact.gif') no-repeat center left;
			text-indent :28px;
			width : 120px;
			float : left;
		}