﻿.article
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: justify;
}

.article u
{
    font-weight: bold;
    color: #515BA0;
    text-decoration: none;
}

.article_titre
{
    padding: 10px 0px 0px 0px;
    font-size: xx-large;
    font-weight: normal;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #A86CA5;
}

.article_soustitre
{
    padding: 10px 0px 10px 0px;
    font-size: x-large;
    font-weight: normal;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #A86CA5;
}

.article_introduction
{
	margin: 0px;
	padding: 0px;	
	font-weight: bold;
}

.article_section_titre
{
	margin: 20px 0px 6px 0px;
	padding: 0px;
	font-weight: bold;
}

.article_texte_normal
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: justify;
}




/* Encadré */

.article_encadre
{
    margin: 10px 0px 10px 0px;
    background-image:url(../content/images/MainContent/Encadre/EncadreBackground.png);
    background-repeat: repeat;
} 

.article_encadre_center
{
    margin: 15px 15px 15px 15px;
} 

.article_encadre_top
{
    height: 6px;
    background-image:url(../content/images/MainContent/Encadre/EncadreBackground.png);
    background-repeat: repeat;
}  
.article_encadre_topleft
{
    float: left;
    width: 9px;
    height: 6px;
    background-image:url(../content/images/MainContent/Encadre/EncadreTopLeft.png);    
} 
.article_encadre_topright
{
    float: right;
    width: 9px;
    height: 6px;
    background-image:url(../content/images/MainContent/Encadre/EncadreTopRight.png);
} 


.article_encadre_bottom
{
    height: 6px;
    background-image:url(../content/images/MainContent/Encadre/EncadreBackground.png);
    background-repeat: repeat;
} 
.article_encadre_bottomleft
{
    float: left;
    width: 9px;
    height: 6px;
    background-image:url(../content/images/MainContent/Encadre/EncadreBottomLeft.png);
} 
.article_encadre_bottomright
{
    float: right;
    width: 9px;
    height: 6px;
    background-image:url(../content/images/MainContent/Encadre/EncadreBottomRight.png);
} 


/*
.article_cadre_titre
{
    padding: 10px 20px 10px 20px;
    font-style: normal;
    font-weight: bold;
    border-style: none;
}

.article_cadre_titre_centre
{
    padding: 0px 20px 0px 20px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    border-style: none;
}

.article_cadre_corps
{
    padding: 0px 20px 10px 20px;
    font-weight: normal;
    border-style: none;
}
*/


/* TABLE
----------------------------------------------------------*/

.article_cadre_corps table
{
    border: 1px solid #660033;
    border-collapse: collapse;
}

.article_cadre_corps table td
{
    padding: 5px;
    border: 1px solid #660033;
}

.article_cadre_corps table th
{
    padding: 6px 5px;
    text-align: center;
    background-color: #FFC6FF;
    border: solid 1px #660033;
}

/*
---------------------------------------------------------*/


.article_paragraphe_titre_numerote
{
	margin: 0px;
	padding: 3px;
	text-decoration: underline;
	font-weight: bolder;
}


/* Citation */

.article_texte_citation
{
    margin: 0;
    padding: 0;
    font-style: oblique;
    font-size: 14px;
}
.article_auteur_citation
{
    margin: 0;
    padding: 0;
	text-align: right;
}

.article_cadrecitation
{
    width: 597px;
    margin: 10px 0px 10px 0px;
    background-image:url(../content/images/MainContent/Citation/CitationBackground.png);
    background-repeat: repeat;
} 

.article_cadrecitation_top
{
    height: 30px;
    background-image:url(../content/images/MainContent/Citation/CitationTopRepeat.png);
    background-repeat: repeat-x;
} 
 
.article_cadrecitation_topleft
{
    float: left;
    width: 36px;
    height: 30px;
    background-image:url(../content/images/MainContent/Citation/CitationTopLeft.png);    
} 

.article_cadrecitation_topright
{
    float: right;
    width: 36px;
    height: 30px;
    background-image:url(../content/images/MainContent/Citation/CitationTopRight.png);
} 


.article_cadrecitation_center
{
    background-image:url(../content/images/MainContent/Citation/CitationCenterRepeat.png); 
    background-repeat: repeat;
    width: 537px;
    padding-left: 30px;
    padding-right: 30px;
} 



.article_cadrecitation_bottom
{
    height: 30px;
    background-image:url(../content/images/MainContent/Citation/CitationBottomRepeat.png);
    background-repeat: repeat-x;
} 

.article_cadrecitation_bottomleft
{
    float: left;
    width: 36px;
    height: 30px;
    background-image:url(../content/images/MainContent/Citation/CitationBottomLeft.png);
} 

.article_cadrecitation_bottomright
{
    float: right;
    width: 36px;
    height: 30px;
    background-image:url(../content/images/MainContent/Citation/CitationBottomRight.png);
} 







.article_texte_temoignage
{
	margin: 0px;
	padding: 3px;
	font-style: oblique;
	color: Orange;
}

.article_texte_note
{
	margin: 0px;
	padding: 3px;
	font-size: smaller;
	font-style: oblique;
}

.article_texte_souligne
{
	text-decoration: underline;
}
