body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:transparent;
}

label.float {
	float:left;
	width:180px;
	padding-right:10px;
	text-align:right;
	font-weight:bold;
	color:#006666;
	padding-top:3px;
}

#infoDevEx {
	width:200px;
}


#ajoutInfoDev label.float, #formulaire label.float {
	width:200px;
}

#ajoutInfoDev #SubmitForm, #formulaire #SubmitForm {
	padding-left:200px;
}

#formulaire td {
	font-size:0.85em;
}

#formulaire p {
	clear:left;
}

#SubmitForm {
	background-color:#F5F5F5;
	padding:10px;
}

#SubmitForm p {
	margin:0;
}

#logonMessage {
	color:#CC0000;
	font-weight:bold;
}

#menu {
	margin: 0;
	padding: 0;
}

#menu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
}

/*règle pour IE. Supprime la marge extra basse*/
* html #menu ul{ 
	margin-bottom: 0;
}

#menu ul li{
	display: inline;
}

#menu ul li a {
	float: left;
	color: #006666;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: underline;
}

#menu ul li a:hover{
	color: #CC0000;
}


.infoBase {
	color:#339900;
	font-weight:bold;
}

a:link, a:active, a:visited {
	color:#0099CC;
}

a:hover {
	text-decoration:none;
}

.InfoDeviation a:link, .InfoDeviation a:active, .InfoDeviation a:visited {
	color:#CC0000;
	text-decoration:none;
}

.InfoDeviation a:hover {
	color:#FF6600;
	text-decoration:underline;
}

h3.InfoDeviation {
	position:absolute;
	text-indent:-5000px;
}

table.InfoDeviation td {
	font-size:0.8em;
	font-weight:bold;
	color:#CC0000;
	padding-left:10px;
	background-image:url(../img/puce.gif);
	background-position:left;
	background-repeat:no-repeat;
}

table.InfoDeviation2 td {
	font-size:0.8em;
}

.tableHeader {
	font-weight:bold;
	background-color:#CCE0E0;
}

tr.alternatingItem td {
	background-color:#F5F5F5;
}

#erreur, #messageErreur {
	color:red;
	font-weight:bold;
}

h3 {
	color:#65AE2E;
	font-size:1.4em;
}

table.detailInfoDeviation td {
	padding-bottom:30px;
	font-size:0.8em;
}

h4.titreInfoDeviation {
	color:#669966;
	font-size:1.3em;
	margin-bottom:0;
}

p.detailsInfoDeviation {
	margin-top:0;
}

.ligneConcerne {
	color:#666666;
	font-size:0.85em;
	font-weight:bold;
}

.dates {
	color:#666666;
	font-size:0.85em;
	font-weight:bold;
}

.categorie {
	color:#666666;
	font-size:0.85em;
	font-weight:bold;
}

.checkBoxLabel {
	font-size:0.85em;
}