﻿/* pour éviter les petits sauts d'entete lorsque l'on change de page */
html
{
    overflow: scroll;
}

body 
{   margin: 0;
    padding: 0;
    background-color:#FFFFFF;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
}

a
{
    color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
        
a:link, a:visited, a:hover, a:active
{
    text-decoration: underline;
}

/* la page d'entrée  */
/* ----------------  */ 

#index
{
    width: 502px;
    margin-left: auto;
    margin-right: auto;
}

#index #banniere
{
    margin-top: 80px;
    margin-bottom: 30px;
}

/* l'invite d'entrée et ses éléments */
#index #inviteEntree
{
    position: relative;
    width: 502px;
    height: 140px;
    background-image: url('images/fondInviteEntree.jpg');
    background-repeat: no-repeat;    
}

#index #inviteEntree span
{
    font-weight: bold;
}

#index #inviteEntree img
{
    border-style: none;
}

#index #inviteEntree #titre_fr
{
    position: absolute;
    left: 20px;
    top: 20px; 
    background-color:#FFFFFF;
    color: #000000;
    font-size: 14px;
    font-weight: bold;   
}

#index #inviteEntree #bouton_fr
{
    position: absolute;
    left: 100px;
    top: 50px;
    background-color:#FFFFFF;
}

#index #inviteEntree #bouton_en
{
    position: absolute;
    right: 100px;
    bottom: 50px; 
    background-color:#000000;        
}

#index #inviteEntree #titre_en
{
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color:#000000; 
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;    
}

/* pour contenir l'effet "blur" */
/* -------------------------- */
#arrPlan
{
    width: 810px;
    margin: 0 auto;
    background-image: url('images/blur.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

/* pour centrer les pages */
/* -------------------------- */
#conteneur
{
    width: 750px;
    margin: 0 auto;
    border: 1px solid Gray;
}

/* l'entete des pages du site */
/* -------------------------- */ 
#entete
{
    position: relative;
    width: 750px;
    height: 100px;
    margin: 30px 0px 0px 0px;
    background: #FFFFFF url(images/bandeau.jpg) top no-repeat;  
}

/* pour le petit jeandecary.com */
#entete h6
{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0px;
    right : 0px;
    width: 120px;  
    text-align: center; 
    color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

#entete #lienAccueil img
{
    position: absolute;
    top: 18px;
    right : 50px;
    border-style: none;
} 

#entete ul
{
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 53px;
    left : 40px;
}

#entete ul li
{   
    float: left;
    color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;   
}

#entete ul li a
{
    color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;   
	text-decoration: none;
}

#entete ul li a:hover
{
	text-decoration: underline;
}

/* le lien avec la même page dans l'autre langue */
#entete #lienMirroir 
{ 
    position: absolute;
    top: 53px;
    right : 10px;
    width: 100px;  
    text-align: center;
    color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#entete #lienMirroir:hover
{
	text-decoration: underline;
}

/* le grand titre de la page*/
#entete h1
{
    position: absolute;
    top: 75px;
    left: 0px;
    margin-top: 0px;
    padding-left : 40px;
    font-size: 16px; 
    font-weight: bold; 
    color:#FFFFFF;
    background-color:#000000;
    line-height: 18px;
} 

/* les pages du site */
/* ----------------- */

/* la page d'accueil */
/* ----------------- */
#accueil
{
    width: 750px;
    height:800px;
    margin: 0; 
    text-align: center;
}

#accueil #menu
{
    width: 600px;
    height: 100px;
    margin: 20px auto 60px auto;
    background-image: url('images/fondMenu.jpg');
    background-repeat: no-repeat;    
} 

/* les options */
#accueil #menu p
{
    float: left;
    width: 200px;
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 14px;
}       

#accueil #menu p a
{
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

#accueil #menu p a:hover
{   
    text-decoration: underline;
}

/* l'enveloppe */
#accueil p a #e_mail
{
    border-style: none; 
    width: 37px; 
    height: 18px;
}

#accueil p a #valid_CSS
{
    border-style: none;
    float:right;
    position : relative;
    top : 340px;
    right : 80px; 
}

#accueil p a #valid_XHTML
{
    border-style: none;
    float:right;
    position : relative;
    top : 340px;
    right :90px; 
}

/* la page des publications */
/* ------------------------ */
#publications
{
    width: 750px;
    margin: 0;
}

/* les sections de la page */
#publications div
{
    width: 750px;
    margin: 30px 0px 30px 40px;
}

/* les titres des sections de la page */
#publications div h1
{
    font-size: 14px; 
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 24px;
}

#publications div h1 span
{
   font-size: 14px;
   font-weight:normal; 
}

#publications hr
{
    width: 450px;           
    text-align: center; 
}
 
#publications #livreSphinx h2
{
   margin-left: 20px;
   font-size: 12px;
   font-weight: bold; 
}
         
#publications #livreSphinx p
{
    margin-left: 20px;
    width: 360px;
    margin-bottom: 18px;
}

#publications #couvertureFlash
{
    float: right;
    position: relative;
    top: 0px;
    right: 80px;
}

#publications #entrevues p
{
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 450px;
}

#publications #entrevueFlash
{
    position: relative;
    top: -50px;
    left: 470px;    
} 
   
#publications #revuePresse p
{
    margin-left: 20px;
}

#publications #revuePresse #echantillon
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#publications #revuePresse #echantillon h2
{
    margin-left: 100px;
    font-size: 14px;
    font-weight: normal;
}

/* les articles de l'échantillon */
#publications #revuePresse #echantillon p
{
    margin-left: 100px;
} 

/* les recensions */
#publications #recUniversitaires p
{
    width: 570px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;    
}

#publications #recUniversitaires img
{
    float:right;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;     
}
 
/* la page des articles universitaires */
/* ----------------------------------- */
#articlesUniversitaires
{
    width: 750px;
    margin: 0px;
}

#articlesUniversitaires div
{
    width: 750px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* les grands titres de la page */           
#articlesUniversitaires div h1 
{
	font-size: 14px;
	font-weight: bold;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	line-height:18px;
	margin-left: 40px;
	margin-bottom: 30px;
}

/* les articles */
#articlesUniversitaires div p
{
    width: 620px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 40px;    
}

#articlesUniversitaires div p img
{
    float: right;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;     
}

/* la page des articles de journaux */
/* -------------------------------- */
#articlesDeJournaux
{
    width: 750px;
    margin: 0px;
}

#articlesDeJournaux div
{
    width: 710px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px; 
} 

#articlesDeJournaux div h2
{
    font-size: 12px;
    font-weight: normal;
}
  
#articlesDeJournaux #echantillon ul
{
    list-style-type: none;
} 
         
#articlesDeJournaux #echantillon ul li p
{ 
    width: 510px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 100px;    
}

/* la page Quoi de neuf ? */
/* ---------------------- */
#quoiDeNeuf
{
    width: 750px;
    height:800px;
    margin: 0px;
}

#quoiDeNeuf div
{
    width: 710px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px;  
}

#quoiDeNeuf #derniereParution h2
{
    font-size: 14px;
    font-weight: bold;
}
 
#quoiDeNeuf #parusRecemment h2
{
    font-size: 12px;
    font-weight: bold;
	margin-bottom: 30px;
} 
         
#quoiDeNeuf p
{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 670px;
}


