
body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Tahoma, Verdana;
    font-size: .9em;
	font-style:italic;
	color:#303351;
	background: #1a2155 url("background.jpg") no-repeat center top;
	min-width:960px;
}

table.page{
	width: 960px;
    
    font-size: .9em;
}

td.header{ color:#FFFFFF}
a.header
{
	font-size:15px;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
}

a.header:hover
{
	color: #e84b45;
	text-decoration: none;
	font-style:normal;
}

a.header2
{
	font-size:11px;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
}

a.header2:hover
{
	color: #e84b45;
	text-decoration: none;
	font-style:normal;
}

a
{
	color: #0d87d8;
	text-decoration: underline;
}


a:hover
{
	color: #303351;
	text-decoration: none;
}

h1
{
	color: #C54309;
}

h2
{
	text-transform: uppercase;
    color: #C54309;
}

h3
{
	color: #C54309;
}

hr{
	color: #303351; size:1px;
}

#table_contenu
{
	width: 100%;
	text-align:justify;
	color: #646464;
}

#table_contenu td
{
	padding: 10px;
}

#cadre_photo
{
	border: 1px solid #646464;
	width: 150px;
	background-color: #ffffff; /* couleur bordure du cadre */
	color: #646464;
	font-size:12px;
}

#cadre_photo td
{
	padding: 2px; /* taille bordure du cadre */
}

.cadre_phone
{
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color:#C54309;
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color:#C54309;
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color:#C54309;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#C54309;
	font-style:normal;
}