/* CSS pour le site M-12 - janvier 2008 */


/*Taille des titres des pages dans le menu "above_content" */

.above_content h2 {
	padding: 13px 5px 10px 7px;
	margin: 13px 5px 10px 8px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #333;
	font-size: 1.6em;
	line-height: 1em;
}
.above_content h3 {
	padding: 0px 10px 10px 8px;
	margin: 0px 10px 10px 8px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #333;
	font-size: 1.4em;
	line-height: 1em;

}
.above_content h4 {
	padding: 10px 10px 10px 8px;
	margin: 10px 10px 10px 8px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #333;
	font-size: 1.2em;
	margin-top: .5em;
	margin-bottom: .3em;
	color: #000;
}
.body h2 {
	padding: 11px 10px 2px 0px;
	margin: 11px 10px 2px 0px;
}
/*Texte de différents couleurs*/


.browntext {
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	text-decoration: none;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	color: #006643;
	text-decoration: none;
	font-size: 120%;
	margin: 0px 0px 15px 5px;
	padding: 0px 0px 15px 5px;
}
.greytext {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: 600;
	text-decoration: none;
	line-height: 110%;
}
.italictitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 30px;
}
.italictitle a:link {
	color: #000000;
	text-decoration: underline;
}
.italictitle a:visited {
	color: #000000;
	text-decoration: underline;
}
.italictitle a:hover {
	color: #000000;
	text-decoration: none;
}
.italictitle a:active {
	color: #000000;
	text-decoration: none;
}
.occasionaltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 30px;
}
.italictitle a:link {
	color: #000000;
	text-decoration: underline;
}
.italictitle a:visited {
	color: #000000;
	text-decoration: underline;
}
.italictitle a:hover {
	color: #000000;
	text-decoration: none;
}
.italictitle a:active {
	color: #000000;
	text-decoration: none;
}
.raspberrytext {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC3366;
}
.raspberrytext a:link {
	color: #CC3366;
	text-decoration: underline;
}
.raspberrytext a:visited {
	color: #CC3366;
	text-decoration: underline;
}
.raspberrytext a:hover {
	color: #CC3366;
	text-decoration: none;
}
.raspberrytext a:active {
	color: #CC3366;
	text-decoration: none;
}
.raspberrytextbold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC3366;
}
.raspberrytextbold a:link {
	color: #CC3366;
	text-decoration: underline;
}
.raspberrytextbold a:visited {
	color: #CC3366;
	text-decoration: underline;
}
.raspberrytextbold a:hover {
	color: #CC3366;
	text-decoration: none;
}
.raspberrytextbold a:active {
	color: #CC3366;
	text-decoration: none;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

/* Puces */

.p-ul {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.p-ul.table {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
.p-ul li {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 8px;
}
.p-ul li ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
}
.p-ul li ul.no-p li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.p-ul li ol.no-p li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.p-ulnobullets {
	margin: 3px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
	list-style-type: none
}
.p-ulnobullets li {
	margin: 0px 0px 7px 10px;
	padding: 0px 0px 0px 0px;
}
.ul-nobullets {
	margin: 3px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
	list-style-type: none
}
.ul-nobullets li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.redpoint-ul {
	list-style-position: outside;
	list-style-image: url(../../imagesfr/fleche-rouge.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 30px 10px 20px;
}
.trait-ul {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../../imagesfr/trait.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 5px 0px 0px 15px;
}
.trait-ul li {
	margin: 0px 10px 5px 15px;
}
.ul-tight {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.blockquote-tight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: -7px 0px 0px 15px;
	padding:-7px 0px 0px 15px;
}

.nobr	{ white-space:nowrap; }
/* Fonctions */
	
.align_left {
	float: left;
}
.align_right {
	float: right;
}
.align_absmiddle {
	vertical-align: bottom;
}
span.superscript {
	vertical-align: 33%;
	line-height: normal;
	font-size: 75%;
}
blockquote {
	margin-right: 15px;
	margin-left: 17px;
	margin-top: 3px;
}
.imageRight {
	float: right;
	margin-top: 5px;
}
.textLeft {
	float: left;
	width: 50%;
	margin-top: 15px;
	padding-top: 0px;
}
.textLeft p {
	line-height: 1.3em;
}
.imageLeft {
	float: left;
	clear: both;
	width: 25%;
	padding: 5px 0px 7px 5px;
	margin: 5px 0px 7px 5px;
}
.textRight {
	float: left;
	width: 70%;
	padding: 5px 0px 7px 5px;
	margin: 5px 0px 7px 5px;
}
.isbn {
	color: #4E4E4E;
	font-size: 85%;
	font-style: normal;
}
.citation {
	color: #333;
	font-size: 85%;
	line-height: 120%;
	font-style: normal;
}
#widecenter hr.footnote {
	clear: left;
	float: left;
	width: 30%;
	border: none;
	background: url(../../imagesfr/trait.jpg) repeat-x;
	margin: 1px 0px 2px 0px;
	padding: 2px;
}
.footnote {
	float: left;
	width: 95%;
	font-size: 85%;
	margin: 0px 0px 5px 0px;
	line-height: 1em;
}
.footnote_number {
	clear: left;
	float: left;
	font-size: 85%;
	width: 5%;
	margin: 0px 0px 5px 0px;
}
/*boites de couleur*/

.yellowbox {
	background: #fbfbf1;
	border: solid thin #efefc5;
	padding: 7px;
}
.box_purple {
	background: #edebf5;
	padding: 6px;
	border: solid thin #c8c2e0;
}
.box_orange {
	background: #fde2c5;
	padding: 9px;
	border: solid thin #f79e3a;
}
.box_teal {
	background: #AEFFFF;
	padding: 9px;
	border: solid thin #0FC;
}
.yellow_bg {
	border: 1px solid #CCC1AA;
	background-color: #efefc5;
	padding: 3px;
}
.yellow_highlight {
	background-color: #FF3;
}
.taupe_border {
	border: 1px solid #CCC1AA;
	padding: 5px;/*background: #F8F7F3;*/
}
/* Table */	

th {
	text-align: center;
}
.exp_detail th {
	text-align: right;
}
table.common {
	padding: 0;
	border-collapse: collapse;
}
table.common th {
	border: 1px solid #CCC1AA;
	background-color: #E6E1D5;
	padding: 3px;
}
table.common tr {
	border: 1px solid #CCC1AA;
	padding: 6px;
	vertical-align: text-top;
}
table.common td {
	border: 1px solid #CCC1AA;
	padding: 6px;
}
table.common caption {
	border-left: 1px solid #CCC1AA;
	border-right: 1px solid #CCC1AA;
	border-top: 1px solid #CCC1AA;
	padding: 5px;
	font-weight: bold;
	font-size: 120%;
}
.rowBkg {
	background-color: #f6f5f1;
}
table.common tr td ul li  {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../../imagesfr/trait.gif);
	margin-left: -20px;
	padding: 0px;
}
table.common tr td ol {
	margin: -3px 0 0 17px;
	padding: 0px;
}
table.common tr td ol li  {
	margin: 0 0 10px 0px;
	padding: 0px;
}
table.common tr td ol li ol {
	margin: 3px 0 0 20px;
	padding: 0px;
}
table.common tr td ol li ol li {
	margin: 0 0 3px 0px;
	padding: 0px;
}
/* Au sujet */	
		
.about {
	padding: 5px 0px 0px 5px;
	
}
.about a:link {
	color: #000000;
	text-decoration: underline;
}
.about a:visited {
	color: #000000;
	text-decoration: underline;
}
.about a:hover {
	color: #000000;
	text-decoration: none;
}
.about a:active {
	color: #000043;
	text-decoration: none;
}

/*Navigation pour les liens connexes */ 

.connexe {
	padding: 10px 7px 3px 7px;
	margin: 5px 1px 0px 1px;
	background-color: #FFFFFF;
	position: relative;
}
.connexe strong {
	color: #333;
	font-size: 110%;
	font-style: italic;
	font-weight: 800;
	text-decoration: none;
}
.connexe a:link {
	text-decoration: underline;
}
.connexe a:visited {
	color: #5d5d5d;
	text-decoration: underline;
}
.connexe a:hover {
	color: #5d5d5d;
	text-decoration: none;
}
.connexe a:visited:hover {
	color: #5d5d5d;
	text-decoration: none;
}
/*Navigation pour les icones */ 

.icones {
	clear: right;
	color: #366;
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 7px;
	margin: 0px 1px 0px 1px;
	background-color: #FFFFFF;
}
/*Navigation au haut de la page pour l'information à l'intention des... */ 

#info_for_top {
	width: 430px;
	height: 25px;
	margin-top: 24px;
	padding-top: 24px;
	text-align: center;
	background: url(../../imagesfr/bg_info.jpg) center top no-repeat;
}
#info_for_top a:link {
	text-decoration: underline;
}
#info_for_top a:visited {
	color: #000033;
	text-decoration: none;
}
#info_for_top a:hover {
	color: #000033;
	text-decoration: none;
}
#info_for_top a:visited:hover {
	color: #000033;
	text-decoration: none;
}

/* Réduit la hauteur du Above sidemenu */


/* Style pour les Liens utile */ 

div.rHeaderNav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
div.rHeaderNav strong {
	text-align: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: 800;
	text-decoration: none;
	line-height: 95%;
}
div.rHeaderNav ul {
	font-size: 100%;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	list-style: none;
}
div.rHeaderNav a:link {
	color: #5d5d5d;
	text-decoration: underline;
}
div.rHeaderNav a:visited {
	color: #5d5d5d;
	text-decoration: underline;
}
div.rHeaderNav a:hover {
	color: #5d5d5d;
	text-decoration: none;
}
div.rHeaderNav a:visited:hover {
	color: #5d5d5d;
	text-decoration: none;
}
div.rHeaderNav strong a:link {
	color: #5d5d5d;
	text-decoration: underline;
}
div.rHeaderNav strong a:visited {
	color: #5d5d5d;
	text-decoration: underline;
}
div.rHeaderNav strong a:hover {
	color: #5d5d5d;
	text-decoration: none;
}
div.rHeaderNav strong a:visited:hover {
	color: #5d5d5d;
	text-decoration: none;
}
/* Navigation de gauche pour les boutons sous le menu */

.sidemenuImages {
	margin-top: 5px;
	margin-bottom: 10px;
}
/* liens utiles */

.smalltext {
	font-weight: normal;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.right_box {
	width: 190px;
	clear: right;
	float: right;
	padding: 20px 3px 0px 10px;
	margin: 20px 0px 10px 10px;
	color: #4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: 800;
	text-decoration: none;
	line-height: 95%;
}
.right_box a {
	color: #333;
}
.right_box strong {
	line-height: 95%
}
.right_box .bookmark {
	background: url(../../imagesfr/rContentBoxBg.gif) top right;
	color: #2a2a2b;
	font-style: normal;
	font-weight: normal;
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
}
.right_box .bookmark .smalltext {
	font-size: 90%;
}
.right_box .bookmark p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.right_box ul {
	line-height: 1.1em;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.right_box li {
	padding: 7px 0px 0px 0px;
}
.right_box li ul {
	padding: 2px 0px 0px 17px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../../imagesfr/trait.gif);
}
.right_box li ul li {
	padding: 2px 0px 2px 0px;
}
.right_box .top {
	padding: 0px 0px 0px 10px;
	background: url(../../imagesfr/rContentNavBox.gif) no-repeat top right;
}
.right_box .contenu {
	padding: 0px 0px 5px 10px;
	background: url(../../imagesfr/rContentNavContenu.gif) no-repeat top right;
}
.right_box .nouveaute {
	padding: 0px 0px 5px 10px;
	background: url(../../imagesfr/rContentNavNouveaute.gif) no-repeat top right;
}
.right_box .lien {
	padding: 0px 0px 5px 10px;
	background: url(../../imagesfr/rContentNavLien.gif) no-repeat top right;
}
.right_box .bottom {
	padding: 5px 0px 5px 25px;
	background: url(../../imagesfr/rContentBoxBottom.gif) no-repeat top right;
}
.right_box p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}
.right_box p a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}
.images {
	width: 190px;
	clear: right;
	float: right;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: 800;
	text-decoration: none;
	line-height: 95%;
}
/*Liens utiles - Vert dégradé*/

#right_links_liens {
	width: 190px;
	float: right;
	clear: right;
	padding: 0px 2px 0px 5px;
	margin: 0px 0px 0px 5px;
}
#right_links_liens strong {
	color: #5d5d5d;
}

.tan {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #9c8a63;
	text-decoration: none;
}
A.tan:link {
	color: #9c8a63;
	text-decoration: underline;
}
A.tan:visited {
	color: #9c8a63;
	text-decoration: underline;
}
A.tan:hover {
	color: #9c8a63;
	text-decoration: none;
}
A.tan:active {
	color: #9c8a63;
	text-decoration: none;
}
A.tan:visited:hover {
	color: #9c8a63;
	text-decoration: underline;
}
.image_right {
	float: right;
	padding: 0px 10px 0px 10px;
}
/* FAQ */

#faq-list h4 h5{
	margin: 0 0 10px 0px;
	padding: 0 0 10px 0px;
}
.answer {
	/**/display:none;
	margin: 0 0 7px 40px;
	padding: 0 0 7px 0px;
}
.answer p {
	margin: 0 0 4px 0px;
	padding: 0 0 4px 0px;
}
.answer h4 h5{
	margin: 0 0 4px 0px;
	padding: 0 0 4px 0px;
}

.answer ul {
	margin: 0 0 7px 15px;
	padding: 0 0 7px 15px;
}
.question {
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 24px;
	cursor: pointer;
	background-image: url(../../imagesfr/close.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
}
.question:hover {
	color: #999;
}
.close {
	background-image: url(../../imagesfr/open.png);

}
 @media print {
.answer {
	display: block !important;
	margin: 0 0 7px 25px;
	padding: 0 0 7px 0px;
}
}