body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin:0;
	background-color: #960303;
	background-repeat: repeat-x;
	background-position: top;
	/*background-image: url(../medias/imgs/bg_body.png);*/
}
a {
    color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	background-image: url(../medias/imgs/bg_top02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}
.illustration {
	margin: 5px;
	padding: 5px;
	border: thin solid #960303;
}
#container #menu {
	font-size: 14px;
	color: #500907;
	background-image: url(../medias/imgs/bg_menu.jpg);
	background-repeat: repeat-y;
}
#container #menu td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDE29A;
}
#container #menu a{
	font-size: 14px;
	color: #500907;
	text-decoration: none;
	width:197px;
	display:block;
}
#container #menu a:hover{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.titre {
	font-family: georgia;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #D8A77C;
}
.soustitre {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
}
.important {
	font-weight: bold;
	text-transform:uppercase;
}
hr {
	color: #FFFFFF;
}
.souligne {
	text-decoration: underline;
	font-weight: bold;
}
.formulaires td{
	text-align: left;
	height: 30px;
	vertical-align: middle;
}
#contenu {
	border-bottom-style: solid;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-color: #960303;
}
#contenu a{
	line-height: 24px;
	font-weight: normal;
}
#contenu a:hover{
	line-height: 24px;
	font-weight: normal;
	color: #FF0000;
}
#contenu a img {
	border: 1px solid #FFFFFF;
}
#contenu a:hover img {
	border: 1px solid #D8A77C;
}
.exposants a {
	font-family: georgia;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #D8A77C;
}
.galerie {
	border: 1px solid #D8A77C;
}
/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 112px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px solid #960303; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */