@charset "utf-8";
/* CSS Document for Rich Text Editor */

.align-justify {
	text-align:justify;	
}

.align-center {
	text-align:center;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

p.align-justify, p.align-left, p.align-right, p.align-center, div.csc-textpic-imagewrap {
	margin-left:10px;
	margin-right:10px;	
}

ul {
	margin-left:-20px;
}

li {
	font-size:1.1em;
	text-align:left;
	line-height:14px;
}

span {
	font-size:1.1em;	
}

.bodytext {
	font-family: Arial, helvetica,sans-serif;
	font-weight:normal;
	font-size:1.1em;
	color:#000;
	text-align:left;
	margin-left:5px;
	
}

.csc-menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.1em;
	color:#033E6B;
	text-align:left;
	margin-top:-2px;
}

.csc-header-date {
	text-align:left;
}

h1, h1.align-left, h1.align-right, h1.align-justify, h1.align-center {
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:10px;	
	color: #D3201C;
	background-color: inherit;
}
	
h2, h2.align-left, h2.align-right, h2.align-justify, h2.align-center {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:10px;	
	color: #D3201C;
	background-color: inherit;
}
	
h3, h3.align-left, h3.align-right, h3.align-justify, h3.align-center {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:10px;
	color: #D3201C;
	background-color: inherit;
}
	
h4, h4.align-left, h4.align-right, h4.align-justify, h4.align-center {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:10px;
	color: #D3201C;
	background-color: inherit;
}
	
h5, h5.align-left, h5.align-right, h5.align-justify, h5.align-center {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:10px;	
	color: #D3201C;
	background-color: inherit;
}
	
h6, h6.align-left, h6.align-right, h6.align-justify, h6.align-center {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:10px;	
	color: #D3201C;
	background-color: inherit;
}

h1.csc-firstHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	color:#FFF;
	margin:0 0 0 0;
	padding:10px 0 0 30px;
	height:30px;
	background:url(../imgs/backh1_2.png) top left no-repeat;
	text-align:left;
}

blockquote {
	font-style:italic;
}

hr {
	border: none;
	width: 100%;
	color: inherit;
	background-color: #D3201C;
	height: 1px;
}

TABLE.contenttable {
   font-family:Arial, Helvetica, sans-serif;
   border:none;
   margin-bottom: 2px;
   font-size:12px;
}

TABLE.contenttable TD {
  border:none;
  padding:5px;
}

TABLE.contenttable TH {
   background-color:#F7F7F7;
   border:none;
   padding:5px;
}

TABLE.contenttable P.bodytext {
   text-align: left;
}

TABLE.contenttable TD.fondType {
	font-size:12px;
	font-weight:bold;
	background-color:#E2251A; 
	color:#FFF;
	text-align:center;
}

TABLE.contenttable TD.fondBlanc {
		 font-size:12px;
		 background-color:#FFFFFF; 
		 color:#000000;
		 border-right:thin solid #F0F0F0;
}

TABLE.contenttable TD.fondGris {
		 font-size:12px;
		 background-color:#F0F0F0; 
		 color:#000000;
		 border:none;
}

.legende {
		 background-color:#E2251A;
		 text-align:center;
		 color:#FFF;
}

.fondSombre{
		 background-color:#FDEDEC;
}

.fondClair{
		 background-color:#FFF;
}


.journee {
		 background-color:#E2251A;
		 text-align:left;
		 color:#FFF;
}

.heure{
		 border-right:1px dotted #CCCCCC;
		 border-left:1px solid #CCCCCC;
		 width:10px;
		 text-align:center;
}

area:hover {
	cursor: pointer;
}

.text-8 {
	font-size: 8px;
}
.text-10 {
	font-size: 10px;
}
.text-12 {
	font-size: 12px;
}
.text-14 {
	font-size: 14px;
}
.text-16 {
	font-size: 16px;
}
.text-18 {
	font-size: 18px;
}
.text-20 {
	font-size: 20px;
}