/* chambravin.css */

body {
	background-color:#e9e9d4;
	background-image:url(images/Fond.jpg);
	background-repeat:repeat;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color: #a9017f;
	line-height: 16px;
}

/* centrer la page */
#main {
	width:700px;
	border:4px solid #a9017f;
	border-top-color: #Cf6fAf;
	border-left-color:#Cf6fAf;
	margin:0px auto;
	padding:10px 0px;
	text-align:left;
}

/* liens */
a:link    {color: #00f; text-decoration: none;}
a:visited {color: #00a; text-decoration: none;}
a:hover   {color: #f60; text-decoration: underline;}
a:active  {color: #f60; text-decoration: underline;}

/* balises html */
p {
	margin: 0 0 10px 0;
	padding: 0;
}

th, td, ul, ol, li {
	font: 12px verdana, arial, helvetica, sans-serif;
	
}
li { margin-bottom: 8px; }
	
th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

h1	{
	margin: 8px 0 12px 0;
	padding: 0;
	font: bold 30px times, verdana, arial, helvetica, sans-serif;
	font-style:italic;
	color: #a9017f;
	/* line-height: 30px; */
}

h3	{
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 12px;
	color: #a9017f;
	font-weight: bold;
}

h4	{
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 11px;
	color: #a9017f;
	font-weight: normal;
	text-align: left;
}

.section {font-family:arial; font-size:16px;}
.onze {font-size:11px;}

textarea#commentbesoins {display:none}

#main table {width:92%; margin-left:auto; margin-right:auto; display:block;}

/* texte */
.center	  { text-align:center;}
.right	  { text-align:right; }

/* td */
.aligntop { vertical-align:top;}
.alignbot { vertical-align:bottom;}

/* div, img */
.centered { margin-left:auto; margin-right:auto; display:block;}

/* images */
img {border:0; font-size:80%;}
