body {
	margin: 0; 	
        padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #000;
	background: #FFF;
	text-align: center;
}

#copyend
{
position: relative;
background: #FFF url('footer.png') repeat-x;
height: 30px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
}

#copyend a
{
color: #000;
text-decoration: underline;
font-size: 10px;
}

#copyend a:hover
{
text-decoration: none;
color: #FF0000;
font-size: 10px;
}


A {
  color:#E02F8F;
}
A:hover {
  color:#FF0000;
}




/* header */
#header {
position: relative;
width: 790px;
background: #FFF;
border-right: solid 5px #000;
border-left: solid 5px #000;
border-bottom: solid 5px #000;
text-align: left;
}


/* /////////////////////////////////////////////////////////////////////////
 LE MENU 
///////////////////////////////////////////////////////////////////////// */

#menu
{
position: relative;
background: #FFF url('menu_out.png') repeat-x;
height: 30px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-top: solid 5px #000;
border-bottom: solid 1px #000;
text-align: center;
}

#menu a
{
display: inline;
line-height: 35px;
color: #E02F8F;
text-decoration: none;
}

#menu a:hover
{
border-left: 0px;
color: #9E0A5A;
}



/* start - table */
table {
	font: normal 0.9em Verdana, sans-serif;
}
th strong {
	color: #fff;
}
th {
	background: #E02F8F;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */



/* 
/////////////////////////////////////////////////////////////////////////
formulaires & co
/////////////////////////////////////////////////////////////////////////
 */

.cadreimg {
	background: #FAFAFA;
        border: 1px solid #000;
	padding: 5px;
}

input,select,textarea {
	background: #FFF;
	border: 1px solid #6890A3;
	color: #000;
	font-family: verdana,sans-serif;
	font-size: 11px;
	vertical-align: middle;
 }
 
 
blockquote{
	background: #FFF;
 	width : 90%;
	height : auto;
        display : block;
	border : #000 1px dashed;
	margin : 5px auto 0 auto;
	padding : 5px;
}


.msglivredor{
 	width : 90%;
	height : auto;
        display : block;
	border : #000 1px solid;
	margin : 5px auto 0 auto;
 	padding: 0 0 0 42px;
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
}


/*
/////////////////////////////////////////////////////////////////////////
MENUPAGE
/////////////////////////////////////////////////////////////////////////
 */


p.menupage {
	margin:0;
	padding:20px;
	margin-bottom:0px;
}
p.menupage a {
	padding:1px 6px;
	border:1px solid #B5C8CF;
	background-color:#fff;
	text-decoration:none;
	color:#65787F;
	height:20px;
	line-height:20px;
}
p.menupage a:hover, div#content p.menupage a.active  {
	background-color:#EECCD6;
	border:1px solid #AC003A;
	color:#AC003A;
}
p.menupage strong, div#content p.menupage del {
	color:#AFAFAF;
	border:1px solid #DFDFDF;
	background-color:#DFDFDF;
	padding:1px 6px;
}