/* stylesheet.css Franco TNL */
/* par Phil Turcotte le 11 juin 2009 */
/* www.numerique.ca */

* {
	margin:0px;
	padding:0px;
}

body{
	background-color:#FFFFFF;
	background-image:none;
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

body#page {
	background-image:url(../Images/PagesInterieures/img_backgroundBateau.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
	background-color:#FBF1CF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#898989;
	padding-bottom:15px;
}

body.bodySansBackground {
	background-image:none;
}

h2 {
	margin-bottom:10px;
	background-image:url(../Images/PagesInterieures/puce_h2.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:15px;
	font-size:1.6em;
}

a {
	color:#00739D;
	text-decoration:none;
}

a:link { color:#00739D; text-decoration:none; }
a:visited { color:#00739D; text-decoration:none; }
a:hover { color:#00739D; text-decoration:underline; }
a:active { color:#00739D; text-decoration:none; }

a img { border:none; }

ul {
	list-style:none;
	margin-bottom:15px;
}

ul li {
	background-image:url(../Images/PagesInterieures/img_bullet.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
	padding-left:9px;
}

ol {
	list-style:outside decimal;
	margin-bottom:15px;
	margin-left:18px;
}

table.tableau {
}

table.tableau tr th {
}

table.tableau tr td {
}

.aligneDroite {
	float:right;
	margin-left:15px;
	margin-bottom:25px;
}

.imgDroite{ padding:1px; float:right; margin:0 0 10px 10px; }

img.icone {
 margin:0 10px 10px 0;
 float:left;
}

table.fiche {
	width:100%;
}

table.fiche th {
	vertical-align: top;
	text-align:left;
	padding:5px;
	margin:0px;
	border:1px solid #CAD3D7;
}

table.fiche th h2 {
  color:#516E7A;
  font-size:11px;
  padding:0px;
  margin:0px;
  font-weight:bold;
  background-image:none;
  text-transform:uppercase;
}

table.fiche td {
	vertical-align:top;
	border-left:1px solid #CAD3D7;
	border-bottom:1px solid #CAD3D7;
	padding:5px;
}

table.fiche td.detail {
	vertical-align:top;
	border-right:1px solid #CAD3D7;
	width:11%;
}

table.fiche td.detail2 {
	vertical-align:top;
	border-right:1px solid #CAD3D7;
	width:80%;
}

/*---------Calendrier-------------*/

div#conteneurPageCalendrier img{
	display:block;
}

div#calendrier {
	border-left:1px solid #C9D4DA;
	border-right:1px solid #C9D4DA;
	padding-left:1px;
	padding-right:1px;
	width:443px;
}

div#calendrierMois {
	background-color:#ECF0F1;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

div#calendrierMois a {
	color:#556C7A;
	margin-right:24px;
}

div#conteneurTableauCalendrier {
	margin-left:5px;
	padding-bottom:20px;
}

div#enteteCalendrier {
	background-color:#ECF0F1;
	color:#6C6E6D;
	font-weight:bold;
	text-transform:capitalize;
	padding-left:5px;
	padding-top:7px;
	width:225px;
}

table#tableauCalendrier {
	border-collapse:collapse;
	width:230px;
}

table#tableauCalendrier th{
	background-color:#ECF0F1;
	padding-top:5px;
	padding-bottom:5px;
	color:#6C6E6D;
}

table#tableauCalendrier td {
	width:33px;
	height:30px;
	text-align:center;
	font-weight:bold;
}

table#tableauCalendrier a {
	color:#556C7A;
}

div#detailsCalendrier {
	margin-left:5px;
	background-color:#A4BFCA;
	width:170px;
	margin-right:5px;
	float:right;
	color:#FFFFFF;
	padding:10px;
	display:table;
}

div#detailsCalendrier span {
	color:#6B6E73;
	font-weight:bold;
}

.titreEvenement {
	font-weight:bold;
	color:#FFFFFF;
	margin-top:5px;
}

.texteEvenement {
	color:#FFFFFF;
}

.texteEvenement a {
	white-space:nowrap;
}

div.footCalendrier {
	text-align:center;
	background-color:#ECF0F1;
	color:#6C6D6F;
	overflow:visible;
}

div.footCalendrier select {
	width:435px;
}

p.videoPlayer{
	text-align:center;
	margin-bottom:30px;
}

div.imagePartenaires {
	float:left;
	width:160px;
}

/*** MODIFS TINYMCE ***/

#tinymce.mceContentBody{
	background-image:none;
	background-color:#FFFFFF;
	color:#898989;
}

#tinymce.mceContentBody p {
	margin-bottom:10px;
}

.mceContentBody a {
	color:#00739D !important;
	text-decoration:underline !important;   
}