/* Styles pour l'ensemble de la page */

#connexion {
	width: 378px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fenetre-connexion.gif);
	padding-top: 70px;
}

#connexion .contenu {
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	color: white;
	font-family: Lucida sans, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#connexion #bouton-connexion {
	background-color: rgb(244,244,244);
	border-top: 3px double rgb(204,204,204);
	border-right: 3px double rgb(153,153,153);
	border-left: 3px double rgb(204,204,204);
	border-bottom: 3px double rgb(153,153,153);
	color: rgb(51,51,51);
	cursor: default;
	height: 28px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	width: 100px;
	font-size: 10pt;
}

#connexion #bouton-connexion:active {
	background-color: rgb(244,244,244);
	border-bottom: 3px double rgb(204,204,204);
	border-left: 3px double rgb(153,153,153);
	border-right: 3px double rgb(204,204,204);
	border-top: 3px double rgb(153,153,153);
	color: rgb(51,51,51);
	cursor: default;
	height: 28px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	width: 100px;
	font-size: 10pt;
}

/* Styles pour la partie du haut */
#banniere {
	width: 100%;
	height: 128px;
	background-image: url(../images/banniere.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ba1007;
}

#title-client {
	font-family: Helvetica, Arial;
	color: #999999;
	text-transform: uppercase;
	font-size: 10pt;
	position: relative;
	top: 106px;
	left: 30px;
	text-align: right;
	float: left;
}

#menu-rapide {
	font-family: Helvetica, Arial;
	color: #999999;
	font-size: 10pt;
	position: relative;
	top: 106px;
	right: 30px;
	text-align: right;
	float: right;
}

#menu-rapide a {
	color: #999999;
	text-decoration: none;
}

#menu-rapide a:hover {
	text-decoration: underline;
}

#menu-haut {
	margin-left: auto;
	margin-right: auto;
	color: white;
	width: 930px;
	height: 20px;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/fond-menu.gif);
}

#menu-module {
	float: left;
}

#menu-module .nom-module {
	color: #ba1007;
	text-transform: uppercase;
	font-weight: bold;
}

.menu-module .nom-module {
	color: #ba1007;
}

#menu-module .lien-action {
	color: #ffffff;
}

#menu-module .active-link {
	color: black;
}

#menu-general {
	float: right;
	color: #ffffff;
}

#menu-general .lien-action {
	color: #ffffff;
}

#menu-general .active-link {
	color: black;
}
#menu-haut a {
	color: white;
	text-decoration: none;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	display: inline;
}

#menu-haut span {
	color: #ffffff;
	text-decoration: none;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	display: inline;
	padding-left: 15px;
	margin-left: 5px;
	padding-right: 15px;
	margin-right: 5px;
}

#menu-haut a:hover {
	color: #000000;
}

/* Styles pour le corps de la page */
#corps {
	padding: 20px;
}

#corps .contenu {
	float: left;
	padding: 15px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#menu-droite p {
	padding-bottom: 0px;
}

.right-menu .inside a {
	color: #366fcc;
	font-size: 9pt;
}

.button {
	background-color: rgb(244,244,244);
	border-top: 3px double rgb(204,204,204);
	border-right: 3px double rgb(153,153,153);
	border-left: 3px double rgb(204,204,204);
	border-bottom: 3px double rgb(153,153,153);
	color: rgb(51,51,51);
	cursor: default;
	height: 28px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	font-size: 10pt;
	width: 200px;
	text-transform: none;
	font-weight: normal;
}

.button:active {
	background-color: rgb(244,244,244);
	border-bottom: 3px double rgb(204,204,204);
	border-left: 3px double rgb(153,153,153);
	border-right: 3px double rgb(204,204,204);
	border-top: 3px double rgb(153,153,153);
	color: rgb(51,51,51);
	cursor: default;
	height: 28px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	font-size: 10pt;
}

#contenu {
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

select {
	z-index: 1;
}

#loading {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100000;
	filter: alpha(opacity=90);
	-moz-opacity:.9;
	opacity: .9;
	display: none;
}

#loading div {
	width: 250px;
	height: 80px;
	margin: auto;
	margin-top: 300px;
	margin-bottom: 100%;
	font-size: 12pt;
	font-family: Lucida Sans, Helvetica, Arial Black, Verdana;
	color: gray;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#corps a {
	color: #ba1007;
}

#content p {
	margin: 0px;
	margin-bottom: 10px;
}

#messages-redaction {
	margin-top: -10px;
}

#content .statut {
	color: #ff0000;
	font-size: 10pt;
	border: 1px solid #ff0000;
	text-align: center;
	width: 300px;
	padding: 5px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: none;
}

#content .statut2 {
	color: silver;
	font-size: 10pt;
	border: 1px solid silver;
	text-align: center;
	width: 300px;
	padding: 5px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: none;
}


#content form {
	margin: 0px;
	padding: 0px;
	border: 1px solid silver;
	background-color: #eeeeee;
}

#content form .form {
	margin-top: 1px;
	padding: 10px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

#content .title-formulaire {
	padding: 0px;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial Black;
	font-size: 16pt;
	color: #6f6f6f;
	margin-bottom: -8px;
}

.line {
	padding: 5px;
	font-size: 10pt;
	vertical-align: top;
}

.line td {
	padding-bottom: 10px;
}

.line td select {
	margin-top: 3px;
}

.line .error-message {
	color: #ba1007;
	font-weight: normal;
	font-size: 9pt;
	padding: 5px;
	padding-top: 0px;
	display: none;
}

.error-message {
	color: #ba1007;
	font-weight: normal;
	font-size: 9pt;
	padding: 5px;
	padding-top: 0px;
	display: none;
}

.line .field_title {
	font-size: 10pt;
	padding-bottom: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}

table .line .field_title {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 15px;
}

.line input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	border: 1px solid silver;
}

.line textarea {
	border: 1px solid silver;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.inside .line {
	font-size: 9pt;
}

.choice {
	float: left;
	padding: 6px;
	line-height: 15px;
	text-align: center;
	font-size: 12pt;
	margin: 0px;
	cursor: pointer;
	width: 18%;
	color: gray;
}

.choice img {
	margin-bottom: -5px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

#title-messages-redaction {
	margin-top: 25px;
}

#messages-redaction a {
	color: #ba1007;
	font-size: 9pt;
	text-decoration: none;
}

#messages-redaction a:hover {
	text-decoration: underline;
}

.cal_jour a {
	 font-size: 9pt;
	 color: #666666;
	 text-decoration: none;
}

.cal_jour a:hover {
	color: #ba1007;
	text-decoration: underline;
}

#mention {
	font-size: 10pt;
	display: block;
	float: right;
	margin-top: -38px;
	color: #333333;
}

.lien_choice {
	color: gray;
	display: block;
}

.lien_choice:hover {
	color: #ff9933;
	text-decoration: none;
}

#espace {
	clear: both;
}

.form-button {
	background-color: rgb(244,244,244);
	border-top: 3px double rgb(204,204,204);
	border-right: 3px double rgb(153,153,153);
	border-left: 3px double rgb(204,204,204);
	border-bottom: 3px double rgb(153,153,153);
	color: rgb(51,51,51);
	cursor: default;
	height: 28px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	width: 100px;
	font-size: 10pt;
}

.form-button:active {
	background-color: rgb(244,244,244);
	border-bottom: 3px double rgb(204,204,204);
	border-left: 3px double rgb(153,153,153);
	border-right: 3px double rgb(204,204,204);
	border-top: 3px double rgb(153,153,153);
	color: rgb(51,51,51);
	cursor: default;
	height: 28px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	width: 100px;
	font-size: 10pt;
}

.proprietes-wiki {
	margin-top: 10px;
}

tr {
	height: 34px;
}

.clear{
	clear:both;
}
#images{
	visibility:hidden;
}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
	display: none;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	font-size: 18px;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #6c6c6c;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../images/barre-defilement.gif);
	background-repeat:no-repeat;
	width:34px;
	height:14px;
	cursor: pointer;
}
#imageflow{
	text-align:left;
}
#images img {
	display: inline;
	position:absolute; 
	top:0px;
	border:none;
}

/* Styles pour la partie du bas de la page */

#copyright {
	margin-top: 10px;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	padding-bottom: 1px;
	margin-bottom: 10px;
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 10px;
	text-align: center;
}

#copyright a {
	color: #000000;
}

code {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CCCCCC;
}

#liens-bas {
	color: gray;
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 340px;
	line-height: 20px;
}

#liens-bas a {
	color: gray;
	text-decoration: none;
}

#lien-info {
	margin-top: 5px;
	font-family: Helvetica,  Arial, Geneva, sans-serif;
}

#lien-info a {
	color: #ba1007;
	font-size: 14px;
}

#liens-bas a:hover {
	color: #333333;
	text-decoration: none;
}

#lien-info a:hover {
	color: #000000;
	text-decoration: none;
}

blockquote.error-message {
	background-color: #ddd;
	border: 1px solid silver;
	padding: 20px;
	margin: 15px;
	margin-top: -10px;
}

blockquote.error-message .explication {
	color: #555;
	margin-top: 2px;
}

blockquote.error-message a {
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 10px;
}