/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../layout/body-back.jpg);
	background-repeat: no-repeat;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #990033;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	position: absolute;
	left:0;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	position: absolute;
	right:0;
	width: 200px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 1px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center center;
}

#content{
	margin-left: 180px;
	margin-right: 200px;
	background-image: none;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-image: none;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 79%;
	background-image: url(../images/noel_2006/IS288-065.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.feature h1{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-size: 36px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}



.feature  a{
	color: #FF0000;
	text-decoration: none;
	font-size: 18px;
}

.feature  a:link{
	color: #FF0000;
	text-decoration: none;
	font-size: 18px;
}

.feature  a:visited{
	color: #006699;
	text-decoration: none;
	font-size: 18px;
}

.feature  a:hover{
	color: #666666;
	text-decoration: underline;
	font-size: 18px;
}
 

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #FFFFFF;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #fdb3a8;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center center;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/***********vient du templates 1139  */
td{font-family:verdana;font-size:11px;color:000000}

/*
A {
	text-decoration: underline;
	color:FFFC00;
	font-size: 10px; 
	font-family: verdana;
}
a:visited{color:FFFC00}
a:hover{color:red}
a.blue{color:0000FF}
a.blue:visited{color:0000FF}
a.right{color:AA0000}
a.right:visited{color:AA0000}
a.right:hover{color:blue}
.bold{font:900}
*/
.td_lot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
}
.evidence_001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #FF0000;
	background-color: #CCCCCC;
	background-position: center;
	text-align: center;
}
.rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
	background-color: #FFFFFF;
}
li {
	background-image: url(../images/banner_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
#Layer1 {
	position: absolute;
	z-index: 1;
	height: 115px;
	width: 200px;
	left: 710px;
	top: 600px;
}
#Layer2 {
	position: absolute;
	z-index: 2;
	height: 115px;
	width: 200px;
	left: 800px;
	top: 750px;
}
#Layer3 {
	position: absolute;
	z-index: 3;
	height: 115px;
	width: 200px;
	left: 750px;
	top: 900px;
}
#Layer4 {
	position: absolute;
	z-index: 4;
	height: 115px;
	width: 200px;
	left: 650px;
	top: 1050px;
}
#Layer5 {
	position: absolute;
	z-index: 5;
	height: 115px;
	width: 200px;
	left: 950px;
	top: 1200px;
}
#Layer6 {
	position: absolute;
	z-index: 6;
	height: 115px;
	width: 200px;
	left: 875px;
	top: 1350px;
}
#Layer7 {
	position: absolute;
	z-index: 7;
	height: 115px;
	width: 200px;
	left: 770px;
	top: 1500px;
}
#Layer8 {
	position: absolute;
	z-index: 8;
	height: 115px;
	width: 200px;
	left: 750px;
	top: 1650px;
}
#Layer9 {
	position: absolute;
	z-index: 9;
	height: 115px;
	width: 200px;
	left: 950px;
	top: 1800px;
}
#Layer10 {
	position: absolute;
	z-index: 10;
	height: 115px;
	width: 200px;
	left: 810px;
	top: 1950px;
}
#Layer20 {
	position: absolute;
	z-index: 1;
	height: 115px;
	width: 200px;
	left: 300px;
	top: 800px;
}
#Layer21 {
	position: absolute;
	z-index: 2;
	height: 115px;
	width: 200px;
	left: 530px;
	top: 850px;
}
#Layer22 {
	position: absolute;
	z-index: 3;
	height: 115px;
	width: 200px;
	left: 750px;
	top: 770px;
}
#Layer23 {
	position: absolute;
	z-index: 4;
	height: 115px;
	width: 200px;
	left: 950px;
	top: 870px;
}


.cinema {
font-family: Arial;
font-size: 11px;
color: #000000;
}
a {
font-family: Arial;
font-size: 11px;
color: #0099FF;
}
.box_flash {
	color: #FFFFFF;
	float: left;
	height: 140px;
	width: 700px;
}
.gras_noir {
	font-weight: bold;
	color: #000000;
}
.evidence_002 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #0000FF;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
}
.evidence_003 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
}
.trucs_souligné {
	text-decoration: underline;
}
.trucs_souligné_16px {
	text-decoration: underline;
	font-size: 16px;
}
.compteur {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	background-color: #FF0000;
}
.evidence_004 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
}
.evidence_004_Rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	color: #FF0000;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
}
#wordsleft {
	float:left; 
	top:100px; 
	left:150px; 
	height:300px; 
	width:340px; 
	border:1px none #FFFFFF; 
	margin:5px; 
	padding:5px;
}


#wordsright {
	float:right;
	top:100px;
	right:150px;
	height:200px;
	width:150px;
	margin:5px;
	padding:5px;
	border: #000;
}
