/*
html, body {
	background:#F5F4F2 url('images/fondconcours.jpg') repeat-y top center;
	height: 100%;
	font-size: 13px;
}
*/
html, body {
	font-size: 13px;
}
TD {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
}

DIV {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
}

A {
  color: #00668E;
  text-decoration: none;
}

A:hover {
  color: #00668E;
  text-decoration: underline;
}

.header {
	width:100%;
	height:213px;
}
.headercenter {
	background:#ebebeb url('images/headerconcours.jpg') no-repeat top right;
	width:1024px;
}
.headerleft {
	background:url('images/headerconcoursleft.jpg') repeat-x;
}
.headerright {
	background:url('images/headerconcoursright.jpg') repeat-x;
}
.topmenu {
	padding-top:194px;
	color:#333333;
}
.toplinks {
	float:left;
}
.toplink {
	color:#00668e;
	font-weight:bold;
	text-decoration:none;
}
.flags {
	float:right;
}
.maintable {
	width:100%;
	background:#F5F4F2 url('images/fondconcours.jpg') repeat-y top center;
}
.maincenter {
	width:1024px;
	background: url('images/bottomconcours.jpg') no-repeat bottom left;
	padding-bottom:200px;
	padding-top:30px;
}
.mainleft {
	background:#F5F4F2 url('images/bottomconcoursleft.jpg') repeat-x bottom;
}
.mainright {
	background:#FBFBF9 url('images/bottomconcoursright.jpg') repeat-x bottom;
}
.bottomdiv {
	width:100%;
	height:50px;
	background:#ffffff;
	text-align:center;
}
.bottommenu {
	padding-top:10px;
	/*margin-right:250px;*/
}
.bottomlink {
	color:#8a8a8a;
	font-weight:bold;
	text-decoration:none;
}

TR.headerError {
	background: #E10000;
}

TD.headerError {
	/*font-family: Tahoma, Verdana, Arial, sans-serif;*/
	/*font-size: 12px;*/
	background-color: #E10000;
	color: #FFFFFF;
	font-weight : bold;
	text-align : center;
}

img.coutour_arrondi {
	background-color:#ffffff;
	padding:2px;
	border:1px solid #ccc;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

h2.title {
	font-size: 28px;
	font-weight: bold;
	margin-top: 55px;
	margin-bottom: 50px;
}


