/* 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/>.
*/

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, 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, sup, sub { 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; }
sub { vertical-align: sub; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
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: #7F1D4E;
	color: #fff;
	border: 1px outset;
}
input[type='hidden'] { display:none; }

/*
-----------------------------
CONTENT ONLY ->rte.css
-----------------------------
*/

/* BASE SIZES */





/* fin RESET */

/* GENERIC   */

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 67.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, 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, sup, sub { 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; }
sub { vertical-align: sub; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
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: #7F1D4E;
	color: #fff;
	border: 1px outset;
}
input[type='hidden'] { display:none; }

/*
-----------------------------
CONTENT ONLY ->rte.css
-----------------------------
*/

/* BASE SIZES */


/* fin generic  */

 body {
	background-color: Black;
	margin: 0;
	padding: 0;
	word-spacing: 0.15em;
	letter-spacing: 0.02em;
	font-weight: normal; /*font: normal 80%/1.10em Verdana, Geneva, Arial, Helvetica, sans-serif;
	_font: normal 95%/1.10em Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	color: #21140E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.3em;
	font-variant: normal;
}



/* { font-size: 1.2em; line-height: 1.6em; }*/
 h1 { font-size: 1.6em; }
 h2 { font-size: 1.4em; }
 h3 { font-size: 1.2em; }
 h4 { font-size: 1.1em; }
 h5 { font-size: 1.0em; }
 h6 { font-size: 1em; }

/* HR */

 hr {
	display: block;
	background: #aaa;
	color: #C7C7C7;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px solid #c7c7c7;
}

/* LISTS */

 ul{
	/*	list-style: disc outside url(../images/play-next.gif);list-style: none outside;*/
	list-style: none outside none
}

/*
li {
background-image: url(../images/list-off.gif);
padding-left: 10px;
background-position: left 8px;
background-repeat: no-repeat;
}
*/
 ol{list-style: decimal outside;}

/* TABLES */

 table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
 th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

.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: line-height/size, BOTTOM: TOP/2 */

/*.content h1 { margin: 1em 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } *//* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 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 .1em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul, .content ol { margin-left: 0.6em; }
.content ul ul, content ol ul, .content ul ol, content ol ol { margin-bottom: 0; }
.content ul li { 
/*list-style-image: url(../images/list-off.gif);*/
/*background-image: url(../images/list-off.gif);*/
/*padding-left: 10px;*/
/*background-position: left 8px;
background-repeat: no-repeat;*/
}

.content li {
background-image: url(../images/list-off.gif);
padding-left: 10px;
background-position: left 8px;
background-repeat: no-repeat;
}

#art-page  ul li {
	background-image: none!important;
}
.content form div { margin-bottom: .8em; }
.content button { padding: 0.3em 0.5em; }
.content blockquote > * { margin: .8em 0; }

/* COLORS */

/*
.content a:link { color: #36c; }
.content a:visited { color: #99c; }
.content a:hover { color: #c33; }
.content a:active, .content a:focus { color: #000; }
.content code, .content pre { color: #c33; } */ /* very optional, but still useful. W3C uses about the same colors for codes */


 

img {
	border: none;
}

blockquote,  .citation {
	display: block;
	background-color: #FFFFF0;
	border: 1px solid #C9C6A0;
	padding: 8px 8px 8px 35px;
	background-image: url(../images/puzzl-bleu.gif);
	background-position: -10px -13px;
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
/*	font-family: "Courier New", Courier, monospace;*/
	font-size: 0.90em;
}

a {
	color: #760A1D;
}

a:hover {
	text-decoration: none;
	color: #D9337D;
}
h1, h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;	font-weight: normal;
}
h1 {
	margin: 0 0 10px 0px;
	color: #3333FF; /*font-weight: bold;*/
	letter-spacing: 0.06em;
	font-weight: bold;
}
.content h1 {
	padding: 5px 0 4px 0px; /*background-image: url(../images/fond-h1.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
}


h2 {
	font-weight: bold;
	color: #2E0F07;
	margin: 0 0 3px 0px;
	padding: 0 0 3px 0;
	background-image: url(../images/puce-vio.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 1.5em;
}
h3 {
	color: #001D2D;
	margin: 0 0 0px 0px;
	padding: 0 0 1px 0px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
h4 {
	color: #95FB00;
	margin: 0 0 4px 0px;
	padding: 0 0 3px 0px;
}
p {
	color: #221A21;
	letter-spacing: 0.05em;
	font-size: 1.15em;
}
.flottement-g {
	float: left;
}
.flottement-d {
	float: right;
}
.rouge {
	color: #E32E2D;
}
.bleu {
	color: #C3D7FF;
}
.vert {
	color: #BFD543;
}
.petit-txt {
	font-size: 85%;
}

.centre {text-align: center;}
.en-cadre-rose {
	display: block;
	background-color: #FBE1ED;
	border: 1px solid #E73C89;
	padding: 8px;
	padding: 8px 8px 8px 35px;
	background-image: url(../images/puzzl-bleu.gif);
	background-position: -10px -13px;
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
	color: #530053;
}
.en-cadre-vert {
	display: block;
	background-color: #EFF5D4;
	border: 1px solid #99AF40;
	padding: 8px 8px 8px 35px;
	background-image: url(../images/puzzl-vert.gif);
	background-position: -10px -13px;
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
	color: #47260E;
}

a.more-link {
	display: inline;
	margin-left: 15px;
	padding: 0 12px 0 0;
	text-decoration: none;
/*	background-image: url(../images/pt-arrow-vio.gif);
	background-position: right;
	background-repeat: no-repeat;*/
	color: #E11E7C;
	font-weight: bold;
}

a:hover.more-link {
	display: inline;
	margin-left: 15px;
	text-decoration: none;
	color: #AC208E;
	background-image: url(../images/pt-arrow-org.gif);

}

a.lien-interne {
	display: inline;
	margin-left: 2px;
	padding: 0 11px 0 0;
	text-decoration: none;
/*	background-image: url(../images/pt-arrow.gif);*/
	background-image: url(../images/pt-arrow-vio.gif);
	
	background-position: right;
	background-repeat: no-repeat;
	color: #62741A;
	font-weight: bold;
}
a:hover.lien-interne {
	color: #625639;
}
a.lien-externe {
	display: inline;
	margin-left: 2px;
	padding-right: 12px;
	background-image: url(../images/link_ext.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none!important;
}

a.linkMailto {
	display: inline;
	margin-left: 2px;
	padding-right:15px;
	text-decoration: none!important;
/*  background-image: url(../images/link_mailto.gif);
	background-position: right 4px;
	background-repeat: no-repeat;*/
	color:	#FFD700;
	font-weight: bold;	

	
}
 a.linkInt {
display: inline;
	margin-left: 2px;
	padding-right:10px!important;
	text-decoration: none!important;
/*  background-image: url(../images/link_int.gif);
	background-position: right;
	background-repeat: no-repeat;*/
	color:	#FFD700;
	font-weight: bold;	
	
}

a.linkExt {
color:	#FFD700;
display: inline;
margin-left: 2px;
	margin-right: 1px;
/*	background-image: url(../images/link_ext.gif);
	background-position: right!important;
	background-repeat: no-repeat;*/
	padding-right:10px!important;
	text-decoration: none!important;
	font-weight: bold;	
}

a.linkDown {
display: inline;
	margin-left: 2px;
	padding-right:10px!important;
	text-decoration: none!important;
/*  background-image: url(../images/link_down.gif);
	background-position: right;
	background-repeat: no-repeat;*/
	color:	#FFD700;
	font-weight: bold;	
	
}

a:hover.linkInt, a:hover.linkExt, a:hover.linkMailto , a:hover.linkDown {
	/*color: #DCFF15;*/
	color:#BB20A3;
}


a.to-top {
	padding-right: 10px;
	display: block;
	text-decoration: none;
	font-size: 90%!important;
	color: #80952E;
	text-align: right!important;
	background-image: url(../images/to-top.gif);
	background-position: right;
	background-repeat: no-repeat;
}
a:hover.to-top {
	color: #BB20A3!important;
	background-position: 0px right!important;
}
.bloc25 h2 {
	font-size: 1.15em;
	padding-left: 35px;
	color: #FFFFF0;
	background-image: url(../images/news.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

