body {
	margin: -10px auto;
	background-color: #F5F5F5;
	width: 917px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #003399;
}

a:visited{
	color: #003399;
}

a:hover {
	text-decoration: underline;
}

a.homepage, a.homepage:visited, a.homepage:hover {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
	behavior: url(/pngHack/pngHack.htc);
}

h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}

span.blue{
	color: #003399;
}
span.green{
	color: green;
}
span.red{
	color: red;
}
#flashbox {
	width: 88%;
	border: 1px solid;
	padding: 10px 2% 10px 8%;
	margin: 1%;
}

#flashbox.disappear{
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;	
}

#flashbox.ok {
	background: #E8FFE3 url(../images/default/general/flashbox/ok.png) no-repeat
		scroll 4% center;
	border: 1px solid #6DB757;
}

#flashbox.error {
	background: #ffe9e0 url(../images/default/general/flashbox/exclamation.png) 4%
	center no-repeat;
	border: 1px solid #ec705b;
	color: red;
}

.flashbox_information{
	width: 88%;
	padding: 10px 2% 10px 8%;
	margin: 1%;
	background: #FFEBC1 url(../images/default/general/flashbox/information.png) 4%
	center no-repeat;
	border: 1px solid #FDBF3B;
	color: #A6750C;
}

.flashbox_error{
	width: 88%;
	padding: 10px 2% 10px 8%;
	margin: 1%;
	background: #ffe9e0 url(../images/default/general/flashbox/exclamation.png) 4%
	center no-repeat;
	border: 1px solid #ec705b;
	color: red;
}

.flashbox_ok{
	width: 88%;
	padding: 10px 2% 10px 8%;
	margin: 1%;
	background: #E8FFE3 url(../images/default/general/flashbox/ok.png) no-repeat
		scroll 4% center;
	border: 1px solid #6DB757;
}

div.page_content{
	padding: 10px 30px;
	width: 857px;
	background-image: url("../images/default/general/bg_box_content.png");
	background-repeat: repeat-y;
	min-height: 600px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 5px 0;
}
div#bottom_mentions{
	font-size: 10px;
	padding: 0 10px;
	width: 897px;
}

h1.title{
	text-align: center;
}

table.support{
	border-collapse: collapse;
	border: none;
}

table.support td{
	border-bottom: dashed #CCC 1px;
	padding: 5px;
}

table.support tr.last td{
	border-bottom: none;
}

table.support td.left{
	border-right: dashed #CCC 1px;
}

.right_button{
	margin: 0 0 10px 0;
}

/*Boite pour image + légende*/
.picture{ 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; padding: 3px;
	font: 11px/1.4em Arial, sans-serif; 
}
.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; margin-bottom: 3px; 
}
div.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
}
div.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
}

/*tableaux des unités*/

table.credits {
	border:1px solid #ABA7A4;
	margin-bottom:10px;
	width:100%;
}

table.credits th{
	border:1px solid #ABA7A4;
	border-collapse:collapse;
	background-color: #4C4743;
	color: #FFF;
} 

table.credits td {
	border:1px solid #ABA7A4;
	border-collapse:collapse;
}

table.credits tr.odd{
	background-color: #FFF;
}

table.credits tr.even{
	background-color: #E2E2E2;	
}

table.credits tr.node{
	background-color: #4C4743;
	color: #FFF;
	text-align: center;	
}