/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #999999;
	font-size: small;
	background-color:#FFFFFF;
}


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

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

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

a:active{
	color: #FF0000; 
	text-decoration: underline;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	color: #999999;
}

h1{
	font-size: large;
	color: #FF0000;
	letter-spacing: 0.5em;
	word-spacing: 0.5em
}

h2{
	font-size: large;
	color: #FF0000;
}

h3{
	font-size: medium;
	color: #FF0000;
}

h4{
	font-size: small;
	color: #FF0000;
}

h5{
	font-size: x-small;
	color: #FF0000;
}

h7{
	font-size: large;
	color: #FF0000;
	letter-spacing: 0.2em;
	word-spacing: 0.2em
}

ul{
list-style-image: url(index/star.gif);
}

ul ul{
margin: 40px 40px}


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

#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	text-align: left;
	background-color: #FFFFFF;
}


#masthead{
	position: relative;
	width: 970px;
	height: 74px;
	background-color: #FFFFFF;
}

#colonne2{
	position: relative;
	float: left;
	width: 416px;
	background-color: #ffffff;
	border-left-color: #FF0000;
 	border-left-width: 1px;
	border-left-style: dotted;
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
}

#content{
	position: relative;
	float: left;
	width: 531px;
	padding: 0px 5px 5px 5px;
	background-color: #FFFFFF;
}

#foot{
	position: relative;
	clear: left;
	width: 970px;
	padding: 0px 0px 5px 0px;
	border-top-color: #FF0000;
 	border-top-width: 1px;
	border-top-style: dotted;
	background-color: #FFFFFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


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

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

.veille {
	padding: 0px 5px 10px 5px;
}

.spip_documents img { border: 0px; } 
	


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



#search {
	border-bottom-color: #FF0000;
 	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 0px 0px 5px 0px;
}



/************** .headlines styles **************/

#headlines{
	border-bottom-color: #FF0000;
 	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 0px 5px 10px 5px;
}

.spip_documents img { border: 0px; }

