﻿*
{	FONT-FAMILY:Verdana;
	font-size:small;
}
.titre1
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #993300;
}
.titre2
{	color: #993300;
	TEXT-DECORATION: underline;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}
.titre3
{	color: #993300;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}
.text1souligne
{
	TEXT-DECORATION: underline;
}
.text1Li
{
	FONT-SIZE: 10px;
}
.text1
{
	FONT-SIZE: 12px;
}

.textphoto
{
	FONT-SIZE: 10px;
	COLOR: sienna;
}
.textcadre
{
	COLOR: sienna;
}
.r48h
{
	FONT-SIZE: 10px;
	COLOR: sienna;
}

.tdFond
{
	background-color:#F2EAD9;
}

.liens2:link
{   color:Brown;
	FONT-SIZE: 10px;
}

.liens2:visited
{
	color:Brown;
	FONT-SIZE: 10px;
}
.liens:link
{   color: #993300;
}

.liens:visited
{
	color:#993300;
}
h1
{	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #993300;
}

body 
{
	background-color:#f7f1e3;
	margin:0;
	padding:0;
}

#banniere
{
	width:100%;
	height:150px;
	background-color:#ba2c00;
}


/*########
STYLE DU MENU HORIZONTAL 

#########*/

#menu_top
{
	height:20px;
	width:100%;
	text-align:center;
	background-image:url('ressources/barre_x.jpg');
	background-repeat:repeat-x;
}


/*############
La page contient le menu et le corps dans un tableau (td de gauche menu, td de droite le corps (id #centre)
#############*/

#page
{
	float:left;
}

#menu
{
	width:170px;
	background-color:#BA2C00;
	background-image:url('ressources/menu.jpg');
	background-position:right;
	background-repeat:repeat-y;
}

#menu table
{
	text-align:center;
}

#menu a:link, #menu a:hover,#menu a:visited
{
	color:White;
	text-decoration:none;	
}

#premier_menu
{
	background-image:url('ressources/menu1.jpg');
	background-repeat:no-repeat;
	width:177px;
	height:154px;
	margin-top:20px;
	margin-bottom:60px;
}

#second_menu
{
	background-image:url('ressources/menu2.jpg');
	background-repeat:no-repeat;
	width:177px;
	height:147px;
	padding-top:1px;
}

#centre
{
	width:100%;
	margin:0;
	background-image:url('ressources/photo_fond2.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}

#centre2
{
	padding: 50px 5px;
	background-image:url('ressources/photo_fond.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	width:95%;
	margin:auto;
}

#footer
{
	clear:both;
	height:30px;
	width:100%;
	background-repeat:no-repeat;
	background-position:top	left;
}