/* BALISES PRINCIPALES
*******************************/


body.centre {
	background-image:url('images/fond.gif');
	background-repeat:repeat-y;
	background-position: center center;
	background-color:#393939;
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
	font-size:13px;
	line-height:16px;
}
body.vide {
	background-repeat:repeat-y;
	background-position: center center;
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
	font-size:13px;
	line-height:16px;
}
body.pourcentage {
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
	font-size:13px;
	line-height:16px;
	background-color:#1f1f1f;
}
#menutop {
	font-size:17px;
}

#menutop a {
	color:#ffffff;

	padding-top: 13px;
	padding-right: 11px;
	padding-bottom: 13px;
	padding-left: 11px;
}

#menutop a:hover {
	background: url(images/bgMenuRose.gif) repeat-x;

	padding-top: 13px;
	padding-right: 11px;
	padding-bottom: 13px;
	padding-left: 11px;
} 

h1 {
	padding:0px;
	margin:0px;
	margin-bottom:3px;
}
h2, h3, h4, h5 {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:22px;
	line-height:22px;
	font-family:Arial,Helvetica,sans-serif;
	color:#cc0000;
}
h2 {
	display: block;
	margin-bottom: 0.67em;
	font-size: 1.5em;
	font-weight: bold;
	color: #AD0B57;
	line-height: 1.2em;
	font-family:Arial,Helvetica,sans-serif;
}
h3 {
	display: block;
	margin-bottom: 0.67em;
	font-size: 1.2em;
	font-weight: bold;
	color: #AD0B57;
	line-height: 1.2em;
	font-family:Arial,Helvetica,sans-serif;
}
h4 {
	font-size:13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AD0B57;
}
h1.finance {
	font-size:26px;
	line-height:22px;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	color:#cc0000;
	font-weight:normal;
}
h2.finance {
	font-size:15px;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	color:#cc0000;
}
h3.finance {
	font-size:14px;
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#cc0000;
}
h4.finance {
	font-size:13px;
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#cc0000;
}
p {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

.gris_fonce {
	color:#666666;
}

form {
	padding:0px;
	margin:0px;
}
input {
	font-size:13px;
}
table {
	font-size:13px;
	line-height:16px;
}
td {
	padding: 0px 0px 0px 0px;
}
table.formulaire td {
	padding: 5px 5px 5px 5px;
}
a {
	text-decoration:none;
	color:#336699;
}
a:hover {
	color:#CC0000;
}
a.h1 {
	color:#cc0000;
}

.padding5{
	padding: 5px 5px 5px 5px;
}



/* mootabs panel */

.mootabs_panel {
	display: none;
	background-color: transparent;
	position: relative;
	width: 99%;
	height: 99%;
	top: -1px;
	clear: both;
	overflow: auto;
	#border: 1px solid #000000;
    border-bottom:1px solid #958B84;
	
}

.mootabs_panel.active {
	background-color: #FFFFFF;
	display: block;
}

/* Onglets */


div#mag-menu {
	z-index:3;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	height:24px;
	border-bottom:1px solid #958B84;
}

div#mag-menu ul {
	padding-left:10px;
	margin-left:0px;
	
}
div#mag-menu li {
	display:inline;
	line-height: 24px;
	margin-left:0px;
	float:left;
	list-style-type:none;
	margin-right: 4px;
	height:24px;
	width:110px;
}

div#mag-menu li a {
	background: url(images/onglets.png) no-repeat;
	background-position:0px 0px;
	text-align:center;
	display:block;
	text-decoration:none;
	font-family: arial, helvetica;
	font-size: 11px;
	color: #3399cc;
	height:24px;
	font-weight:bold;
}

div#mag-menu li a:hover {
	background: url(images/onglets.png) no-repeat;
	background-position:0px -24px;
	color:#fff;
}

