/* Titres */
/*CSSEditor|content,title|Tous les titres*/
h1, h2, h3, h4, h5, h6{
	font-family: Arial, sans-serif;
	font-weight:bold;
	line-height:normal;
	margin:10px 0;
}
/*CSSEditor|content,title|Titres de niveau 1*/
h1 {
	color: #583119;
        background:transparent url(/images/h1.gif) no-repeat 0 0;
  	font-size: 1.2em;
        padding:22px 0 7px 28px;
        text-transform:uppercase;
}

#news h1{
        margin-top:
        color: #426b03;
	font-size: 1.2em;
        padding:0px 0 10px 6px;
        margin-top:35px;
        background:transparent url(/images/h3.gif) no-repeat 0 bottom;
}


/*CSSEditor|content,title|Titres de niveau 2*/
h2 {
	color: #fff;
        background:#593219 url(/images/h2.gif) repeat-x 0 0;
	font-size: 1.2em;
        padding:5px 0 5px 11px;
        margin:20px 0 10px 0;
}

h2 a{
  color:#fff !important;
  text-decoration:underline;
}

/*CSSEditor|content,title|Titres de niveau 3*/
h3 {
	color: #426b03;
	font-size: 1.2em;
        padding:0px 0 10px 6px;
        background:transparent url(/images/h3.gif) no-repeat 0 bottom;
}

h3 a{
  color: #426b03 !important;
  text-decoration:underline;
}
/*CSSEditor|content,title|Titres de niveau 4*/
h4 {
	color: #583119;
        padding:0px 0 0px 40px;
        background:transparent url(/images/h4.gif) no-repeat 30px center;        
	font-size:1.1em;
}
/*CSSEditor|content,title|Titres de niveau 5*/
h5 {
	color: #583119;
	font-size: 1.1em;
}
/*CSSEditor|content,title|Titres de niveau 6*/
h6 {
	color: #4c4c4c;
	font-size: 1em;
}

.bleu h1{
	background:#fff url(/images/h1-bleu.gif) no-repeat 0 0;
}

.jaune h1{
	background:#fff url(/images/h1-jaune.gif) no-repeat 0 0;
}

.orange h1{
	background:#fff url(/images/h1-orange.gif) no-repeat 0 0;
}

.violet h1{
	background:#fff url(/images/h1-violet.gif) no-repeat 0 0;
}

.rose h1{
	background:#fff url(/images/h1-rose.gif) no-repeat 0 0;
}

/* H2*/

.bleu h2{
	background:#417ea3 url(/images/h2-bleu.gif) repeat-x 0 0;
}

.jaune h2{
	background:#a8a601 url(/images/h2-jaune.gif) repeat-x 0 0;
}

.orange h2{
	background:#e14403 url(/images/h2-orange.gif) repeat-x 0 0;
}

.violet h2{
	background:#72033c url(/images/h2-violet.gif) repeat-x 0 0;
}

.rose h2{
	background:#d083aa url(/images/h2-rose.gif) repeat-x 0 0;
}

/* Liens */
/*CSSEditor|content,link|Apparence générale*/
a:link{
	color:#426b03;
	text-decoration:underline;
}
/*CSSEditor|content,link|Lien déjà visité*/
a:visited{
	color:#426b03;
text-decoration:underline;
}
/*CSSEditor|content,link|Lien actif*/
a:hover, a:active{
	color:#583119;
	text-decoration:none;
}

.hautpage{
  text-align:right;
  display:block;
  text-decoration:underline;
}


/* Blocs de Medias */
.medias{
	margin:10px 0;
}
	.medias .flash{
	}
	.medias .audio, .medias .video, .medias .center{
		text-align:center;
	}
	.medias .right{
		text-align:right;
	}
	.medias .left{
		text-align:left;
	}
.medias .right .diaporama{
	text-align:right;
	margin:0 0 0 auto;
}
.medias .left .diaporama{
	text-align:left;
	margin:0 auto 0 0;
}
.medias .center .diaporama{
  text-align:left;
  margin:0 auto;
}
	.medias img{
		margin:5px 5px 5px 0;
	}
	.medias a,.medias a:hover, .medias a:visited{
		background:none;
		text-decoration:none;
	}
	.medias .description{
		display:none;
	}

/****/ /* CONTENU WIKI & Cie. */ /*****/
/*CSSEditor|content,others|Paragraphe*/
p{
	margin:5px 0;
}
/*CSSEditor|content,others|Texte en gras*/
strong{
	font-weight:bold;
}
/*CSSEditor|content,others|Texte en italique*/
em{
	font-style:italic;
}
em strong, strong em{
	font-style:italic;
  font-weight:bold;
}
u{
  text-decoration:underline;
}
strike{
  text-decoration: line-through;
}
address{
	color:#366;
}
address:before{
	content:"Adresse : \A";
}
/*CSSEditor|content,others|Texte préformaté*/
pre{
	background:#f0f6f7;
	border:1px solid #0097C7;
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
	font-size:1.1em;
	margin:20px auto;
	overflow:auto;
	padding:5%;
	width:80%;
}
code{
	background:#44bb34;
	color:#ffffff;
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
	font-size:1.1em;
	padding:2px;
}

/* astuce css pour les blocs de citation: http://notes.natbat.net/2006/11/21/inineimagequotes/ */
blockquote {
	background: url(/common_images/skin001/quotes1.png) no-repeat 0 2px;
	margin:10px 50px;
	text-indent: 25px;
}
blockquote p {
	background: url(/common_images/skin001/quotes2.png) no-repeat bottom right;
	display: inline;
	margin: 0;
	padding-right: 24px;
}

cite{
	color:#000;
	font-family: Arial, sans-serif;
	font-size:1.1em;
	padding:0 3px 0 3px;
}

acronym {
	border-bottom:1px dashed #1FCAFF;
	cursor:help;
}

q{
	color:#0097C7;
	font-style:italic;
}
q:after{
	content: " ' Source: "attr(cite)" ";
	font-size:1em;
}
/*CSSEditor|content,list|Apparence générale|list*/
ul{
	color:#583119;
	list-style:none;
	margin:0px;
}

#main ul{
	color:#616161;
	margin:5px 0;
}

/*CSSEditor|content,list|Elements des listes*/
#main ul li{
	background:url(/images/main-li.gif) no-repeat 0 5px;
	padding:0 0 0 18px;
}

ul li{	
	padding:0 0 0 0px;
}
/*CSSEditor|content,list|Liste ordonnée|list*/
ol{
	color:#616161;
	list-style:inside decimal;
	margin:5px 0 5px 25px;
}
hr{
	border-bottom:2px ridge #61615f;
	border:0;
}
.separator{
	clear:both;
	visibility:hidden;
}
/*** Liste de definitions ***/
dl{
	margin:10px 5px;
}
	dt{
		color:#593219;
		font-size:1.1em;
		font-weight:bold;
	}
	dd{
		font-style:normal;
		margin:0;
		padding:0;
		text-indent:10px;
	}

/*** Tableaux ***/
/*table{
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #593219;
	font-size:1em;
	margin:auto;
	width:100%;
}
	table caption{
		color: #593219;
		font-size: 1.3em;
		font-weight:bold;
		margin:5px 0;
		text-align:left;
	}
	th{
		background:#ccc;
		border:1px solid #593219;
		color:#0097C7;
		font-size:1.1em;
		font-weight:bold;
		padding:2px;
	}
	td{
		border:1px solid #593219;
		padding:2px;
	}*/
	
/*** Tableaux ***/
table{
	/*border-collapse:collapse;*/
	border-spacing:0;
	/*border:1px dashed #eaeae9;*/
	border:1px solid #eaeae9 !important;
	font-size:1em;
	margin:auto;
	width:100%;
}
	table caption{
		color: #0097C7;
		font-size: 1.3em;
		font-weight:bold;
		margin:5px 0;
		text-align:left;
	}
	th{
		background:#fff;
		border:0 none !important;
		color:#583119;
		font-size:1.em;
		font-weight:bold;
		padding:2px;
		text-align:left;
	}
	td{
		border-top:1px dashed #eaeae9;
		border-bottom:1px dashed #eaeae9;
		padding:6px 4px;
		background:#fff;
		color:#676767;
	}
	
	td ul{
	  margin:0;
	}

  td ul li{
	  margin:0;
	  padding:0 !important;
	  background:none !important;
	}
	
	.spfichecv ul{
	  margin:0px 0 0 0 !important;
	  padding:5px 0 0 90px !important;
	  background:none !important;
	}
	
	.spfichecv .spfloat{
    font-weight:bold;
    float:left;
    display:block;
    clear:both;
  }
	
	.spfichecv ul li{
	  margin:0 0 0 5px;
	  padding:0 0 0 5px !important;
	  background:none !important;
	}


/*elements de mise en page dans la zone de contenu*/
.une_colonne, .deux_colonnes{
	clear:both;
	display: inline;
}

.colleft{
	float:left;
	margin:0 2% 0 0;
	padding:0;
	width:47%;
}

.colright{
	float:left;
	margin:0;
	padding:0;
	width:48%;
}

.intext_left{
	float: left !important;
	padding: 5px !important;
}


.intext_right{
	float: right !important;
	padding: 5px !important;
}

.above_left{
	text-align: left;
}

.above_right{
	text-align: right;
}

.above_center{
	text-align: center;
}

.below_center{
	text-align: center;
}

.below_right{
	text-align: right;
}

.below_left{
	text-align: left;
}

.above_center img, .above_right img, .above_left img, .below_center img, .below_right img, .below_left img{
	float: none !important;
}

.center{
	text-align: center;
	width:100%;
}

.left{
	text-align: left;
	width:100%;
}

.right{
	text-align: right;
	width:100%;
}

/* securisation mot de passe */
.strength_password {
color:#666666;
display:block;
float:left;
font-family:arial,helvetica,san-serif;
font-size:13px;
font-weight:bold;
height:28px;
margin-left:10px;
padding:0 0 12px 10px;
clear:both;
}
.strength_password span {
display:block;
float:right;
margin:0 0 0 20px;
padding:10px 20px 12px 10px;
white-space:nowrap;
}
.shortPass {
  background:transparent url(/common_images/red.png) no-repeat scroll 0 0;
}
.shortPass span {
  background:transparent url(/common_images/red.png) no-repeat scroll right top;
}
.badPass {
  background:transparent url(/common_images/red.png) no-repeat scroll 0 0;
}
.badPass span {
  background:transparent url(/common_images/red.png) no-repeat scroll right top;
}
.goodPass {
  background:transparent url(/common_images/yellow.png) no-repeat scroll 0 0;
}
.goodPass span {
  background:transparent url(/common_images/yellow.png) no-repeat scroll right top;
}
.strongPass {
  background:transparent url(/common_images/green.png) no-repeat scroll 0 0;
}
.strongPass span {
  background:transparent url(/common_images/green.png) no-repeat scroll right top;
}
