/*Global Settings*/

* {
   margin: 0;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, table, tr, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #393939;
}

body {
	font-size: 10px;
	margin: 0px 0px 0px 0px ;
	background: #fff;
}		
table, td {
	padding:2px;
}
/*typography*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}

h1 {
	font-size: 8pt;
    padding: 0px 0px 0px 5px;
	font-weight: bold;
	color: #FFF;
}
h2 {
	width:550px;
	font-size: 8pt;
    padding: 0px 0px 5px 5px;
	font-weight: bold;
	text-transform:uppercase;
}
h3 {
	width:100%;
	font-size: 8pt;
    padding: 0px 0px 5px 5px;
	font-weight: bold;
	text-transform:uppercase;
}
h4 {
	width:100%;
	font-size: 7pt;
    padding: 0px 0px 2px 2px;
	font-weight: bold;
	text-transform:uppercase;
	color:#002a7e;
}
h5 {
	width:100%;
	font-size: 8pt;
    padding: 0;
	font-weight: bold;
	padding: 5px;
	font-weight: bold;
}
h6 {
	width:100%;
	font-size: 8pt;
    padding: 0px 0px 5px 5px;
	font-weight: normal;
}

img {
	margin:0px;
	padding:0px;
	border: 0;
}

ol, ul, li {
	list-style: none;
	text-align:left;
	padding:2px;
}

/********** Structure **********/
#container {
	margin: 0 auto;
	background-color:#fff;
	width: 840px;	
}
	
/******************* body (contenu + colonne droite */
#body {
	clear:both;
	margin: 0 auto;
	width: 840px;
	background: #fff;
}
#bodyLeft {
	padding: 10px 0px 0px 0px;
	background-color:#fff;
	float:left;
	width: 660px;
	min-height:300px;
}
#bodyRight {
	width:180px;
	float:right;
}
#menuRight {
	background-color:#ccc;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
}
#menuRightUser {
	background-color:#FFCC99;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
}
#menuRightMonitor {
	background-color:#C5DEB8;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
}
#menuRightPartner {
	background-color:#CEE3FD;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
}

.form {
	margin-top: 2px;
	font-weight: bold;
}
	
.info {
	background-color: #f0efef;
	border:thin #999999;
}

#zapatec a {
	color:#FFFFFF;	
	/*display:none;*/
}

/* Joomla */
.moduletable, .moduletable-caddy {
	text-align:left;
}

.moduletable-caddy {
	background-color:#d9e5fd;
	border:#002a7e solid 1px;
}

.contentpaneopen, .contentheading, .contentpane { width: 100%; }
.inputbox, .select {border: 1px solid #999999; background: #FFFFFF; color: #CC0000; font-size:9px}
.contentpane, contentpaneopen, .pathway { text-align:left; }
.button { cursor:pointer;font-weight:bold;border:1px solid #a50b03;background-color:#666666;color:#fff;font-size:11px; }
.secteur, .dateDebut { background-color: #AECBFB}
.type { background-color: #CCC}
.back_button { text-align:center }
.message { color:#FF0000; font-weight:bold; background-image: url('../images/info.gif') center no-repeat; background-color: #fff6bf; background-position: 15px 50%; text-align: left; padding: 5px 20px 5px 45px; color:#996666; border-top: 2px solid #ffd324; border-bottom: 2px solid #ffd324;}