body{
	background: #000000 url(images/bg-top.gif) top left repeat-x;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	color: #0c2584;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

img{border: none;}
form{margin: 0px;}

a{color: #ff000c;}
a:hover{color: #0c2584; text-decoration: none;}

#sheet{
	background: url(images/bg-sheet.gif) top center repeat-y;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 776px;
}
#divtop{
	background: url(images/bg-header.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
#divbottom{
	background: url(images/bg-bottom.gif) bottom center no-repeat;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	height: 460px;
}	html > body #divbottom{height: auto; min-height: 460px;}

#logo{
	text-align: left;
	padding-top: 41px;
}

#content{
	margin-top: 184px;
	text-align: left;
}
#head{
	margin-left: 166px;
}

#left{
	width: 448px;
	float: left;
}
	#left.full{
		width: 542px;
		text-align: center;
	}
	#left div.equipe{
		float: left; 
		width: 200px;
	}
		#left div.equipe h3{
			text-align: left; 
			padding: 0px 0px 5px 0px;
			border-bottom: 1px solid #ff000c;
			margin: 10px 20px;
			color: #ff000c;
		}
		#left div.equipe p{
			text-align: left; 
			padding: 0px 20px 10px 20px;
			font-size: 10px;
		}
			#left div.equipe p strong{
				font-size: 12px;
				display: block;
			}
#right{
	width: 162px;
	float: left;
	text-align: center;
}
	#right img{
		margin: 40px 20px 0px 0px;
	}
	
#teaser-holder{
	border: 1px solid #8491c0;
	border-left: none;
	border-right: none;
	padding: 10px 0px;
}
	#teaser-holder div{
		background: url(images/bg-teaser.gif) top center repeat-y;
		text-align: center;
		padding: 10px 0px;
	}

h1{
	margin: 0px;
	padding: 15px 25px;
	text-align: center;
	font: italic bold 13pt Verdana, Arial, Helvetica, sans-serif;
}
	h1 strong{
		color: #ff000c;
	}
h2{
	margin: 0px;
	padding: 10px 25px;
	text-align: center;
	font: normal bold 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #ff000c;
}
h3{
	margin: 0px;
	padding: 10px 50px;
	text-align: center;
	font: normal bold 14px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 15px;
}
h5{
	margin: 0px;
	padding: 15px 0px 40px 0px;
	color: #CCCCCC;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
	h5 a{
		color: #CCCCCC;
		text-decoration: none;
		font-weight: bold;
	}
	h5 a:hover{
		color: #FFFFFF;
	}
p{
	margin: 0px;
	padding: 10px 25px;
	text-align: center;
}