/* Feuille de style pincipale */
html{

	margin: 0; /* marge externe */
	font-size: 100.01% /* pb IE */
	
}

body {
	
	margin: 0; /* marge externe */
	padding: 20px 5px; /* marge interne */
	/*text-align: center ;*/ /* On utilise text-align: center ; pour Internet Explorer, c'est la seule façon de centrer les éléments de type block avec ce navigateur */
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25;	
	background:  url(../images/fond-page.gif) repeat-x;
	
}

/**************************************************/
/*          conteneurs globaux de la page         */
/**************************************************/

#globalepage {

	width: 750px;
	margin-left: auto;
    margin-right: auto;
	min-height: 300px; /* taille minimum */ 
	text-align: left;
	background:  url(../images/haut.gif) left top no-repeat;
	overflow: hidden; /* resoud des problèmes de tailles qui dépasses*/
	padding-top: 10px; /* hauteur de l'image */

}

/**************************************************/
/*          cadre de la page         */
/**************************************************/

#cadrepage {

    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;

}

#cadrebas {

    width: 750px;
    padding-bottom: 10px;
    background:  url(../images/bas.gif) left bottom no-repeat;
	
}


/**************************************************/ 
/*              bandeau en haut                   */
/**************************************************/

#bandeau {

	height: 91px;
	margin-left: 10px;
	margin-bottom: 10px;
	/* logo ThéoQuant en haut */
	background-image: url(../images/Theoquant.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

/**************************************************/
/*          contenus de la page central           */
/**************************************************/
#contenuscentral{

	width: 100%;
	overflow: hidden;
	/*background: url(../images/colonnes.png) repeat-y; */ /* image repeter pour avoir la même hauteur entre les deux colonnes*/
	
}

/**************************************************/
/*                   corps                        */
/**************************************************/

#corps{

	background: #FFFFFF;
	margin-left: 20px; /* taille du menu lateral */
	margin-right: 20px;
	padding: 12px 0;
	text-align : justify; 
	
}

#corpsavecmenu{

	/*background: #cbd888;*/
	margin-left: 188px; /* taille du menu lateral */
	margin-right: 20px;
	padding: 12px 0;
	text-align : justify; 
	
}

/**************************************************/
/*                   colonne                      */
/**************************************************/

div#colonne { 
    float: left; 
    width: 220px;  
	margin-right: 10px;
}

/**************************************************/
/*                   footer                       */
/**************************************************/

#footer {

    /*font-size: 10px;*/
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 10px;
}

/**************************************************/
/*                   ISSN                         */
/**************************************************/

#issn{
 
	color:#000000; 
	font-size: 1em ; 
	margin-bottom : 10px; 
	margin-top : 10px;
	text-align: center;
}

/**************************************************/
/*           		  pdf	                      */
/**************************************************/

a.pdfarticle {
    color: rgb(0,80,160);
    padding: 5px;
    background: left center no-repeat url(../images/pdf.gif);
    padding-left: 18px;
}

a.pdfarticle:hover {
    text-decoration: none;
}   

/**************************************************/
/*           		  pdf discret                 */
/**************************************************/

a.pdfarticlediscret {
    color: rgb(0,80,160);
    padding: 5px;
    background: left center no-repeat url(../images/pdf.gif);
    padding-left: 18px;
	font-weight:bold;
}

a.pdfarticlediscret:link  { 
	color: rgb(0,80,160);
	text-decoration : none;
} 

a.pdfarticlediscret:visited { 
	color: rgb(0,80,160);
	text-decoration : none;
} 

a.pdfarticlediscret:hover { 
	color: #FF6533; 
	text-decoration : underline;
}

/**************************************************/
/*           		  titre bleue                 */
/**************************************************/

#titrebleue{ 
	color: rgb(0,80,160); 
	font-size: 1em ; 
	font-weight:bold;
}

/**************************************************/
/*           		    image                     */
/**************************************************/

.flotteimageleft {
float:left;
}
.retourimage
{ clear: both ; }

/**************************************************/
/*                   reste                        */
/**************************************************/

/* Titres */
h2 {
	margin: 1em 0 .5em 0;
	font-weight: normal; 
	color: rgb(0,80,160);
	font-size: 1.8em;
}

/* Listes */
ul {
	margin: .75em 0 .75em 24px;
	padding: 0;
	list-style: square;
}

li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}

/* Liens */
a {
	color:  rgb(0,80,160);
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}

#centre_texte
{
	text-align : center; 
}

/* cache le texte */
span#cache
{
display: none;
}