
/* Configuration générale du site (police de caractère et taille par défaut, fond d'écran (couleur ou image), etc.) */
body { 
	margin:0;
	padding:0;
	color:#000000;
	font: 13px "Trebuchet MS", Helvetica, Arial, sans-serif, Verdana;
}

body.mceContentBody {
	margin: 10px;
	background-color:#d9e0e0;
}

 
/* liens par défaut */
a{ 
	color:#0034B7;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}
 
img {
	border: none;
}

div, span { 
	margin: 0; padding: 0; 
}

/* Titre du site dans le bloc header */ 
h1 { 
	margin:0 0 0 0; 
  padding:0 5px 0 5px; 
  font-size:58px; 
  line-height:normal; 
  color:#2c5273; 
  text-align:center;
  display:block; 
}

/* Titre des rubriques et des modules dans le bloc contenu  */
h2 { 
  margin:0 0 20px 0; 
  padding:3px; 
  text-align:left; 
  font-size:20px; 
  color:#0034B7; 
  font-weight:bold; 
  line-height: normal;
}

/* Titre des rubriques dans le contenu avec un lien  */
h2 a { 
  color:#0034B7;
  text-decoration:none;
}
h2 a:hover { 
  text-decoration:underline;
}

/* Style à utiliser pour faire des sous-titres dans les pages */
h3 { 
  margin:20px 0 0 0;
  padding:0 0 0 0; 
  text-align:left; 
  font-size:16px; 
  font-weight:bold; 
  clear:both;
}
h3 a { 
	text-decoration:none; 
}

/* Titre des sujets du forum sur la page du sujet */
h4 { 
	margin:0 0 0 0; 
	padding:0 0 0 20px; 
	font-size:17px; 
	/*background: url(img/script.png) left no-repeat;*/
}

h5 { 
	margin:0 0 0 0; 
	padding:0 0 0 0 ; 
	font-size:13px; 
}

/* Barre se séparation dans le contenu */
hr {
	border: none 0;
	border-top: 1px solid #000000; 
	width: 100%; 
	height: 1px; 
}

.flottantgauche { float: left; margin-right: 10px; }
.flottantdroit { float: right; margin-left: 10px; }
.flottanteffacer { clear: both; }

ul.formulaire {
	list-style-position: outside;
  list-style-type:none;
  margin:0; 
}
li.formulaire { list-style-type:none; }

/* FORMULAIRES PAR DEFAUT*/
form { }
label { }
input {
	padding:2px;
}
fieldset {border:none}
select, option { }
textarea {
	padding:2px;
}
/* FIN FORMULAIRES PAR DEFAUT*/


/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
a.external {
	background: url(img/link.png) center right no-repeat;
	padding: 0 13px 0 0;
}

a[href ^="https://"] {
	background: url(img/lock.gif) center right no-repeat;
	padding: 0 16px 0 0;
}
a[href ^="mailto:"] {
	background: url(img/mail.gif) center right no-repeat;
	padding: 0 18px 0 0;
}
a[href ^="news://"] {
	background: url(img/news.png) center right no-repeat;
	padding: 0 18px 0 0;
}
a[href ^="ftp://"] {
	background: url(img/file.gif) center right no-repeat;
	padding: 0 18px 0 0;
}
a[href ^="irc://"] {
	background: url(img/discussion.gif) center right no-repeat;
	padding: 0 18px 0 0;
}
a[href $=".ogg"], a[href $=".OGG"],
a[href $=".mid"], a[href $=".MID"],
a[href $=".midi"], a[href $=".MIDI"],
a[href $=".mp3"], a[href $=".MP3"],
a[href $=".wav"], a[href $=".WAV"],
a[href $=".wma"], a[href $=".WMA"] {
	background: url(img/audio.png) center right no-repeat;
	padding: 0 13px 0 0;
}
a[href $=".ogm"], a[href $=".OGM"],
a[href $=".avi"], a[href $=".AVI"],
a[href $=".mpeg"], a[href $=".MPEG"],
a[href $=".mpg"], a[href $=".MPG"] {
	background: url(img/video.png) center right no-repeat;
	padding: 0 13px 0 0;
}
a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
	background: url(img/document.png) center right no-repeat;
	padding: 0 12px 0 0;
}

