/* CSS Document */

/* * { 
	margin:0px;
	padding:0px;
	border:0px;
} */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table,tr,td,p,img { 
	margin:0px;
	padding:0px;
	border:0px;
} 

Body, html{
	height:100%;
	background-color:#009D59;
	color: #333346;
}

a:link, a:visited{
	color: #333346;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	color: #2A8849;
	font-weight: bold;
	}

a:active {
	color: #333346;
	text-decoration: none;
}

a.Liens_pointes:link, a.Liens_pointes:visited{
	color: #333346;
	text-decoration: none;
}

a.Liens_pointes:hover{
	color: #2A8849;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/pointeur.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}

a.Liens_pointes:active{
	color: #2A8849;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/pointeur.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}

a.lienmenuhaut_i:link {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}

a.lienmenuhaut_i:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}

a.lienmenuhaut_i:hover {
	text-decoration: none;
	font-weight:bold;
	color: #003300;
}

a.lienmenuhaut_i:active {
	text-decoration: none;
	font-weight:bold;
	color: #009D59;
}

.titre_librairie
{
	color: #FFFFFF;
	width:195px;
	background-color: #00c361;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

a.lienmenuhaut_a:link {
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	color: #009D59;
}

a.lienmenuhaut_a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #009D59;
}

a.lienmenuhaut_a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #003300;
}

a.lienmenuhaut_a:active {
	text-decoration: none;
	font-weight:bold;
	color: #009D59;
}

a.lienmenugauche_i:link, a.lienmenugauche_i:visited {
	color: #666666;
	text-decoration: none;
}
a.lienmenugauche_i:hover {
	color: #2A8849;
	background-image: url(../images/pointeur.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: none;
}
a.lienmenugauche_i:active {
	color: #333346;
	text-decoration:none;
}

a.lienmenugauche_a:link, a.lienmenugauche_a:visited {
	color: #2A8849;
	background-image: url(../images/pointeur.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration:none;
}
a.lienmenugauche_a:hover {
	color: #2A8849;
	text-decoration: none;
}
a.lienmenugauche_a:active {
	color: #333346;
	text-decoration:none;
	background-image: url(../images/pointeur.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}


input, select, textarea{
	background-color:#FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.page {
	width:100%;
}

.entete {
	margin:auto;
	margin-bottom:0px;
	text-align:center;
	width:980px;
	height:105px;
	background-image: url(../images/fond_entete.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.encadrement {
	height:3px;
	vertical-align:top;
	background-image: url(../images/encadrement.jpg);
	background-repeat: no-repeat;
}

.logo {
	width:400px;
	color: #666666;
	text-align: left;
}
.titre {
	width:380px;
}

.entete_droite {
	width:200px;
	vertical-align:top;
}

.espace_client {
	padding-top:10px;
	font-size:10px;
	height:70px;
	font-weight:bold;
	padding-left:2px;
	margin-left:2px;
	text-align:left;
	color: #343447;
	position: fixe;
	visibility: visible;
	overflow: hidden;
}

.titre_espace {
	padding-top:5px;
	font-size:14px;
	font-weight:900;
	text-align:left;
}

.login {
	margin-left:5px;
	width:70px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	height:10px;
	font-size:8px;
}

.logon {
	height:10px;
	font-size:8px;
	width:180px;
}

.passwd {
	margin-left: 2px;
	margin-top: 2px;
	width: 50px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	font-size:8px;
	height:10px;
}

.minibouton {
	font-size: 0.7em;
	background-color: #DED6B8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	color: #333346;
	font-weight: bold;
}
.b_connect {
	width:30px;
	font-size: 0.7em;
	background-color: #DED6B8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	color: #333346;
	font-weight: bold;
}

.b_deconnect {
	font-size: 9px;
	width:85px;
	height:20px;
	margin-left:74px;
	margin-top:24px;
	background-color: #CCCCCC;
	color: #336666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}

.infos {
	color: #333346;
	padding-top:20px;
	padding-left:50px;
}

.message_connect {
	color: #660000;
	padding-top:5px;
	padding-left:5px;
}


.recherche {
	width:180px;
	padding:0px;
	margin:0px;
}
.field_recherche {
	font-size:10px;
}

.entete_menu {
	margin:auto;
	height:26px;
	width:980px;
	background-image: url(../images/fond_barre_menu.jpg);
	background-repeat: repeat;
	background-position: bottom center;
}

.rubriquemenuhaut_i
{
	font-size: 12px;
	height:26px;
	width:110px;
	background-image: url(../images/fond_menuh_i.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align:center;
}

.rubriquemenuhaut_a
{
	font-size: 12px;
	height:26px;
	width:110px;
	background-image: url(../images/fond_menuh_a.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align:center;
}

.titremenugauche {
	font-size:14px;
	color:#333346;
	font-weight:bold;
	padding-top:10px;
	padding-left:5px;
}
	
.rubriquemenugauche {
	height: 20px;
	margin-top:30px;
	margin-right:5px;
	font-size: 0.8em;
	padding-left:10px;
}

.rubriquemenugalerie {
	height: 20px;
	width:195px;
	margin-top:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:5px;
}

.breve{
	font-weight:bold;
	font-style: normal;
	margin-top:40px;
	margin-bottom:10px;
	margin-left:10px;
	padding-left:10px;
	text-align:justify;
}

.dossier{
	font-weight:normal;
	font-size: 0.8em;
	margin-left:10px;
	padding-left:10px;
	height: 280px;
	width: 140px;
	overflow: auto;
	position: static;
	visibility: visible;
	text-align:left;
	line-height: 15px;
}
.maintab {
	width:980px;
	margin:auto;
	vertical-align: top;
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	background-image: url(../images/fond.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333346;

}

.colgauche {
	width: 180px;
	text-align: left;
	vertical-align:top;
	font-size: 14px;
	font-weight:bold;
	color: #333346;
	background-color: #FFFFFF;
	margin-right:4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333346;
	padding-right: 4px;
}

.centretab {
	width: 620px;
	color: #333346;
	vertical-align:top;
	height:360px;
	padding-right:15px;
	padding-left:20px;
}

.coldroite {
	width:180px;
	font-size: 10px;
	vertical-align:top;
	background-color: #FFFFFF;
	padding-top:5px;
	padding-right:5px;
	text-align:center;
}

.titre_p
{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
	color: #9E0B0E;
}

.titre_g
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:0px;
	vertical-align:top;
	color: #333346;
	width:180px;
}

.paragraphe
{
	vertical-align:top;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333346;
}

.p_recherche
{
	margin-left: 10px;
	vertical-align:top;
	font-size: 10px;
	font-style: normal;
	color: #333346;
}
.p_recherche_g
{
	margin-left: 30px;
	vertical-align:top;
	font-size: 10px;
	font-style: normal;
	color: #333346;
}

.entete_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	height: 34px;
	background-image: url(../images/titre_actualites.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.titre_news {
	font-weight: bold;
	background-image: url(../images/fond_actualites.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #333346;
}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333346;
	background-image: url(../images/fond_actualites.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right:2px;
}

.pied_news {
	background-image: url(../images/pied_actualites.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.zone_boutons {
	text-align:center;
	width:580px;
}

.bouton {
	font-size: 1em;
	font-weight: bold;
	background-color:#FFFFCC;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	color:#333346;
	margin-top:5px;
	margin-left:20px;
}

.plan {
	position: absolute;
}

.baspage {
	width:980px;
	margin:auto;
	text-align:center;
	background-color: #FFFFFF;
	height:50px;
}

.infoslegales{
	text-align:center;
	font-size: 10px;
	color:#333346;
}	

.xiti_image {
	vertical-align:text-top;
	margin-left:50px;
	}
.mirti_image {
	vertical-align:text-top;
	margin-right:30px;
	}
	
.message{
	font-size: 1.2em;
	font-style: normal;
	line-height: 50px;
	font-weight: bold;
	color: #006633;
	text-align: center;
	padding-top:20px;
}

.erreur {
	font-size: 1.2em;
	font-style: normal;
	line-height: 50px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	text-decoration:blink;
}
