/* --------------------------------------------------------------------------- */
/*              CSS réalisé par Akoun pour aido-web.net                  */
/*                         Contact : akoun@aido-web.net                          */
/* --------------------------------------------------------------------------- */
	

/* Déformatage des balises de type block */

body, div, form, table, h6, h5, h4, h3, h2, h1, ul, p, td, table, tr
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Calibri, Arial, serif;
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	margin: auto;
	width: 760px;
	background-image: url("img/fond.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

.pub
{
	border: inset 2px;
	padding: 3px;
}

table
{	
	border-collapse: collapse;
	margin: auto;
	margin-top: 10px;
	
}

#footer
{
	font-size: 0.9em;
	border: 1px dashed #232323;
	margin-bottom: 4px;
	color: #232323;
}

a img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #008aff;	
}

a:hover
{
	text-decoration: underline;
	color: #008aff
}

#footer p
{
	text-align: center;
	margin: 5px;
}

td
{
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #008aff;
	padding: 3px;
	font-weight: bold;
}


td:hover
{
	border-right: 1px solid white;
	border-left: 1px solid white;
	background-color: white;
	padding: 3px;
	font-weight: bold;
}

td:hover a
{
	color: #008aff;
	text-decoration: none;
}

td a
{
	color: white;
	text-decoration: none;
}


h2:first-letter
{
   font-weight: bold;
   font-size: 1.2em;
   color: #008aff;
}


#header
{
	background-color : white;
}

#page
{
	padding: 5px;
	background-color : white;
	height: 100%;
}

#page p
{
	margin-bottom : 10px;
}