@charset "utf-8";

/*--------------------------------*/
/*       Stucture principal       */
/*--------------------------------*/
body
{
background:url(images/font.png) top repeat-x #FFFFFF;
margin: 10px 0px 10px 0px;
}

.header
{
background:url(images/header.jpg);
height:170px;
text-align:center;
vertical-align:middle;
}

.header_titre
{
font-family: "Comic Sans MS" Tahoma, Verdana, sans-serif; 
font-size: 30px;
color:#000000;
}

.header_slogan
{
font-family: Comic Sans MS, Tahoma, Verdana, sans-serif; 
font-size: 18px;
color:#FFFFFF;
margin-left:60px;
}

.footer_fond
{
background:url(images/footer_fond.png) repeat-x;
height:50px;
}

.footer_copyright
{
font-family: Tahoma, Verdana, sans-serif; 
font-size: 10px;
color:#000000;
text-align:center;
vertical-align:middle;
}



/*--------------------------------*/
/*         Stucture block         */
/*--------------------------------*/
.border_block
{
border:solid 1px #15a4d0;
}

.block-fond_titre
{
background:url(images/head_block_font.png) repeat-x;
height:25px;
vertical-align:middle;
text-align:center;
border-bottom:solid 1px #15a4d0;
font-family: Tahoma, Verdana, sans-serif; 
font-size: 12px;
font-weight:bold;
color:#000000;
}

.block-contenu
{
background-color:#b8e1ef;
}

.div_contenu
{
margin:2px 4px 2px 4px;
font-family: Tahoma, Verdana, sans-serif; 
font-size: 11px;
color:#000000;
}



/*--------------------------------*/
/*   Style lien, texte, etc...    */
/*--------------------------------*/
img
{
border:none;
}

.commentaire
{
font-family: Tahoma, Verdana, sans-serif; 
font-size: 11px;
color:#000000;
text-align:right;
}

a:link {
	color:#0065FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0065FF;
}
a:hover {
	text-decoration: none;
	color: #E03400;
}
a:active {
	text-decoration: none;
	color: #E03400;
}

#footer a:link{
	color:#000000;
	text-decoration: none;
}
#footera:visited {
	text-decoration: none;
	color: #000000;
}
#footera:hover {
	text-decoration: none;
	color: #000000;
}
#footera:active {
	text-decoration: none;
	color: #000000;
}

textarea{
background-color: #FFFFFF;
font-family: Tahoma, Verdana, sans-serif; 
font-size: 10px;
color: #000000;
border-color : #d0d0d0;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
text-indent : 2px;
}


input{
background-color: #FFFFFF;
font-family: Tahoma, Verdana, sans-serif; 
font-size: 10px;
color: #000000;
border-color : #d0d0d0;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
text-indent : 2px;
}

select {
background-color: #FFFFFF;
FONT-FAMILY: Tahoma, Verdana, sans-serif;
font-size: 10px;
color: #000000;
}
