/* RESET */

/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/*    * { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }*/

code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, cite, var, address { font-style: normal; }
/*th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }*/
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
/*body { line-height: 1; background: white; color: black; }*/
/*q { quotes: "" ""; }*/
ul, ol, dir, menu { list-style: none; }
/*sub, sup { vertical-align: baseline; }*/
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
/*font { color: inherit !important; font: inherit !important; color: inherit !important; }*/ /* disables some nasty font attributes in standard browsers */


/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { 
	word-spacing: 0.15em;
	letter-spacing: 0.01em;
	font-weight: normal;
	font-size: 1em;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;

 }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn {
	border-bottom: 1px dashed #ccc;
}
small { font-size: 85%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super;font-size:.7em; }
sub { vertical-align: sub; font-size:.7em;}
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }

/* QUOTES */

blockquote { }
/*
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }
*/

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
*[lang|='en'] q:before   { content: '\201C'; }
*[lang|='en'] q:after    { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset {
	border: 1px solid #5C5C5C;
}
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #CC4664;
	outline: 2px solid #ddd;
}
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button {
	cursor: pointer;
	background-color: transparent;
	color: #000;
	border: 1px outset;
}
input[type='hidden'] { display:none; }


/*
-----------------------------
CONTENT ONLY ->rte.css
-----------------------------
*/

/* BASE SIZES */


/* fin generic  */

 body {
	background-color: white;
	margin: 0;
	padding: 0;
	word-spacing: 0.15em;
	letter-spacing: 0.01em;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
}


.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1.1em; }
.content p {
	color: #615454;
}
 p { }

/* HR */

.content hr { 
display: block; 
background: #aaa; 
color: #aaa; 
width: 100%; 
height: 1px; 
border: none;
margin: 1em 0 1em; }

/* LISTS */
/*
.content ul li { text-indent: -.85em; margin-left: .85em; }
.content ul li:before { content: "\2022\00a0\00a0"; }
.content ol { list-style-position: outside; list-style-type: decimal; }
.content dt { font-weight: bold; }*/

/* TABLES */

/*.content table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.content th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }
*/
/* MARGINS & PADDINGS */
/*
.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }*/

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 { margin: 0.5em 0 .5em;  }
.content h2 { margin: 0.5em 0 .535em; }
.content h3 { margin: 0.5em 0 .57em; }
.content h4 { margin: 0em 0 .615em; }
.content h5 { margin: 0em 0 .67em; }
.content h6 { margin: 0em 0 .8em; }
.content th, .content td { padding: .4em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding-left: 6em; margin: 0 }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
/*.content a { position: relative; padding: 0.3em 0 .1em 0; }*/ /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; padding-left: 24px; }
.content ul li {
	padding-left: 12px;
	margin-bottom: 0;
	background-image: url(../images/puce.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* COLORS */

.content a:link { text-decoration: underline; color: #33c; }
.content a:visited { text-decoration: underline; color: #369; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */






h1 {
	/*font: normal 1.9em/32px "Trebuchet MS", Arial, sans-serif;	margin-bottom: 4px;*/
	font-weight : bold;
	color: #6299BE;
/*color: #0F56B0;*/

}

h2 {
	background-image: url(../images/barette.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #6299BE;
        /*padding-left: 23px;	*/
	 /*margin-bottom: 4px;*/
}


h3 {
	color: #6299BE;
	font-weight: normal;
	/*color: #5F5534;*/
}

h4 {
	color: #6299BE;
		font-weight: normal;
}

h5 {
font-weight: normal;
	
}
p {
	
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	border: none;
	border-bottom: 1px solid #499CCE;
}

/*
.home {
	background-image: url(../images/home.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin: 0 20px;
	
}
.email {
	background-image: url(../images/email.png);
	background-position: left;
	background-repeat: no-repeat;	
	padding-left: 16px;
	margin: 0 20px;
	
}*/

.petit-txt {
	font-size: 93%;
}
.grand-txt {
	font-size: 110%;
}
.rouge {
	color: #f00;
}

.bleu-fonce {
	color: #0F56B0;
}



.puce {
	background-image: url(../images/puce-bleue-grise.jpg);
	background-position: left;
	background-repeat: no-repeat;
   padding-left: 43px;
	 /*margin-bottom: 4px;*/
}


.flottement-g {
	float: left;
}
.flottement-d {
	float: right;
}

.en-cadre-bleu {
	display: block;
	background-color: #EAF5FF;
	border: 1px solid #0F56B0;
	padding: 2px;

	margin: 3px;
}

.en-cadre-jaune {
	display: block;
/*	float: left;*/
	background-color: #FEF6DF;
	border: 1px solid #0F56B0;
	padding: 8px 8px 8px 8px;
	/*background-image: url(../images/puzzl-vert.gif);
	background-position: -10px -13px;
	background-repeat: no-repeat;*/
	margin: 4px 0 0 0;
}
.en-cadre-rouge {
	display: block;
	background-color: #FDF9EE;
	border: 1px solid red;
	padding: 2px;
	margin: 3px auto;
        width : 70%;
        text-align: center;
        color: red;
}

.centre {text-align: center;}

.clear {
	clear: both;
}

.border-soul {
border: none;
/*background-color: transparent!importanty;
display: block;*/
	background-image: url(../images/boeder.gif);
	background-position: left 12px;
	background-repeat: repeat-x;
}
a.linkMailto,  a.linkInt, a.linkExt, a.linkDown {
	display: inline;
	padding-left: 17px!important;
	text-decoration: none!important;
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #0062A3;
	font-weight: bold;
}
a.linkMailto {
	background-image: url(../images/link_mailto.gif);	
}
 a.linkInt  {
  background-image: url(../images/link_int.gif);
	
}

a.linkExt {

	background-image: url(../images/link_ext.gif);
}

a.linkDown {
  background-image: url(../images/link_down.gif);
	
}

a:hover.linkInt, a:hover.linkExt, a:hover.linkMailto , a:hover.linkDown {
	color: #F88D09;
}
