@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

p {
	text-align: left;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #B20000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
}

.contentheading, .componentheading,
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-weight: bold;
	color:#2C8200;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contentheading, .componentheading, h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-style:italic;
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
	margin: 0px;
}

blockquote {
	padding-left: 40px;
	font-style: italic;
	font-size: 1em;
	min-height: 40px;
	color: #404040;
	background-image: url(../images/iconeTexteBlockquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom: 5px;
}

ol {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	padding: 2px 0px;
}

ul.listeColoree {
	list-style-image: url(../images/carreListe.gif);
}

ul.listeColoree ul {
	list-style-image: url(../images/rondListe.gif);
}

code {
	font-size: 11pt;

}

.lettrine:first-letter {
	float: left;
	color: #404040;
	font: 4em/.8em "Times New Roman", Times, serif;
}



/* **************************************************************************
                             T A B L E A U X   5 PX
   ************************************************************************** */

/* --------------------------------------------------------------------------
   Vert (339900)
   -------------------------------------------------------------------------- */
.panel_5px_339900             { background: url(../images/panel_5px_339900/bd.gif) bottom right no-repeat; background-color: #339900; }
.panel_5px_339900 div         { background: url(../images/panel_5px_339900/hd.gif) top right no-repeat; }
.panel_5px_339900 div div     { background: url(../images/panel_5px_339900/bg.gif) bottom left no-repeat; }
.panel_5px_339900 div div div { background: url(../images/panel_5px_339900/hg.gif) top left no-repeat; }

.panel_5px_339900 .contenu {
	padding: 1px 10px;
	color:#ffffff;
}

/* --------------------------------------------------------------------------
   Gris (dddddd)
   -------------------------------------------------------------------------- */
.panel_5px_dddddd             { background: url(../images/panel_5px_dddddd/bd.gif) bottom right no-repeat; background-color: #dddddd; }
.panel_5px_dddddd div         { background: url(../images/panel_5px_dddddd/hd.gif) top right no-repeat; }
.panel_5px_dddddd div div     { background: url(../images/panel_5px_dddddd/bg.gif) bottom left no-repeat; }
.panel_5px_dddddd div div div { background: url(../images/panel_5px_dddddd/hg.gif) top left no-repeat; }

.panel_5px_dddddd .contenu {
	padding: 1px 10px;
}


/* **************************************************************************
                             T A B L E A U X   10 PX
   ************************************************************************** */

/* --------------------------------------------------------------------------
   Vert (339900)
   -------------------------------------------------------------------------- */
.panel_10px_339900             { background: url(../images/panel_10px_339900/bd.gif) bottom right no-repeat; background-color: #339900; }
.panel_10px_339900 div         { background: url(../images/panel_10px_339900/hd.gif) top right no-repeat; }
.panel_10px_339900 div div     { background: url(../images/panel_10px_339900/bg.gif) bottom left no-repeat; }
.panel_10px_339900 div div div { background: url(../images/panel_10px_339900/hg.gif) top left no-repeat; }

.panel_10px_339900 .contenu {
	padding: 1px 10px;
	color:#ffffff;
}

/* --------------------------------------------------------------------------
   Gris (dddddd)
   -------------------------------------------------------------------------- */
.panel_10px_dddddd             { background: url(../images/panel_10px_dddddd/bd.gif) bottom right no-repeat; background-color: #dddddd; }
.panel_10px_dddddd div         { background: url(../images/panel_10px_dddddd/hd.gif) top right no-repeat; }
.panel_10px_dddddd div div     { background: url(../images/panel_10px_dddddd/bg.gif) bottom left no-repeat; }
.panel_10px_dddddd div div div { background: url(../images/panel_10px_dddddd/hg.gif) top left no-repeat; }

.panel_10px_dddddd .contenu {
	padding: 1px 10px;
}


/**
* Classes spécifiques à Joomla
*/

table.contentpane table tr {
	height: 30px;
}

table.contentpane table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	padding: 5px;
}










.titreTypographie {
	text-align: right;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 20px;
	color: #666;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
