/* Général */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	margin: 0px;
	background: #EDEFF3;
}
.bckgTable {
	color: #455469;
	background: #5f7392;
}
.titreAccueil{
	background: #C7CED9;
}
.titreInt{
	background: #97a4b8;
}
.BottomAccueil{
	height: 72px;
}
.textAccueil{
	font-size: 1.1em;
	line-height: 20px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
	background-color:#D9DEE6;
}
a:active {
	color: #CC6600;
	text-decoration: none;
}
li .none{
	list-style-type: none;
}
/*.proc-table{
	width:700px;
	margin-left:-13px;
	
}
.proc-table td{
	padding: 10px;
	border: 2px solid #D9DEE6;
	vertical-align:top;
	width:50%;
}*/
.processors-table{
	vertical-align:top;
	width:100%;
	font-size:1.1em;
	color:#455469;
}
.processors-table th{
	text-align:left;
	vertical-align:top;
	padding: 3px;
	background-color:#D9DEE6;
}

.processors-table td{
	text-align:left;
	vertical-align:top;
	padding: 3px;
	border: 1px solid #D9DEE6;
	padding-bottom: 15px;
	background-color:#F9FAFB;
}
/*.pos-process-tabl{
	position:relative;
	width:100%;
}*/
caption{
	font-size: 1.2em;	
	font-weight: bold;
	margin-top:20px;
	margin-left:20px;
}
.retour{
	font-size: 1.2em;	
	font-weight: bold;
}
.txt-size{
	float:left;
	width:35%;
	text-align:right;
}
/* Concerne le path */
#path a:link {
	color: #455469;
	text-decoration: underline;
}
#path a:visited {
	color: #455469;
	text-decoration: underline;
}
#path a:hover {
	text-decoration: none;

}
#path{
	width:65%;
	float:left;
}
/* Concerne la page d'accueil */

.lienAccueil a:link {
	color: #455469;
	text-decoration: none;
}
.lienAccueil a:visited {
	color: #455469;
	text-decoration: none;
}
.lienAccueil a:hover {
	color: #3C8F32;
	text-decoration: none;
	background:none;
}
/* Concerne la navigation */
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: #3C8F32;
	background-color: #C7CED9;	
}
#nav a:active {
	text-decoration: none;
	color: #3C8F32;
}
.navActive{
	color: #3C8F32;
}
/* Navigation No script */
.nav-noscrip{
	border:none;
	width:100%;
}
/* Spécifique à l'impression */
@media print {
.noPrint { 
	display: none;
  }
.mainTable{
	height: 314px;
	background-color: #c7ced9;
	font-size: 1.1em;
	line-height: 1.8em;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	width: 590px;
}
.mainTableProv{
	height: 314px;
	background-color: #c7ced9;
	font-size: 1.1em;
	line-height: 18px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	width: 590px;
}
.textAccueil{
	width: 300px;
	font-size: 1.1em;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.redimPrint{
	width: 760px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;	
	font-weight: bold;
	margin-top:20px;
	margin-left:20px;
}
.pos-process-tabl{
	width:600px;
}
.nav-noscript{
	display:none;
}
.txt-size{
	display:none;
}
#path{
	width:100%;
}
}
/* Spécifique à l'écran */
@media screen {

.mainTable{
	height: 314px;
	background-color: #c7ced9;
	font-size: 1.2em;
	line-height: 18px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 170px;
}
.mainTableProv{
	height: 314px;
	background-color: #c7ced9;
	font-size: 1.2em;
	line-height: 18px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 21px;
}
.mainNavProv{
	font-weight: bold;
	background-color: #c7ced9;
	font-size: 1.1em;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 17px;

}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	line-height:1em;
}
h2 {
	font-size: 1em;	
	font-weight: bold;
	margin-top:20px;
	/*margin-left:20px;*/
}
hr {
	color:#EDEFF3;
	height:1px;
	width: 300px;
	margin-top:15px;
	margin-bottom:15px;
}
}