﻿/*******************************************************************/
/* Voici les elements principales en .css qui compose une fiche    */
/*******************************************************************/

/* - Sommaire                                                       */
/* - h2, titre                                                      */
/* - h3, soustitre                                                  */
/* - h4                                                             */
/* - h5, soussoustitre                                              */
/* - intro                                                          */
/* - author                                                         */
/* - p: Paragraphe  / Normal                                        */
/* - date                                                           */
/* - citation                                                       */
/* - chemin                                                         */

/*******************************************************************/
/*                      Titre et H2                                */
/*******************************************************************/
h1{
	font-size:24px;
	color:#9dc439;
    text-transform:uppercase;
    font-weight:normal;
}
.titre,
h2
{
    color:grey;
    font-size:15px;
    font-weight:normal;
}

/*******************************************************************/
/*                      SousTitre et H3                            */
/*******************************************************************/
h3,
.stitre
{
    /*font-size: 16px;
	font-family: Arial;
	font-weight:normal;
	color: #74BA3E;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 1px;
	margin: 0px 0px 10px 0px;
	display:block;	
	text-align:left;
	font-weight:200;*/
	
	font-size:15px;
	color:#000000;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 1px;
	display:block;	
	text-align:left;
}

/*******************************************************************/
/*                          H4                                     */
/*******************************************************************/

h4
{
    /*font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	color: #000000;
	padding-left: 6px;
	padding-top: 8px;
	margin: 0px 0px 4px 0px;
	display:block;	
	text-align:left;
	text-transform:uppercase;*/
	
	font-size: 14px;
	color: #000000;
	padding-left: 6px;
	padding-top: 8px;
	display:block;	
	text-align:left;
}




h2,h3,h4{
		margin:15px 0px 2px 0px; 
}

/*******************************************************************/
/*                      SousSousTitre et H5                        */
/*******************************************************************/

h5,
.sstitre
{
    font-size: 14px;
	font-family: Arial;
	font-weight:normal;
	color: #395577;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 1px;
	margin: 0px 0px 10px 0px;
	display:block;	
	text-align:left;
	font-weight:300;	
}

h5:first-letter,
.sstitre:first-letter
{
	font-weight:300;	
	font-size:16px;
	color: #395577;
}

/*******************************************************************/
/*                          intro                                  */
/*******************************************************************/
.intro
{
    font-size: 12px; 
	font-family: Trebuchet MS;
	color:#000000;
	padding:0px 15px 3px 15px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;	
	text-align:left;
	margin:0px;
	text-align: justify;
	font-weight:bold;
}

/*******************************************************************/
/*                          author                                 */
/*******************************************************************/
.author
{
    font-size: 12px; 
	font-family: Trebuchet MS;
	color:#000000;
	padding:0px 15px 3px 15px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;	
	text-align:left;
	margin:0px;
	text-align: justify;
}

/*******************************************************************/
/*                   p: Paragraphe  / Normal                       */
/*******************************************************************/
p
{
    font-size: 12px; 
	color:#000000;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;	
	text-align:left;
	margin:0px;
	text-align: justify;
}

p img
{
    border: 0px;
}

/*******************************************************************/
/*                           date                                  */
/*******************************************************************/
.date
{
	font-size: 9pt; 
	color: #B21242;
	text-indent: 1px;
	padding-left:5px;
	padding-bottom: 5px;	
} 

/*******************************************************************/
/*                           citation                              */
/*******************************************************************/
.citation
{
    font-size: 11px;
	font-family: Trebuchet MS;
	font-weight:normal;
	color: #007B4F;
	font-style:italic;
}

/*******************************************************************/
/*                      Chemin                                     */
/*******************************************************************/
.chemin
{
    margin:0px 0px 20px 10px;
    padding:0px;
    text-align: left;
    font-family: Arial;
	font-size: 9px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align: left;
}

.chemin a,
.chemin a:link,
.chemin a:hover,
.chemin a:active
{
	font-family: Arial;
	font-size: 9px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align: left;

}

/*******************************************************************/
/*                          puce                                 */
/*******************************************************************/
.puce
{
    background-image: url('../images/MasterPage/puce.jpg');
	background-repeat:no-repeat;
	background-position:0px top;
	text-indent:15px;
    font-size: 13px; 
	font-family: Trebuchet MS;
	color:#000000;
	padding:0px;
	font-weight: normal;
	margin:0px 0px 5px 0px;
	text-align: justify;
	line-height:11px;
}

/*******************************************************************/
/*                          AUTRE                                 */
/*******************************************************************/
blockquote
{
	margin-left:10px;
}
a:hover
{
    color:#b9b9b9;
    font-weight:bold;
}
a,a:active,a:visited
{
    color:#979797;
    font-weight:bold;
    text-decoration:none;	
}

div .header
{
    
}
div .imageHead
{

}

table
{
    border-collapse:collapse;
}
td
{
    padding:0px;
}

.filAriane{
    color:grey;
    text-align:left;
    font-size:16px;
    font-weight:bold;
    margin-bottom:20px;
}

#vn4 .bodyvn4{
    width:800px;
    padding:10px;
    margin:20px 0 30px 0;
}
