/* @group General */body {
	font-family: sans-serif;
	background: #254e91 none no-repeat;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

tr {
}

td {
	margin-right: 20px;
}

p{
line-height: 13pt;
font-weight: 100;
}

a:hover {
	text-decoration: none;
	color: #f78a1f;
	font-weight: bold;
}

/* @end */

/* @group photo */

.photocentre {
	margin: 15px;
}

.photogauche {
	overflow: visible;
	float: left;
	padding: 30px;
}

.photodroite {
	right: 20px;
	float: right;
	padding: 30px;
}

.photo p{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}


.photo {
	font-weight:bold;
	margin:0px;
}
	
/* @end */

/* @group Structure */

.trait {
	position: fixed;
	top: -118px;
	z-index: 1;
	left: 30px;
}

.trait2 {
	top: -118px;
	left: 100px;
	position: fixed;
	z-index: 1;
}


.bandeau {
	position: relative;
	left: -15px;
	z-index: 5;
}

.textebandeau {
	position: absolute;
	right: 10px;
	top: 115px;
	z-index: 6;
}

.signature{
	text-align: right;
	padding-right:100px
}

.contenusup {
	font-size: 14px;
	text-align: justify;
	color: #eaece3;
	background: #254e91;

	position: absolute;
	top: 200px;
	left: 160px;
	right:20px;
	width: 800px;	
}

.contenusup h1 {
	font-size: 28px;
	text-align: left;
}

.contenusup h2 {
	font-size: 14px;
	background: #254e91;
	color: #ffffff;
}


	
/* @end */

/* @group Menu */

.menu {
	font: bold 14px "Lucida Grande", sans-serif;
	position: fixed;
	left: 17px;
	top: 210px;
	width: 158px;
	height: 300px;
	background: url("../medias/fondmenu.png") no-repeat;
	color: #f78a1f;
	list-style: inherit none outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-top: 15px;
	z-index: 1;
}

.menu ul {
	list-style: none;
	padding-left: 10px;
}
	
/* @end */

/* @group Recit */
#recit {
	width: 700px;
}

#recit p{
		margin: 0px 40px 20px 40px;

}

.photorecit{
	bottom: 0px;
	top: 0px;
}

.photorecit img{
	right: auto;
	left: auto;
	bottom: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	clear: right;
}

.photorecit p{
	text-align: center;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
	bottom: 0px;
	top: 0px;

}

/* @end */