﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
}

body, td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

a[href] {
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

a.fckCTPOrange {
	color:#e55e15; 
	font-weight:bold; 
	text-decoration:underline; 
	font-size:11px;
}
a.fckCTPOrangeImg {
	background:transparent url(/img/com/picto_feuille_rge.gif) left top no-repeat; 
	padding-left:25px; 
	color:#e55e15; 
	font-weight:bold; 
	text-decoration:underline; 
	font-size:11px;
}
a.fckCTPWhite {
	background:transparent url(/img/com/picto_feuille_rge2.gif) left top no-repeat; 
	padding-left:30px; 
	color:#fff; 
	font-weight:bold; 
	text-decoration:underline; 
	font-size:11px;
}

h1.fckCTP {
	font-weight:bold;
	font-size:16px;
}
h1.fckCTP span {
	overflow:auto;
	position:static;
}

p.fckBlocTitrage {
	margin:0;
	padding:0 10px 10px 0;
	width:500px;
	font-size:24px;
	line-height:25px;
}


h4.fckCTP {
	font-weight:bold; 
	font-size:12px;
}

img.fckCTPLeft {
	border:1px solid #d5d1d2; 
	margin-right:10px;
}
img.fckCTPRight {
	border:1px solid #d5d1d2; 
	margin-left:10px;
}

p.fckCTPIntro {
	background:transparent url(/img/com/antislash_gris.gif) left top no-repeat; 
	font-weight:bold; 
	padding-left:10px;
}

span.fckCTPBleu{color:#62c9d8;}
span.fckCTPGris{color:#514a4a;}
span.fckCTPMarron{color:#b17d66;}
span.fckCTPOrange{color:#e55e15;}
span.fckCTPRouge{color:#d8001b;}
span.fckCTPVert{color:#9fe376;}
span.fckCTPViolet{color:#a77eb8;}

table.tabThese {
	padding:0;
	margin:0;
}
table.tabThese tr td{
	margin:0;
	padding:2px;
	vertical-align:middle;
	text-align:left;
	top:0;
	border-bottom:1px solid #ce9880;
}

