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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	/*margin: 10px;*/
	padding: 0px;
	background-image: url("images/logo/degrade.gif");
    background-repeat: repeat-x;
	/*background-image: url("images/degrade2.png");
	background-repeat: repeat-y;
	background-color: #e9f0f5;
	background-image: url("images/ceese.gif");*/
}

a img
{
border: none;
}

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

a:hover {
	text-decoration: underline;
	list-style-image: url("images/puce_transparente1.gif");
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

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

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}
/*
ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
*/
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
fieldset{
	margin-top: 20px;
}

.small{
font-size:85%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#logo_haut{
   position: absolute;
   left: 50px;
   top: 30px;
	/*float: left;
	width: 18%;
	/*border-bottom: 1px solid #cccccc;*/
}

#logo_bas{
	margin: 0 0 0 0;
	padding: 48px 20px;
	border-bottom: 1px solid #cccccc;
	width: 18%;
}

#masthead{
	margin-left: 0%;
	padding: 15px 0px;
	/*float: left;*/
	width: 75%;
	/*border-bottom: 1px solid #cccccc;
	
	background-color: #f4f9fd;*/
}

#masthead img{
	padding-left: 60px;
	border: none;
}
/*
#masthead a:visited{
	text-decoration: none;
}

#masthead a:hover{
	text-decoration: none;
}
*/
#navBar{
	position: fixed;
	left: 5px;
	top: 25%;
	margin: 30px 85% 0 0;
	padding: 0 0 100% 0;
	/*background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*background-image: url("images/degrade2.png");
    background-repeat: repeat-y;*/
}

#content{
    float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	margin-top: 0px;
	margin-bottom: 20px;
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: x-large; 
	font-weight: bold ;
}


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

.pageName{
	margin-top: 5px;
	padding: 0px 0px 20px 10px;
	font-style: italic; 
	font-size: large; 
}

.pageName h1 {
	text-align: center;
	color: #9999ff;
	font-size: large; 
	padding-top: 20px;
}

.pageName_publi{
	margin-top: 20px;
	padding: 0px 0px 0px 10px;
	font-style: italic; 
	font-size: 12px; 
}

.pageName_publi h1 {
	text-align: left;
	color: #9999ff;
	padding-top: 20px;
}
/************* #globalNav styles **************/

#globalNav{
width: 90%;
/*color: #cccccc;*/
padding: 0px 0px 0px 10px;
margin-left: 35%;
margin-top: 20px;
/*white-space: nowrap;*/
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

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

#globalNav h2 {
	font-size: 15px;
	color: #ff7f00;
	text-decoration: none;
	font-weight: normal;
}

#menu_haut {
	margin-top: 20px;
	margin-left: 50%;
}

#menu_haut h2 {
	font-size: 20px;
	color: #bd1d01;
	text-decoration: none;
	font-weight: normal;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	margin-top: -10px;
	margin-left: 120%; 
	width: 10%;
	/*padding: 5px 0px 5px 10px;
	vertical-align: right;*/
}

#breadCrumb h1 {
	font-size: 100%;
	color: #bd1d01;
}

#breadCrumb td {
	vertical-align: bottom;
}
/************** .feature styles ***************/

.feature{
	/*border: thin double #006699;*/
	padding: 10px 10px 0px 0px;
	font-size: 80%;
	/*background-color: #e9f0f5;*/
	margin-top: 10px;
	
}

/*.feature h3{
	color: #334d55;
	font-size: large;
	font-weight: normal;
	width: 75%;
	/*padding: 20px 0px 5px 0px; 
	padding: 5px 0px 5px 10px;
	text-align: center;
	text-decoration: underline;
}

.feature h2 {
	font-size: x-small ;
	text-align: right;
	padding: 10px 10px 0px 0px;
}
	
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .news styles ***************/

.news{
	border: thin double #006699;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	background-color: #eeeeee;
	width:85%;
	margin:20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
     
.news p {
    margin-top:10px;
	padding: 10px 10px 10px 10px;
	font-size: small;
}

.news h3{
	color: #334d55;
	font-size: large;
	font-weight: normal;
	/*width: 75%;
	/*padding: 20px 0px 5px 0px; */
	text-align: center;
	text-decoration: underline;
}

.news h2 {
	font-size: x-small ;
	text-align: right;
	padding: 10px 10px 0px 0px;
}
/*	
.news p  {
	text-align: left;
    background-color:#CCCCCC;
	margin-left : 200px
	width:70%;
}
*/

.news img{
	/*padding: 10px 10px 0px 0px;
	margin: 20px 20px 10px 0px;*/
	float: left;
	margin-right: 10px;
}

.image p {
    margin-top:10px;
	padding: 10px 10px 10px 10px;
}

.liste_projets {
	border-bottom: 1px solid #006699;
	padding: 10px 10px 10px 10px;
	list-style-image: url("images/puce_transparente.gif");
	font-size: 100%;
	background-color: #FFFFFF;
	width:85%;
	margin:20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

.liste_projets p {
    margin-top:10px;
	padding: 10px 10px 10px 10px;
	font-size: small ;
}

.titre_projets h3 {
	color: #334d55;
	font-size: small;
	margin-right: 10px;
	/*width: 75%;
	/*padding: 20px 0px 5px 0px; */
	text-align: left;
}

.titre_projets h2 {
	font-size: small ;
	padding-top: 3px ; 
}

.titre_projet ul {
	list-style-image: url("images/puce_transparente.gif");
}

.titre_projet ul:hover {
	text-decoration: underline;
	list-style-image: url("images/puce_transparente.gif");
}

.projet {
	list-style-image: url("images/puce_transparente.gif");
	text-align: justify;	
	border-width: 20px 20px; 
	border-top: 1px solid #846c55;
}

.projet h2 {
	font-size: large ;
	font-style: italic;
	text-align: center;	
	margin-top : 5%;
	/*margin-right : 40%;
	/*font-weight: bold;*/
	color: #334d55;
}

.projet h3 {
	font-size: small ;
	text-align: left;	
	margin-top : 0%;
	/*margin-right : 40%;
	/*font-weight: bold;*/
	color: #334d55;
}

.projet_publi {
	list-style-image: url("images/puce_transparente.gif");
	text-align: justify;	
}
	
.projet_publi h2 {
	font-size: large ;
	font-style: italic;
	text-align: center;	
	/*margin-right : 40%;
	/*font-weight: bold;*/
	color: #334d55;
}

.projet_publi h3 {
	font-size: 90% ;
	text-align: left;	
	margin-bottom : 5%;
	/*margin-right : 40%;
	/*font-weight: bold;*/
	font-style: italic;
}
/************** staff styles ***************/

.staff{
	border: thin double #006699;
	padding: 10px 10px 10px 10px;
	/*font-size: normal;*/
	background-color: #ecf1f4;
	width:85%;
	margin:20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
.staff p {
    margin-top:10px;
	padding: 10px 10px 10px 10px;
	font-size: small ;
	
}

.staff h3{
	color: #334d55;
	float: right;
	font-size: large;
	font-weight: normal;
	margin-right : 40%;
	/*width: 75%;
	/*padding: 20px 0px 5px 0px; 
	text-align: center;
	text-decoration: underline;*/
}

.staff h2 {
	font-size: large ;
	text-align: center;
	padding: 10px 10px 0px 0px;
	margin-top : 10%;
	/*margin-right : 40%;
	/*font-weight: bold;*/
	font-style: italic;
	color: #334d55;
}
/*
.news p  {
	text-align: left;
    background-color:#CCCCCC;
	margin-left : 200px
	width:70%;
}
*/

.staff img{
	/*padding: 10px 10px 0px 0px;
	margin: 20px 20px 10px 0px;*/
	float: left;
	margin-right: 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.info{
	/*width:70%;*/
	font-size: small ;
	border-bottom: 1px solid #846c55;
	padding: 10px 10px 20px 0px;
	margin-top : 5px;
	/*margin-right : 40%;*/
	color: #006699;	
}

.info td{
	text-align: left;
	white-space: nowrap;
	color: #334d55;
	width: 120px; 
	/*border: thin double #006699;*/
}
	
.info1 {
	list-style-image: url("images/puce_transparente.gif");
	border-width: 20px 20px; 	
	margin-top:40px;
	padding-top: 0px;
}

.info1 h2 {
	font-size: large ;
	text-align: center;	
	margin-top : 0%;
	/*margin-right : 40%;
	/*font-weight: bold;*/
	color: #334d55;
}

.info1 h3 {
	font-size: large ;
	text-align: center;	
	margin-top : 0%;
	/*margin-right : 40%;
	/*font-weight: bold;*/
	color: #334d55;
}

.contact{
	/*width:70%;*/
	font-size: small ;
	text-align: left;
	padding: 10px 10px 20px 0px;
	margin-top : 5px;
	/*margin-right : 40%;*/
	color: #006699;	
}

.contact img{
	border: none;
	float: right;
}

.enseignement {
	/*width:70%;*/
	font-size: small;
	text-align: justify;
	padding: 10px 10px 20px 0px;
	margin-top : 5px;
	/*margin-right : 40%;*/
	list-style-image: url("images/puce_transparente.gif");
}

.enseignement h2 {
	text-decoration: underline;
	font-size: small ;
}

.anciens_chercheurs{
	text-align: left;
}i

.tab td {
	padding-top: 10px;
}
/************** .story styles *****************/

.center{
    text-align: center;
}

.story_accueil{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	margin-bottom: 30px;
	text-align: justify;
}

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

.story_accueil h2{
	margin-top: 10px;
	padding: 0px 0px 20px 10px;
	font-style: italic; 
	font-size: x-large; 
}

.story_accueil ul {
   list-style-image: url("images/puce1.gif");
}

.story_recherche{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	margin-bottom: 30px;
}

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

.story_recherche h2{
	margin-top: 10px;
	padding: 0px 0px 20px 10px;
	font-style: italic; 
	font-size: x-large; 
}

.story_recherche ul {
   list-style-image: url("images/puce_transparente.gif");
}

.story_recherche li:hover {
	text-decoration: underline;
	list-style-image: url("images/puce_transparente.gif");
}
/************* #siteInfo styles ***************/

#siteInfo{
	text-align: center;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #006699;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	border: 1px solid #FFFFFF;
	/*vertical-align: middle;*/
}

#compteur {
	margin-top: 20px;
	float: left;
}
/************* #search styles ***************/

#search{
	margin-top: 0px;
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

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

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


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

#navBar {
	width: 15%;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul { margin: 0; padding-left: 15px;}

/* 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;}

#navBar li:hover {
	list-style-image: url("images/arrow.gif");
}

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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 90%;
}

#sectionLinks h3{
	color: white;
	background-repeat: repeat-y;
	background-image: url("images/top1.gif");
	padding: 10px 0px 0px 10px;
}

#sectionLinks_bottom{
	color: white;
	background-repeat: repeat-y;
	background-image: url("images/bottom1.jpg");
	padding: 10px 50px 15px 20px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

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

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #d2e1ec;
	padding: 2px 0px 2px 10px;
}



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

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

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

.lien {
	width: 70%;
	margin-left: 15%;
	text-align: center;
	margin-top: 40px;
}

.lien table {
	border-collapse: collapse;
	padding-top: 20px;
}

.lien caption{
	text-align: center;
	font-size: large;
	/*padding-bottom: 20px;*/
	vertical-align: bottom;
	font-style: italic;
	background-color: #cbe7f3;
}

.lien td{
	border-bottom: 1px solid blue;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

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

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

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

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




