@charset "UTF-8";
/* CSS Document */


/* -------- CORE ---------------------------- */
body {
	background-color: #000000;
}
html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#webpage {
	width: 650px;
	margin: auto;
	padding: auto;
	text-align:left;
	/* color: #D2503B; */
	color: #666666;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
#webpagehome {
	width: 650px;
	margin: auto;
	padding: auto;
	text-align:left;
	background-image: url(image/image-retravaillee-billet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 520px;
	font-size: 12px;
	color: #D2503B;
	border: 5px solid #FFFFFF;
}
#contenthome {
	margin-top: 100px;
	margin-left: 300px;
	text-align: center;
}
#content {
	font-size: 14px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
#signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}




/* -------- DESIGN ---------------------------- */

.inputForm {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	border: 2px solid #CCCCCC;
	width: 200px;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
}
.info {
	font-size: 18px;
}
a, a:visited {
	color: #D24F3A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #D2503B;
}
h2 {
	color: #D2503B;
}
.inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #D45744;
	margin-top: 3px;
	margin-bottom: 3px;
}
.photo {
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.photo2 {
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 7px;
}




/* -------- BARRE NAVIGATION ---------------------------- */

#navigBarre ul{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	list-style:none;
	float:left; 
}
#navigBarre li{ 
	float:left; 
} 
#navigBarre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D2503B;
	margin: 0px;
	padding: 0px;
	clear: both;
	height:29px; 
	position:relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#navigBarre a{
	display:block;
	/*font-weight: bold;*/
	padding-right: 7px;
	padding-left: 7px;
	line-height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D2503B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF; }
#navigBarre a:hover{
	background-color: #FCCEBC;
	color: #D2503B;
} 
#navigBarre .last a {
	border-right-width: 0px; border-right-style: none; 
} 
#navigBarre .first a  { 
	border-left-width: 0px; border-left-style: solid; border-left-color: #FFFFFF; 
}
#navigBarre li.active a {
	background-image: url(/image/topactive.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #D2503B;
	background-color: #FFFFFF;
}
* html #navigBarre { 
	height: 21px;
}
* html #navigBarre a { 
	height: 1px; float: left; 
}
* html #content { 
	height: 1%; 
}


/* -------- CLASS ET DIV ---------------------------- */

.clearall {
	clear: both;
}

.acteurdescr {
	float: right;
	margin-left: 220px;
}
.acteur .left {
	float: left;
	width: 230px;
	margin: 0;
}
.acteur .title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #D2503B;
}
.imgpuzzle img {
	margin: 3px;
	padding: 1px;
	border: 1px solid #D2503B;
}

