/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size:0.9em;	
	color: #333333;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
	
	background-color: #3D526D;	
	/*background-image: url(images_fond/Orque_Bob_MOD1024x768.jpg);
	background-repeat:no-repeat;
	background-position:center top;*/
}

a{
	color: #006699;
	text-decoration: none;
}
/***
a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}
**/
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}

#headlines{
	position : absolute;
	top : 10%;
	left : 77%;
	float:right;
	width: 20%;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	float: left;
  width: 55%;
  
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 0px 0px;
font-size: 0.9em;
color: #cccccc;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 2px 0px 10px 5px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#cpt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FF0000;
	margin: 0px;
}
#meteo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #3399FF;
	margin: 0px;	
}
#miseajour {

	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1em;*/
	/*font-weight: bold;*/
	color: #FF9900;
}


#conteneur {
	position:absolute;
	width:99%;
	border:solid #3D526D 5px;
	z-index:1;
	overflow: auto;
	visibility: visible;
	height:98%;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 8em;
left: 4em;
width: 9em;
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
}

#menu dt {
cursor: pointer;
background: #A9BFCB;
height: 1em;
line-height: 1em;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-size:0.8em;
font-weight:bold;

}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.2em;
width: 11em;
background: #A9BFCB;
border: 1px solid gray;
}

#menu ul {
padding: 1px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 15px;
line-height: 12px;
}
#menu li a, #menu dt a {
color: #faffeb;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
background: #4767CA;
}

#menu dt a:hover {
text-decoration: underline;
color: #9900FF;
font-weight: bold;
}
body,td,th {
	font-family: Comic Sans MS, Arial, sans-serif;
}
a:link {
	color: #00CCFF;
}
a:hover {
	color: #FF0000;
}
/*****
a:visited {
	color: #00CCFF;
}
***/
.Style1 {color: #CCCCCC}
.Style2 {
	color: #FF9900;
	font-size: 1em;
	font-weight: bold;
}
.Style3 {
	color: #FF9900;
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	font-weight: 600;
}

#nouvelles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: italic;
	margin: 10px;
	position:absolute; 
	top: 25em;
	left :4em;
	height:20em;
	width:10em;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#nouvelles a {

color: #FFFFFF;
text-decoration: none;
}
#nouvelles a:hover {
	text-decoration: underline;
	color:#FF9900;
	font-weight: bold;
}

#miseajour {

	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1em;*/
	font-weight: 500;
	color: #FF9900;
	}
.Style4 {
	color: #FFFFFF;
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	font-weight: bold;
}
.Style5 {
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

