/*
Feuille de style
*/
/*
§§(warning)Cette feuille de style permet le bon affichage du site. **Attention!** Ne pas modifier si on ne sait pas ce que l'on fait.§§
=====Structure=====


Tahoma, Arial, Helvetica, FreeSans, sans-serif}} //Couleur principale
"Courier New", Times New Roman, Times, serif}} //Couleur secondaire


#f19324 // Titres 
#217792 // Liens & formulaires
#ccc // Structure
#ffecce // Fond des résumés
#fffead // Fond des commentaires

<pre class="code">*/

body {
	margin:0;
	font: 2em Georgia, Times, serif;
	/*font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif;*/
	font-size: 18px;
	font-family: Times, "Times New Roman", serif;
	background:#fff no-repeat 0px -100px url('http://www.menusplaisirsduroy.com/local/files/template/css/background.png');
}
#all{
	margin:0;
	border-top:1px solid white;
}
b{font-variant:small-caps;
}

.editlinks_online{
	font-size:0.9em;
	font-style:italic;
	position:absolute;
	position:fixed;
	top:0px;
	left:0px;
	width:50%;
	height:90px;
	border-bottom:1px solid #999;
	padding:0.2em;
	background:transparent url('http://www.menusplaisirsduroy.com/local/files/template/css/transparent50Jaune.png');

}
.editlinks_online a{}
.editlinks_offline{display:none;}
#Head{
	height:94px;
	border-bottom:4px solid #CCC;
	background:#fff no-repeat 0% 0% url('http://www.menusplaisirsduroy.com/local/files/template/css/head.png');
}
#HeadTitle{
	text-indent:-10000px;
	display:block;
	height:94px;
	width:500px;
	position:absolute;
	right:1em;
	background:transparent no-repeat 50% 25px url('http://www.menusplaisirsduroy.com/local/files/template/css/menuHead.png');
}

#Menu{
	background:#fff no-repeat 0px 50% url('http://www.menusplaisirsduroy.com/local/files/template/css/page.png');
}
#Menu #Links{
	position:absolute;
	top:110px;
	width:360px;
	margin-top:20px;
	height:300px;
	text-align:center;
	padding-top:75px;
	background:transparent no-repeat 0% 0% url('http://www.menusplaisirsduroy.com/local/files/template/css/menuLinks.png');
}
#Menu #Links a{
	margin-left:100px;
	margin-right:100px;
	font-size:18px;
	height:35px;
	font-variant:small-caps;
	display:block;
	font-style: italic;
	color:black;
	text-decoration:none;
}
#Content{ 
	clear:both;
	padding-left:350px;
}
#Content.frame{
	clear:both;
	display:block;
	border:0px;
	width:100%;
	padding-left:0px;
}
#Main{ 
	/*max-width:700px;*/
	padding:50px;
	padding-bottom:100px;
	padding-top:30px;
	background: no-repeat 50% 100% url('http://www.menusplaisirsduroy.com/local/files/template/css/isis.gif');
}
#Main #Title{ 
	color:#666;
	font-size:50px;
	font-style:italic;
	text-align:right;
	margin:0;
	padding:0;
}
#Main #Resume{ 
	font-size:160%;
	color:#999;
	margin-bottom:1em;
	text-align:right;
	padding-left:30%;
}
#Main #Body{ 
	text-align:justify;
}

#Main .resume_page{ 
	margin:1em;
	text-align:center;
}
#Main .resume_page a{display:block; color:#666;}
#Main .resume_page span{display:block;}
#Main .resume_page h2{margin:0;padding:0;color:#999;}
#Main .resume_page .logo{
	float:right;
	margin-left:1em;
	border:1px solid #666;
}
#Main .resume_page hr{
	clear:both;
	background:transparent;
	width:200px;
	height:0px;
	margin:1em;
	margin-left:auto;
	margin-right:auto;
}
#Footer{ 
	font-size:10px;
	height:30px;
}

#container {
	height:320px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #fff;
	background: no-repeat 100% 0% url('http://www.menusplaisirsduroy.com/local/files/template/css/lanternemagique.png');
	}

#containercontent{
}
#innerContent{
	overflow:hidden;
	background: #fff;
	padding:1em;
}
.tip{
	padding:1em;
	background:transparent url('http://www.menusplaisirsduroy.com/local/files/template/css/transparentNoir.png');
	color:white;
}
.tip .tip-text{display:none;}

#wrap {
	border:1px solid #aaa;
	background: #fff;
	height:100px;
	width:100px;
	margin-bottom:200px;
	margin-left:200px;
	margin-top:20px;
	display:block;
	overflow:hidden;
	position:relative;
}
#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#carousel a {
	height:100px;
	width:100px;
	margin:0;
	padding:0;
	display:block;
	float:left;
}
#carousel img {
}
#prev, #next {
	display:block;
	cursor:pointer;
		width:65px;
		height:62px;
	}
	#prev {
		/*background:#fff 50% 50% no-repeat url('http://www.menusplaisirsduroy.com/local/files/template/css/mainG.gif');*/
		float:right;
		}
	#next {
		clear:right;
		/*background:#fff 50% 50% no-repeat url('http://www.menusplaisirsduroy.com/local/files/template/css/mainD.gif');*/
		float:right;
		}

/*</pre>
=====Titres=====
<pre class="code">*/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
	color:#333;
	font-family:"Courier New", Times New Roman, Times, serif;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	margin:0;
	padding:0;
	margin-bottom:0.5em;
	margin-top:0.3em;
}
h1, .h1{font-size:40px;}
h2, .h2{font-size:30px;}
h3, .h3{font-size:20px;}
h4, .h4{font-weight:bold;font-size:18px;font-family:verdana,sans-serif;}
h5, .h5{font-weight:bold;font-size:16px;font-family:verdana,sans-serif;}
.cadreange {
	text-align:center;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	background: no-repeat 50% 0% url('http://www.menusplaisirsduroy.com/local/files/template/css/cadreanges.png');
}
.cadreange div {
	padding:20px 60px 0px 60px;
	}
/*</pre>
=====Balises=====
<pre class="code">*/

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

table {
	width:100%;
	margin:1em;
	margin-left:auto;
	margin-right:auto;		
	border:1px solid #ddd;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
}
tr{vertical-align:top;}
tr.alternate {	
	border:0px solid #669900;
	background: #F9FFE6;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
}
th {
        text-align:center;
	vertical-align:middle;
	color:green;
	padding:3px;
}
td {
	vertical-align:top;
	padding:0.2em;
}
td.large{
	width:100%;
}
td.nowrap{
	white-space: nowrap;
}


th.day {
	border-top:1px solid #ddd;
	text-align:center;
	font-weight:bold;
	color:orange;
}
th.alternate {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
	color:orange;
}
td.body_r {
	font-size:x-small;
}
a[hreflang]:after{content: "\0000a0[" attr(hreflang) "]"}

#Body img {   padding: 0.2em;
}



img {   
    	border: none;
	vertical-align: middle;
}

p {
    	margin: 0.4em 0em 0.5em 0em;
    	line-height: 1.5em;
}

hr {
    	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	clear:both;
	background: #ddd;
}
hr.page_break {
	height:0px;
	visibility:hidden;
	clear:both;
	page-break-before:always;
}
ul {
	list-style-type:disc;
	margin: 0px;
	padding:0px;
	padding-left:2em;
	list-style-position:outside;
}
ul ul{
	list-style-type:circle;
        
}

ol {
	margin: 0px;
	margin-left:4em;
	padding:0px;
	list-style-position:outside;
}

li {
	margin-left:0.5em;}

dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}

dl{
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}
	
abbr, acronym {
	border-bottom: 1px dotted Black;
	color: Black;
	cursor: help;
}

q, quote{
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size:110%;
	color: #666;
}

blockquote, .selected  {
	border-left: 3px solid #ccc;
	padding-left:10px;
	margin: 0.5em;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size:110%;
	color: #666;
}
pre  {
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 0.5em;
	background:#000;
	color: #fff;
	overflow:auto; 
	font-family: 'Courier New', Courier;
	height:200px;
}

/*</pre>
=====Formulaires=====
<pre class="code">*/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	background: #fff;
	padding: 0.5em;
}

label {
	font-style:italic;
	line-height:2em;
}

form {		
}
.action form {		
	text-align:left;
}
body.upload form, body.invite form{
	text-align:left;
}

textarea {
	color: black;	
	border:1px solid #217792;
	padding: 0.1em;
	width:98%;  
	height:175px;
}

textarea.edit { 
	padding:5px; 
	width:98%;  
	height: 380px; 
}
textarea.resume { 
	width:98%;   
	height: 75px; 
}
.action_comments .selectingtools, .action_mail .selectingtools{display:none;}

.action_account textarea, .action_register textarea  {width:200px;height:100px;}
.action_comments textarea, .action_mail textarea  {width:98%;height:200px;}

input, textarea {
	border: 1px solid #217792;
}

input{
	color: #217792;	
	border: 1px solid #217792;
}
input[type=text], input[type=password]{
	width:150px; 
}
input[type=submit]{
	background: #fff url('http://www.menusplaisirsduroy.com/kernel/files/style/input_background.png') repeat-x;
}
input[type=submit]:hover {
	border: 1px solid #669900;
	background: #669900;
	color: #fff;
	cursor:pointer;
}
input[type=reset]:hover {
	border: 1px solid #990000;
	background: #990000;
	color: #fff;
	cursor:pointer;
}
input.annulation:hover {
	border: 1px solid #990000;
	background: #990000;
	color: #fff;
	cursor:pointer;
}

input.apercu:hover {
	border: 1px solid #ffaa00;
	background: #ffaa00;
	color: #fff;
}

select {
	vertical-align: top;
}
option.head {
	background: #ffaa00;
	font-weight:bold;
}
/*</pre>
=====Casini=====
<pre class="code">*/

.tools {
	background: #F9FFE6;
	padding:0.3em;
}

.invisible{display:none;}
.visible{display:block;}



.gauche {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.droite {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}


div.centre {
	text-align:center;
}

.trail_table{margin-bottom:1em;}

div.traduction, p.traduction, ul.traduction,  li.traduction {
        padding-left: 15px;  
	font-style: italic;
	font-size:90%;	

}
div.grand, p.grand, option.grand{
	font-size:130%;
}

div.alignerdroite, p.alignerdroite, option.alignerdroite{
	text-align:right;
}

div.pagination{
	margin:1em;
	text-align:center;	
}
div.pagination a.current{
	font-weight:bold;
}
div.aide, div.info, div.confirmation, div.error, div.warning, div.important, div.preview,
p.aide, p.info, p.confirmation, p.error, p.warning, p.important, p.preview{
	padding: 1em;  
	padding-left:30px;	
	border: 1px dashed #ddd;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
div.preview, p.preview {
	background:transparent 3px 0% repeat-y url('http://www.menusplaisirsduroy.com/kernel/files/icons/preview.png');
}
div.aide, p.aide, option.aide, div.help, p.help, option.help  {
	font-style:italic;
	background:transparent 3px 50% no-repeat url('http://www.menusplaisirsduroy.com/kernel/files/icons/help.png');
}
div.info, p.info, option.info {
	font-style:italic;
	background:transparent 3px 50% no-repeat url('http://www.menusplaisirsduroy.com/kernel/files/icons/info.png');
}
div.error, p.error, option.error {
	font-style:italic;
	border: 1px solid red;
	background:transparent 3px 50% no-repeat url('http://www.menusplaisirsduroy.com/kernel/files/icons/error.png');
}
div.confirm, p.confirm, option.confirm { 
	font-style:italic;
	background:transparent 3px 50% no-repeat url('http://www.menusplaisirsduroy.com/kernel/files/icons/warning.png');
	border:1px solid green;
}
div.warning, p.warning, option.warning { 
	font-style:italic;
	background:transparent 3px 50% no-repeat url('http://www.menusplaisirsduroy.com/kernel/files/icons/warning.png');
	border:1px solid orange;
}
div.important, p.important, option.important {
	background:transparent repeat url('http://www.menusplaisirsduroy.com/kernel/files/style/content_bg.gif');			
	border: 1px solid #ccc;  
	border-bottom: 1px solid #bbb; 
	border-right: 1px solid #bbb;
}
div.loading {
	background:white 50% 50% no-repeat url('http://www.menusplaisirsduroy.com/kernel/files/template/css/loading.gif');
	height:3em;
	text-align:center;
	font-size:130%;
}
.ajax-loading {
	background:#ddd 50% 50% no-repeat url('http://www.menusplaisirsduroy.com/kernel/files/template/css/loading.gif');
}

.lettrine:first-letter{
	color:#000;
	float:left;
	font-size:300%;
	margin-top:10px;
}
.indent { 
	margin-left: 40px; 
}


.add, .additions { 
	font-weight: bold; 
	color: #0c0; 
	text-decoration: underline; 
}

.del, .deletions { 
	font-style: italic; 
	color: #c00; 
	text-decoration: line-through; 
}

.footnotes {
	color:#999;
	border:1px solid #ddd;
	padding:1em;
	margin:1em;
	font-size:0.8em;
}
.com { 
	font-style: italic; 
	color:#666;
}

.prev_alert { 
	background-color: #7C9A08; 
	color: #fff; 
	font-size: 1.7em; 
	font-weight: bold; 
	margin-bottom: 5px; 
}

.debug { 
	font-size: 1em; 
	color: #888888; 
}

hr.clear{
	margin: 0;
	padding: 0;
	height:0px;
	clear:both;
	visibility:hidden
}

.visualClear { 
	clear: both; 
}


/*</pre>
=====Commentaires=====
<pre class="code">*/
.action_comments {padding:0.5em;}
.action_comments .reply{padding:0.3em;font-weight:bold;border-bottom:2px solid #666;text-align:right;padding-left:1em;}
.action_comments .answers{padding-left:1em; margin-left:1em; border-left:10px dotted #fff;}
.action_comments .title {font-weight:bold;}
.action_comments .page_comment {padding-bottom:1em;margin-bottom:1em;border-bottom:1px dotted #333;}

/*</pre>
=====Action Stats=====
<pre class="code">*/

.action_stats tr{
}
.action_stats .bar{
	background:#fff;
	border:1px solid #ddd;
	color:#ccc;
}
.action_stats .bar_on{
	text-align:right;
	padding:0px;
	font-size:9px;
	font-weight:bold;
	border-right:3px solid green;
}
/*</pre>
=====Action Agenda=====
<pre class="code">*/
#Page .action_agenda table {
          background:none; 
          border: none;
          table-layout: fixed;
}

#Page .action_agenda .list table {table-layout : auto;}
#Page .action_agenda .list td.time {white-space:nowrap;}
#Page .action_agenda td.cell_number {
	border-bottom:none;
	padding:0px;
	background:#333;
	color:#fff;
}
#Page .action_agenda td.cell_number a{
	color:#fff;
}
#Page .action_agenda th.row_names{
	background:#333;
	color:#fff;
}
.action_agenda .cell_number_events{font-weight:bold;}
#Page .action_agenda table {border: 1px solid #ddd;}
#Page .action_agenda tr {background:none; border:none;}
#Page .action_agenda th {width:12.5%;}
#Page .action_agenda td {background:none;}
#Page .action_agenda td, tr {border: 1px solid #ddd;}
#Page .action_agenda .month {color:orange;}
#Page .action_agenda .day {color:green;}
#Page .action_agenda .holyday {background-color:#ffecce;}


#Page .action_agenda .hasevents {padding:0;}
#Page .action_agenda .hasevents ul {margin:0;padding:0;}
#Page .action_agenda .hasevents li {margin:0;padding:0;list-style-type:none;}
#Page .action_agenda .event0 {background-color: #fff779;}
#Page .action_agenda .event1 {background-color: #ffe;}
#Page .action_agenda .event2 {background-color: #fef;}
#Page .action_agenda .event3 {background-color: #eff;}
#Page .action_agenda .event4 {background-color: #eef;}
#Page .action_agenda .event5 {background-color: #fee;}
#Page .action_agenda .event6 {background-color: #efe;}
#Page .action_agenda .event7 {background-color: #eee;}
#Page .action_agenda .event8 {background-color: #ede;}
#Page .action_agenda .event9 {background-color: #eed;}

#Page .action_agenda .passive, #Page .action_agenda .passive .cell_number_events {color:#aaa;}


#Page .action_agenda .col1 {border-left: 2px solid #ddd;}
#Page .action_agenda .lastcol {border-right: 1px solid #ddd;}
#Page .action_agenda .lastrow {border-bottom: 1px solid #ddd;}

#Page .action_agenda .now {
    border-left:2px solid red;
    border-right:2px solid red;
}
#Page .action_agenda .row0.now {border-top:2px solid red;}
#Page .action_agenda .lastrow.now {border-bottom:2px solid red;}


/*</pre>
=====Action gallery=====
<pre class="code">*/
 .action_files .gallery .legend{display:none;}
 .action_files .gallery .content img {
	margin:0.3em;
	padding:0.5em;
	background:#eee;
	border:1px solid #ddd;
}
 .action_files .gallery div.thumbs {
	padding:0.5em;
	margin:0.3em;
	border:1px solid #ddd;
}
 .action_files .gallery div.img {
	text-align:center;
}

/*</pre>
=====Action map=====
<pre class="code">*/
.action_map .Content{border:2px solid black;}
.action_map td.Menu {
	font-size:x-small;
}
 .action_map td.Menu .main{
	max-height:500px;
	white-space: nowrap;
	overflow:auto;
	width:300px;
}
 .action_map td.Menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
 .action_map td.Menu ul li{
	border-bottom:1px solid #39c;
}


/*</pre>
=====Images=====
<pre class="code">*/
.action_img {max-width:300px;}
/*</pre>
=====Action Login=====
<pre class="code">*/
 .action_login .logo {float:right;}
/*</pre>
=====Action Formmail=====
<pre class="code">*/
.action_formmail label {min-width:200px;}

/*</pre>
=====Action IMG=====
<pre class="code">*/
 .action_img .legend {display:none;}
 .action_img .buttons {display:none;}




/*</pre>
=====Action log=====
<pre class="code">*/
table.graph{
	font-size:x-small;
	width:auto;
	background:#fff 0px 0px url('http://www.menusplaisirsduroy.com/kernel/files/style/fond-stats.gif');
}
table.graph td {
	vertical-align:bottom;
	padding:0em;
}
table.graph td a{
	background:#ddd;
}
table.graph {
	width:100%;
	vertical-align:bottom;
	background:100% 100% url(http://www.surlaterre.org/ecrire/img_pack/fond-stats.gif);
}
table.graph td{
	padding:0px;
	vertical-align:bottom;
}
table.graph td.x-label {
	border-right:1px solid black;
}
table.graph td.x-label div{
	padding-right:1em;
	text-align:right;
	border-top:1px solid black;
}
table.graph td.maxsize div{
	padding-right:1em;
	font-size:x-small;
	text-align:right;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
table.graph td a.revision{
	width:10px;
	display:block;
	z-index:2;
}
table.graph td a:hover {
	background:#fff;
}
table.graph td a span{
	display:none;
}
table.graph td a:hover span{
	display:block;
	margin:1px;
	position:absolute;
	width:150px;
	background:#fff;
	border:1px solid #bbb;
	padding:1em;
	font-size:9px;
}
table.graph td div.time {
	margin-left:3px;
	margin-top:3px;
	border-left:1px solid #bbb;
	padding-bottom:50px;
}
table.graph td div.time span{
	position:absolute;
	border:1px solid #bbb;
	border-left:0px;
	padding-left:2px;
	background:#fff;
}

/*</pre>
=====Menus=====
<pre class="code">*/
div.menu {cursor:pointer;	margin:1em; }
div.menu ul{margin:0px; padding:0px; list-style: none;}
div.menu a{width: 10em; background:none;padding-left:0px;}

div.menu li{float:left; display:block; padding-right: 1em; padding-left: 1em;margin-right:2px; background:#fff;border:1px solid #ddd;}
div.menu ul ul {position:absolute; background:#fff; border:1px solid #ddd;}
div.menu li ul li {float:none;margin:0px; padding:0;margin:0;border:0;}
div.menu ul ul ul{margin-left:3em;}
div.menu li ul li a{padding-left:1em; padding-right:1em; margin:0.2em;}
div.menu hr{padding:0;margin:0;border-top:1px solid #ddd;}

/*</pre>
=====Impression=====
<pre class="code">*/

@media print {
	body, #Body, #Corps, #Page, #all, #Titre, #PageTitle, #Resume {
		background: none; 
		color: #000;
		border:0;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		height:100%;
	}
	form{ display:none;}
	#Titre a {color:#000;}
	#Navigation, #Tete, #Icons, #Footer, #Comments {display:none;}
}


/*</pre> */


