/*** Texte Normal ***/
body{
#	font-family: Candara, Tahoma;
	font-family: Arial;
	font-size: 12px;
	color: #516A8A;
	background-color: #F8F8F8;
}


/*** Texte Normal ***/
p{
	font-style: normal;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}


/*** Puces ***/
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 12px;
	margin-left: 20px;
	margin-right: 10px;
}


/*** Tableau ***/
table.tableau {
	text-align:center;
	padding: 1px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6083AE;
	border-right-color: #8BA5C5;
	border-bottom-color: #A5B9D1;
	border-left-color: #456489;
	margin-left: 20px;
}


/*** En-Tête de Tableau ***/
tableau.th {
	font-weight: bold;
	font-size:16px
	color: #5F5F5F;
	text-transform: uppercase;
}

tableau.td {
	border: thin solid #00FF33;
}


/*** Tableau de mise en page générale***/
table.page {
	border:none;
	border-spacing:0;
	text-align:left
}


/*** Tableau de mise en page du menu***/	
table.menu {
	border: none;
	border-width:0px;
	border-spacing:0;
}



/*** Titre 1 ***/
h1 {
	font-size: 36px;
	color: #2B8ED2;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	background-image: url(Images/line.gi);
	background-repeat: no-repeat;
}


/*** Titre 2 ***/
h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #7A7A7A;
	margin-left: 30px;
}


/*** Titre 3 ***/
h3 {
	font-size: 18px;
	font-style: italic;
	color: #7D9697;
	margin-left: 50px;
}


/*** Titre 4 ***/
h4 {
	font-size: 16px;
	color: #94c6e9;
}
.page .titretab {
	font-size: 18px;
	font-weight: bold;
	color: #789194;
}



/*** Liens ***/
a {
	color: #708AAB;
	cursor: hand;
	text-decoration: none;
}

a img {
	border: none ;
}


/*** Liens cliqués ***/
a:link {
	cursor: hand;
	color: #0974A8;
}


/*** Liens survolés ***/
a:hover {
	color: #CC3300;
}
.page .grostitretab {
	font-size: 24px;
	font-weight: bolder;
	color: #EDF1F1;
}
.page .Orange {
	color: #FF6600;
}
.page .onglet {

	font-size: 14px;
	font-weight: bolder;
	color: #EDF1F1;
}
