body
{
cursor : default;
background : #030000 repeat-y center top url("style/defaut/background.jpg");
background-attachment : fixed ;
color : white;
margin : auto;
width : 960px;

}

#pointer
{
cursor : pointer;
}

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

a img
{
border : none;
}

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

.gauche
{
text-align : left;
}

.important
{
color : red;
font-size : 20px;
font-weight : bolder;
}



a:hover
{
   text-decoration: blink underline;
   color: white;
}

a:focus
{
   text-decoration: overline underline blink;
   color: #95ffff;
   color: #95ffff;
}

#horloge
{
text-align : center;
}
.menu li
{ margin-left : 20px; }

td
{
width : auto ;

}

.google
{
position : relative;
left : 10px;
top: 10px;
}

/***********************************************/
/* partie du sytle de base		                              */
/***********************************************/

#masthead{ /* en tête */
	width : 100%;
	height : 60px;
	background-image : url("style/defaut/logo.gif");
	background-repeat : no-repeat;
	background-position : center;
	border-bottom : url("style/defaut/border3px.gif") repeat-x;
	margin-top : 5px;
}

#navBar{ /* barre de navigation de gauche */
	float: left;
	width: 220px;

	margin-right : 5px;
	padding-right: 10px;
	background : none;
/*	border-right: 1px solid #cccccc;*/
}

#headlines{ /*  */
	float:right;
	width: 20%;
	border-left: 1px outset #cccccc;
	border-bottom: 1px inset #cccccc; 
	padding-right: 10px;
}

#content
{	
	/* contenu principale */
	width: 75%;
	padding : 10px 10px 10px 10px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	line-height:1.4;
	color:#000000;
	background-color:#EEEEEE;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	/* adaptation au site addon-or */
	margin : auto;
	margin-left : 25%;
	margin-top : 10px;
	margin-bottom : 10px;
}

#barre_menu
{
margin-top: 5px;
margin-bottom: 5px;
}

#content a
{
color : darkblue
}
/***********************************************/
/* Components                                  */
/***********************************************/

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


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

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

#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: 80%;
}

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

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


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.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%;
}

#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 #b3b3b3;
	font-size: 90%;
}

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

}

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

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


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.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;
}


