/* ---------------------------------------------------------------------------
				Feuille de style par defaut du site (page interieur)
----------------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 36px;
	margin-right: 10px;
	/*
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	*/
}

body, p, td, th, div {
	color: #525252;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size : 12px;
}
a {
	color: #ED6400;
	text-decoration: none;
}
a:hover {
	color: #CD0D0D;
	text-decoration: underline;
}
input, textarea, select	{
	color: #000000;
	background-color: #f8f8f8;
	border-color: #ACACAC;
	border-width: 1px;
	font-family: Verdana,Helvetica;
	font-size: 12px;
}
form {
	margin: 0;
	padding: 0;
}

/* Dominos */
.domino_1 {
	font-weight: bold;
	font-size: 13px;
}

/* style de titres */
.titre {
	color: #ED6400;
	font-weight : bold;
	font-size : 13px;
}

/* style du filet utilise dans des tableaux pour entourer du texte */
.filet_tableau	{
	border-width: 1px; 
	border-style: solid; 
	border-color: #AFAFAF; 
}

/* style du bouton retour */
.retour {
	color: #707070;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size : 12px;
}
.retour a {
	color: #707070;
}
.retour a:hover {
	color: #CD0D0D;
	text-decoration: underline;
}

/* style des acces direct par numeros de pages */
.acces_direct_num_pages {
	color: #707070;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size : 12px;
}
.acces_direct_num_pages a {
	color: #707070;
}
.acces_direct_num_pages a:hover {
	color: #CD0D0D;
	text-decoration: underline;
}

/* styles du pied de page */
div.pieddepage {
	margin-top: 5px;
}
.pieddepage {
	color: #AFAFAF;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size : 10px;
	text-align : center;
}
.pieddepage a {
	color: #F7B88A;
}
.pieddepage a:hover {
	color: #E89090;
	text-decoration: underline;
}



