body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
}
.IntituleTheme {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
}
#Contenu {
	float: right;
	height: 389px;
	width: 471px;
	position: relative;
	top: 127px;
	background-color: #E7D7CF;
	overflow: auto;
	/*overflow-x: hidden; ie bug*/
	padding-top: 21px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#Contenu a:link {
	color: #B00029;
	text-decoration: none;
}

#Contenu a:visited {
	color: #B00029;
	text-decoration: none;
}

#Contenu a:hover {
	color: #B00029;
	text-decoration: underline;
}

#Contenu table {
	background-color: #B00029;
/*	background-image: url(/assets/templates/iseo/images/BandeIntitule.jpg);*/
}
#Contenu table td {
	background-color: #E7D7CF;
	padding: 4px;
}
#Contenu table th {
	background-color: #B00029;
	color: white;
	font-weight: bold;
	padding: 4px;
}

#Contenu h2{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #B00029;	
}

#conteneur {
	background-image: url(images/Fond_interface.gif);
	background-repeat: no-repeat;
	height: 607px;
	width: 811px;
	margin-right: auto;
	margin-left: auto;
}
#Intitule {
	width: 115px;
	position: relative;
	height: 398px;
	float: left;
	top: 127px;
	left: 11px;
	background-image: url(images/BandeIntitule.jpg);
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 5px;
}
#ContenuAccueil {
	width: 641px;
	position: relative;
	height: 410px;
	float: left;
	top: 127px;
	left: 11px;
	background-image: url(images/attente_swf.jpg);
	
}
#MenuHaut {
	height: 63px;
	width: 602px;
	position: relative;
	top: 107px;
	left: 192px;
	vertical-align: top;
}
#MenuVertical {
	position: relative;
	height: 410px;
	width: 159px;
	left: 11px;
	top: 127px;
	background-color: #EEB360;
	float: left;
}
#Boutons {
	background-color: #B00029;
}
.IntituleRubrique {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#MenuHaut dl {
float: left;
}
#MenuHaut li {
display: inline;
}

#MenuHaut a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#MenuHaut a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#MenuHaut a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #E48500;
	text-decoration: none;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
	display: none;
	position: absolute;
	left: 0;
	font-size: 12px;
	width: 600px;
	font-family: "Trebuchet MS";
	top: 30px;
}

dt, dl, dd {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}
#MenuHaut ul {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}
#MenuHaut li {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}

/* Forms */
#EmailForm fieldset {
	border: 1px solid #B00029;
	padding: 10px;
}
#EmailForm label {
	float: left;
	width: 35%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}
#EmailForm input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 0px;
}
#EmailForm textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.error {
	font-weight: bold;
	color: red;
}