/*** 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%;
}
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) ") ";
}
*/
img, a img,:link img,:visited img { border: none; }
.logo { text-align: center; }

/*** NE PAS IMPRIMER  ***/
noscript, .noprint, .flash, .captcha,
#menu_evitement, .menu_gauche, .menu_interne, .menu_pied,
.fildariane, .fildariane_start, .pagination,
.suite_gauche, .suite_droite, .precedent_droite, .precedent_gauche,
.identification, .identification_titre, .identification_bienvenue,
.recherche_generale {
	display: none !important;
}

/*** FORMULAIRE ***/
.fInput, .gInput, .nInput, .mInput, .sInput, .tInput, .spinInput  { width: 99% }
.contenu_form { border: 1pt dashed #ddd; }

/*** PRESENTATION ***/
.contenu_pied { text-align: center; border-top: 1pt solid #000 }
.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; }
/*
acronym {
	border-style:none;
}
acronym.premier:before {
	content: attr(title)" (";
}
acronym.premier:after {
	content: ")";
}
*/

/*** TITRE ***/
h1,h2,h3,h4,h5,caption,thead { /*font-family: Arial,Helvetica,sans-serif;*/ }
.contenu_entete h2 {
	font-size: 17pt;
	line-height: 200%;
	border-bottom: 2pt solid #000;
	text-transform: uppercase;
}
h2 { font-size: 15pt; }
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;
}

