* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	background: #FBE8E8 url(images/img01.jpg);
}

body, input, textarea, select {
	font-family: Georgia,times,sherif;
	font-size:14px;
    color: #9A264A;
}

a:hover
{
    color: #9A264A;
}

a {
	font-weight:bold;
    color: #662C14;
}

a img
{
    border-width: 1px;
    border-style: solid;
    border-color: #9A264A;
}

p{
	margin-bottom: 1em;
}

#maintable
{
    border-collapse:collapse;
    border-width:0px;
    height: 100%;
    width: 800px;
    border:10px;
}

#contenttable
{
    border-collapse:collapse;
    border-width:0px;
    height: 100%;
    width: 100%;
}


#wrapper {
	padding: 10px 0;
	background: url(images/img02.jpg) repeat-x;
}

#header {
	width: 800px;
	height: 123px;
	margin: 0 auto;
	background: url(images/bandeau3.jpg) no-repeat;
}

#content {
	margin: 0 auto;
	background: #FBE8E8 url(images/fond.gif) repeat-y;
    text-align: center;
    }

#blog {
	width: 564px;
	padding: 30px 20px 0px 16px;
	background: url(images/blogtop.gif) no-repeat;
    
}

#menu {
	width: 200px;
	background: url(images/menutop.gif) no-repeat;
    text-align:center;
    padding-top:40px;
    vertical-align: top;
}

#menu a:hover {
	text-decoration: underline;
}

#footer {
	background: url(images/footer.gif) no-repeat;
    height:43px;
}

#footer2 p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#biographie
{
    text-indent: 30px;
    width:90%;
    text-align:justify;
    font-style:italic;

}

#photo
{
background-image: url('Images/photo2.jpg');
background-position:center center;
background-repeat:no-repeat;
height:200px;
width:100%;
}

.EvenementDetail
{
background-color: White;
border-width: 1px;
border-style: dotted;
border-color: #cd5c5c;
padding: 4px;
}