/* css Blog Odivin 
Colors
font :			#210101
links :			#F7F5D9
backgrounds :	#210101
borders :		#210101
fond :			#C3C1C1 remplacé par #F7F5D9
*/
html {
	font-size: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #210101;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #210101;
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: center;
	margin-top: 15px;
}
/*  general -------------------------------------------------------------- */
a {
	color: #933;
	text-decoration: none;
} 
a:visited {
	color: #F63;
	text-decoration: none;
} 
a:hover {
	color: #210101;	
	text-decoration: underline;
}
img {
	border: 0px;
}
.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #9E2E2F;
	border: 1px solid #210101;
	color: #FCC;
}
.label {
	cursor: pointer;
}
.boutons {
	background-color: #9E2E2F;
	color: #F7F5D9;
	border-top: thin solid #F7F5D9;
	border-right: thin solid #210101;
	border-bottom: thin solid #210101;
	border-left: thin solid #F7F5D9;
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
span {
	font-weight: bold;
}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#formulaire {
	color: #210101;
	text-align: center;
}
#formulaire th {
	font-weight: normal;
	text-align: right;
}
#formulaire td {
	text-align: left;
}
.gener img {
	border: 1px solid #210101;
	vertical-align: middle;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FCC;
	background-color: #F00;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FCC;
	background-color: #006633;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}
/*  container ------------------------------------------------------------------- */
#header {
	display: none;
}
#container {
	background: #210101 url(images/fd_middle.jpg) repeat-y center top;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
}
.top {
	height: 80px;
	line-height: 3em;
	background-image: url(images/fd_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #210101;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 15px;
}
.top h1 {
	font-size: 3em;
}
ul {
	list-style-type: none;
}
ul#menu {
	height: 20px;
	line-height: 20px;
	color: #210101;
	text-align: center;
	background-image: url(images/fd_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #210101;
}
#menu li {
	float: right;
}
#menu a {
	display: block;
	width: 100px;
	color: #933;
	text-decoration: none;
	line-height: 20px;
}
#menu a:hover {
	display: block;
	color: #FCC;
	background-color: #210101;
}

/*	left ------------------------------------------------------------------------- */
#left {
	width: 150px;
	font-size: 0.9em;
	color: #210101;
	float: left;
	margin-left: 10px;
}
#left h4 {
	margin-left: -10px;
	padding-left: 20px;
	background-color: #210101;
	color: #9E2E2F;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.2em;
}
#left a {
	color: #933;
}
#left a:visited {
	color: #F63;
}
#left a:hover {
	color: #210101;
}
#left form {
	margin-top: 5px;
	margin-bottom: 5px;
}
#left select {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*  center ------------------------------------------------------------------- */
#center {
	width: auto;
	margin-left: 160px;
	text-align: center;
	min-height: 390px;
	margin-right: 180px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FCC;
	border-left-color: #FCC;
}
#center a {
	color: #933;
}
#center a:visited {
	color: #F63;
}
#center a:hover {
	color: #210101;
	text-decoration: underline;
}
#center h1 {
	color: #210101;
	font-family: "Times New Roman", Times, serif;
	line-height: 2em;
	font-weight: normal;
}
#center h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #210101;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 10px;
}
#center h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	font-weight: bold;
	color: #9E2E2F;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 10px;
	margin-left: 10px;
}
#center .champs {
	background-color: #F7F5D9;
	color: #210101;
}
#center .fil {
	font-size: 90%;
	text-align: left;
	line-height: 1.5em;
	margin-left: 10px;
}
#center .fil a {
	color: #933;
}
#center .fil a:visited {
	color: #933;
}
#center .fil a:hover {
	color: #210101;
}
#center .mois {
	text-align: left;
	margin-left: 15px;
}
.themelink {
	font-size: 90%;
	color: 000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003;
}
.commentlink {
	font-size: 90%;
	color: 000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003;
}
#center .reponses {
	text-align: left;
	margin-left: 25px;
	line-height: 1.2em;
	font-style: italic;
}
#center p {
	text-align: left;
	margin-left: 15px
}
#center td {
	text-align: justify;
	vertical-align: top;
}
#center dt {
	font-weight: bold;
	margin-top: 3px;
	text-align: left;
}
#center dd {
	text-align: justify;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#center img {
	margin-right: 10px;
}
.go_haut {
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	text-align: right;
}
/*	right ------------------------------------------------------------------------- */
#right {
	float: right;
	width: 165px;
	margin-right: 10px;
	margin-left: 5px;
}
#right h4 {
	margin-right: -10px;
	margin-left: -5px;
	padding-left: 20px;
	background-color: #210101;
	color: #9E2E2F;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.2em;
}
#right .stats {
	font-size: 90%;
	text-align: left;
	line-height: 1.5em;
	margin-left: 10px;
}
#right dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #210101;
	font-style: italic;
	margin-top: 3px;
}
#right dd {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/*  footer ------------------------------------------------------------------- */
#footer {
	clear: both;
	height: 50px;
	background-color: #210101;
	font-size: 95%;
	background-image: url(images/fd_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #210101;
	text-align: center;
	color: #933;
	line-height: 2em;
}
#footer a {
	color: #933;
	text-decoration: underline;
}
#footer img {
	margin-right: 10px;
	margin-left: 10px;
}
.recherche0 { background:#FF0; }
.recherche1 { background:#6CF; }
.recherche2 { background:#CFC; }
.recherche3 { background:#C9F; }
.recherche4 { background:#FCF; }
#picture {
	width: 660px;
	height: 500px;
	line-height: 500px;
	border: 1px solid #933;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

