/* CSS Document */
body {
	background-color: #FCF;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}

#page {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	margin-top:0px;
}

#cadre {
	background-color: #FAF0E6;
	/*border: 1px solid plum;*/
	padding: 20px;
}

#image {
	float:left;	
	width:200px;
	padding: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: plum;
	border-left-color: plum;
}

#texte {
	width:550px;
	margin-left:290px;
	background-color: #FFE1FF;
	padding: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:justify;
	border: 1px solid plum;
	text-decoration: none;
	vertical-align: top;
	background-position: top;
}

div#texte a
{
	color: #333333;
	text-decoration: none;
	text-decoration: underline;
}

div#texte a:hover
{
	text-decoration: underline;
	color: #333333;
}

div#h3
{
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	background-color: #D8BFD8;
	text-align: center;
}


#pied {
	background-color: #b968b2;
	/*border: 1px solid plum;*/
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	letter-spacing: 0.2em;
	text-align: center;
}

div#pied a
{
	color: #333333;
	text-decoration: underline;
}

div#pied a:hover
{
	text-decoration: underline;
	color: #333333;
}

