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

/* Otus Graphic Design  */
/* http://www.otus.fr  */
/* contact@otus.fr  */
/* 2009  */

.form_tag {
	margin: 1px;
	padding: 1px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
}

.search_button {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
}


body,td,th {
	color: #333333;
	background-color: #97816A;
	color: #333333;
	font-family: Arial, Tahoma, sans-serif;
	font-size: small;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover, a:active { 
	text-decoration: none;
	color: #63421f;
}

.content img {
	margin-right: 5px;
	margin-top: 3px;
	margin-left: 2px;
}

.header  {
	background-color: #FFF;
	color: #97816A;
	font-size: smaller;
	font-weight: bold;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 0px;
	margin: 0px;
	padding: 2px;
}

.footer  {
	background-color: #ebc7a2;
	color: #63421f;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cfaa84;
	border-bottom-color: #cfaa84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 2px 0px 2px 5px;
}

.accesskey {
	font-size: medium;
	text-decoration: underline;
	color: #3098C5;
	background-image:url(img/fd_access.png);
}

.himgicon {	
	height: 12px;
	width: 7px;
}

.listing {
	height: 3px;
	width: 7px;
}

.pgheader {
	color: #FFF;
	font-size: medium;
	font-weight: bold;
	background-image:url(img/fd_header.png);
	background-color: #3098c5;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 2px;
	padding-top: 4px;
	padding-left: 14px;
}

.footerng {
	font-weight: normal;
	padding: 2px 0px 2px 0px;
	color: #63421f;
}

/* Editor Styles listed below */

.BodyText {
	font-weight: normal;
	/*	font-size: smaller; */
	margin: 0px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-left: 7px;
	background-color: #9fdcf8;
}

.Bloc { 
	background-color: #FFF;
	margin: 2px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 4px;
}

.BlocContact { 
	margin: 0px;
	padding-bottom: 8px;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 10px;
	background-color:#FF9900;
}

.titreContact {
	font-weight: bold;
	font-size: small;
	color:#FFFFFF;
}

.Chapitre { 
	margin: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 0px;
}

.BoldText {	
	font-weight: bold;
}

.BoldTextBlanc {	
	font-weight: bold;
	color:#FFF;
}

.BoldTextBleu {	
	font-weight: bold;
	color:#3098C5;
}
.txt_italic {
	font-style: italic;
}

.txtBlanc {
	color:#FFF;
}

.txtOrange {
	color:#FF9900;
}

.txtBleu {
	color:#666699;
}

.nom {
	font-weight: bold;
	color: #3098C5;
	font-size: medium;
}

.titre {
	font-weight: bold;
	font-size: medium;
	color:#FFFFFF;
	background-image:url(img/fd_titre.png);
	background-color: #3098C5;
}
address {
	font-style:normal;
}
ul {
	margin:3px;
	padding:3px;
	list-style-type:circle;
	text-align:left;
}