/*** GENERAL ** */
* {
	float: none !important;
	background-color: #fff !important;
	background-image: none !important;
}
body {
	color: #000;
	font-family: "Times New Roman",Times,serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	line-height: 125%;
}

/*** NE PAS IMPRIMER  ** */

img, a img,:link img,:visited img { border:none; }
.noPrint, noscript, hr,
.flash, .captcha,
.identification, .identification-titre, .identification-welcome,
.pagination, .pagination-text, .menu_principal, .boutons-verticaux,
.menu_interne, .menu-pied, .menu-gauche, #Accessible, .accueil-posted, .btn-flux, .article-lien-suite,
.fildariane, .fildariane-start, .globalSearch, .boutons-horizontaux, .visuel, .menu-pied-fond, .nav, .nav2, .entete-droite, .btn-langues,
.btn-clients, .encart-recherche, #liens-page,
.suite-gauche, .suite-droite, .suite-droite-bleue, .suite-gauche-bleue, .suite-droite-blanche, .suite-gauche-blanche {
	display: none !important;
}

/*** FORMULAIRE ***/
.fInput, .gInput, .nInput, .mInput, .sInput, .tInput, .spinInput  { width: 99% }
.contentForm { border: 1pt dashed #DDD; }

/*** PRESENTATION ***/
.homeactus, .article-accroche {
	color: #000 !important;
	font-size: 12pt !important;
	float:none;
	width:90%;
}
#entete #logo {	
	text-align:center;
	height:100px;
	margin: 0 !important;
	padding:0 !important;
	display: block;
	
}
#entete {
	margin: 0 !important;
	padding:0 !important;
}
.contentFooter { text-align: center; border-top: 1pt solid #000 }
.posted { text-align: right; font-style: italic }
.pageBreak { page-break-after: always; }

blockquote, q {
	font-style: italic;
	quotes: '\0000ab\0000a0' '\0000a0\0000bb' '\00201c\0000a0' '\0000a0\00201d';
	border-left: 1pt solid #000;
	padding: 5pt;
}
blockquote cite { font-style: normal; }

.blocInfo {
	font-size: 10pt;
	padding: 5pt;
}
h3.Info { border-bottom: 1pt dotted #000; }

/*** TITRE ***/
h1,h2,h3,h4,h5,caption,thead { /*font-family: Arial,Helvetica,sans-serif;*/ }
.contentHeader {
	margin:0;
	padding:0;
}
#contentPage h2 {
	font-size: 17pt;
	color:#000;
	padding: 0 0 2pt 0;
	border-bottom: 1pt dotted #FAA635;
	line-height: 200%;
}
h3 {
	font-size: 13pt;
	margin-top: 3%;
	margin-bottom: 0%;
}
h4, h5 {
	font-size: 10pt;
	margin-top: 3%;
	margin-bottom: 0%;
}
h4 { border-bottom: 1pt solid #000; }

/*** TABLEAU ***/
caption{
	font-size: 10pt;
	color: #000;
	background-color: #aaa;
	margin: 3pt 0;
}
thead {
	font-size: 10pt;
	color: #000;
	background-color: #ccc;
}
table, td {
	border: 1pt solid #666;
	border-collapse: collapse;
	padding: 3pt;
}
table{
	width:98%;
	margin: 4pt;
}
.center{ text-align:center;}
.left{ text-align:left;}
.right{ text-align:right;}

/*** LIEN ***/
a:link, a:visited {
/*	color: #520;*/
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/*
#contentPage a:link:after, #contentPage a:visited:after {
	content: " (" attr(href) ") ";
  	font-size: 90%;
 }
#contentPage a[href^="/"]:after {
	content: " (http://www.actengo.com" attr(href) ") ";
}

#contentPage acronym {
	border-style:none;
}
#contentPage acronym.premier:before {
	content: attr(title)" (";
}
#contentPage acronym.premier:after {
	content: ")";
}
*/