/**
* Style 
*/

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #6a0101;
	margin: 10px;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

td, th, input, textarea, select {
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	vertical-align:top;
}

a {
	color: #993300;;
	font-weight:bold;
	text-decoration: none;
}
a:link {
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	font-weight:bold;
	text-decoration: underline;
}

h1 {
	margin: 4px 0px 4px 0px;
	font-size: 14pt;
}
h2 {
	margin: 4px 0px 4px 0px;
	font-size: 12pt;
	text-align:left;
}
h3 {
	margin: 4px 0px 4px 0px;
	font-size: 8pt;
	text-decoration: underline;
}

.clearall {
	clear: both;
}

.smaller {
	font-size: 8pt;
}

#global {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 5px;
	border-top: 1px solid #b66666;
	border-left: 1px solid #b66666;
	border-bottom: 1px solid #b66666;
	border-right: 1px solid #b66666;
	width: 780px;
}


#popup {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 5px;
	border-top: 1px solid #b66666;
	border-left: 1px solid #b66666;
	border-bottom: 1px solid #b66666;
	border-right: 1px solid #b66666;
}


#header1 {
	height:80px;
	width:250px;
	float: left;
	font-size: 8pt;
	margin-bottom: 8px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	text-align: left;
}

#header2 {
	height:80px;
	width:470px;
	float: right;
	font-size: 8pt;
	margin-bottom: 8px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	text-align: left;
}

#footer {
	clear: both;
	font-size: 8pt;
	margin-top: 15px;
	padding-top: 2px;
	background-color: #FFFFFF;
	text-align: center;
}


#menu {
	float:left;
	margin-bottom: 2px;
	vertical-align:middle;
	
}
#menu ul {

	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}
#menu li {
	height:26px;
	margin: 0px 2px 2px 0px;
	padding: 4px 8px 0px 8px;
	border: 1px solid #b66666;
	float: left;
	background-image: url("http://www.monanniv.com/images/boutonl.gif");
	color:#dfdf3c;
	background-color: #fde4e4;
}

#menu a {
	color: #dfdf3c;;
	font-weight:bold;
	text-decoration: none;
}
#menu a:link {
	font-weight:bold;
	text-decoration: none;
}
#menu a:hover {
	font-weight:bold;
	text-decoration: underline;
}
#menu a:active {
	font-weight:bold;
	text-decoration: underline;
}
#sousmenu {
	overflow: hidden;
	margin-bottom: 2px;
	float:left;
}
#sousmenu .titre {
	margin: 4px 0px 4px 0px;
	font-size: 12pt;
	text-align:left;
}
#sousmenu ul {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}
#sousmenu li {
	margin: 0px 2px px 0px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #b66666;
	float: left;
	background-color: #F2FFD7;
}

#language {
	margin: 0px 0px 0px 2px;
	padding: 4px 10px 4px 10px;
	border: 1px solid #b66666;
	float: right;
	color: #b66666;
	background-image: url("http://www.monanniv.com/images/boutonl.gif");
}

#main {
	clear: both;
	overflow: hidden;
	width:100%;
}

/* Identification */

#identification {
	text-align: left;
	font-size: 8pt;
	color: #000000;
}

#identification label {
	text-align: right;
	width:80px;
	margin-top: 4px;
	
}

#identification input, textarea {
	background-color: #fde4e4;
	font-size: 8pt;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-top: 4px;
}

#identification .btn {
	background-color: #fde4e4;
	font-size: 8pt;
	border: #b66666 1px solid;
	margin-top: 4px;
	height:17px;
}


#perdu {
	text-align: center;
	font-size: 8pt;
	color: #000000;
}

#perdu input {
	background-color: #fde4e4;
	font-size: 8pt;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-top: 4px;
}

/* Inscription */

#inscription {
	text-align: left;
	font-size: 8pt;
	color: #000000;
}

#inscription label {
	text-align: right;
}

#inscription input, select {
	background-color: #fde4e4;
	font-size: 8pt;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-top: 4px;
}

#inscription .btn {
	background-color: #fde4e4;
	font-size: 8pt;
	border: #b66666 1px solid;
	margin-top: 4px;
	height:17px;
	vertical-align: middle;
}

/* Qui pense à vous ? */

#quipense {
	text-align: center;
	font-size: 8pt;
	color: #000000;
}

#quipense input, textarea {
	background-color: #fde4e4;
	font-size: 8pt;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

#quipense .btn {
	background-color: #fde4e4;
	font-size: 8pt;
	border: #b66666 1px solid;
	margin-top: 4px;
	height:17px;
}

/* Identification */

#identification {
	text-align: left;
	font-size: 8pt;
	color: #000000;
}

#formgene label {
	text-align: right;
	width:150px;
}

#formgene input {
	background-color: #fde4e4;
	font-size: 8pt;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-top: 4px;
}

#formgene textarea {
	background-color: #fde4e4;
	font-size: 8pt;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

#formgene .btn {
	background-color: #fde4e4;
	font-size: 8pt;
	border: #b66666 1px solid;
	margin-top: 4px;
	height:17px;
}



.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.columnnb {
	margin: 0px 10px 5px 0px;
	padding: 5px;
}

.column {
	margin: 0px 10px 5px 0px;
	padding: 5px;
	float: left;
	border: 1px solid #b66666;
	text-align:left
}

.column_popup {
	margin: 0px 10px 5px 0px;
	padding: 5px;
	float: left;
	border: 1px solid #b66666;
	text-align:left;
	width: 100%;
}

.column_left {
	margin: 3px 2px 2px 2px;
	padding: 5px;
	float: left;
	border: 1px solid #b66666;
}

.column_right {
	margin: 3px 2px 2px 2px;
	padding: 5px;
	float: right;
	border: 1px solid #b66666;
}

.column_small {
	width: 260px;
}
.column_medium {
	width: 370px;
}
.column_large {
	width: 416px;
}
.column_full {
	width: 768px;
}
.cadre {
	 display:inline;
}