<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
background-color : #1d1d1d;
color : white;

}

#site { /* Englobe tout le site  */
	float: left;
	background: url(http://www.saranaor.online.fr/v3/body.png) repeat-y;



}

#left { /* Bloc Contenu */
	float: left;
	width: 210px;
	/*background: url(http://www.saranaor.online.fr/v3/body.png) repeat-y;*/

	}

#all { /* Bloc Contenu */
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	width: 807px;

	}


#haut1 {
	width: 490px;
	height: 49px;
	background: url(http://www.saranaor.online.fr/v3/haut.jpg) repeat-y;
	margin-left: auto;
    margin-right: auto;
	}

#haut2 {
	width: 547px;
	height: 49px;
	background: url(http://www.saranaor.online.fr/v3/haut2.jpg) repeat-y;
	margin-left: auto;
    margin-right: auto;
	}

#corps2 p, #c2 {
	padding-left: 60px;
	padding-right: 50px;
	margin: 0 0 0 0;
	}

#corps2 {
	width: 547px;
	background: url(http://www.saranaor.online.fr/v3/corps2.jpg) repeat-y;
	margin-left: auto;
    margin-right: auto;
	}

#bas2 {
	width: 547px;
	height: 46px;
	background: url(http://www.saranaor.online.fr/v3/bas2.jpg) repeat-y;
	margin-left: auto;
    margin-right: auto;
	}

#corps1 p {
	padding-left: 60px;
	padding-right: 50px;
	margin: 0 0 0 0;
	}


#corps1 {
	width: 490px;
	background: url(http://www.saranaor.online.fr/v3/corps.jpg) repeat-y;
	margin-left: auto;
    margin-right: auto;
	}

#bas1 {
	width: 490px;
	height: 47px;
	background: url(http://www.saranaor.online.fr/v3/bas.jpg) repeat-y;
	margin-left: auto;
    margin-right: auto;
	}

#right { /* Bloc Menu */
	float: right;
	width: 597px;
	margin-left: auto;
    margin-right: auto;
	}

#container { /* Contenu */
	position: relative;
	left: 25px;
	width: 460px;
	}

#menu { /* Menu */
	position: relative;
	left: 19px;
	}


#copyright { /* Footer contenu */
	width: 501px;
	height: 143px;
	background: url(../images/index/footer.gif) no-repeat;
	}

#menu_footer { /* Footer menu */
	width: 224px;
	height: 115px;
	background: url(../images/index/footer_menu.gif) no-repeat;
	}


#header {
	height: 179px;
    width: 807px;
	background: url(http://www.saranaor.online.fr/v3/header.png) no-repeat;
	}

#footer {
	height: 26px;
    width: 807px;
	background: url(http://www.saranaor.online.fr/v3/footer.png) no-repeat;
	float: left;
	margin-top: 0;
	padding-top: 0;
	margin-left: auto;
    margin-right: auto;	}

#logo {
	height: 209px;
	background: url(../images/index/logo.jpg) no-repeat;
	}


/* Blocs mineurs */


#title_article { /* Titre d'un billet */

	padding: 3px;
	border-bottom:1px solid #CCC;
	font-size:15px;
	margin-bottom:10px;
	color : white;
	}

	#texte { /* Titre d'un billet */
	width: 580px;
	padding: 3px;
	font-size:15px;
	color : white;
	}

	#texteall {
	padding: 30px 10px 10px 100px;
	font-size: 15px;
	color: white;
	text-align: justify;
	width: 610px;
	}

	#grey {
	color : #82CAFF;
	}

#navigation { /* Sous le header */
	width: 420px;
	padding: 4px;
	padding-top: 5px;
	color:#99AF1B;
	text-align: right;
	margin-bottom:20px;
}

#recherche {
	border-top: 1px dotted #a7ba05;
	padding-top: 2px;
	margin-bottom: 9px;
	padding-bottom: 2px;
	width: 185px;
	border-bottom: 1px dotted #a7ba05;
	}


td.date {
	text-align: right;
	width: 150px;
	}


/* MENU LISTE */


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
font-family: Arial;
padding: 5px;
width: 175px;
background: url(../images/index/menu_off.gif);
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
background: url(../images/index/menu_on.gif);
color:#fff;
}

p,ul,li,td,font {
color : white;
}

a:link {color: yellow; text-decoration: none;}
a:visited {color: yellow; text-decoration: none;}
a:hover {color:red; text-decoration: none;}

.tablesample { width: 250px; border-collapse: collapse; }
.tablesample td { background-color: #008000; padding: 0px; }
.tablesample .top .left, .tablesample .top .right, .tablesample .bottom .left, .tablesample .bottom .right { width: 19px; height: 19px; background-color: #00FF00; }
.tablesample .top .left { background-image: url("corner_top_left.gif"); }
.tablesample .top .right { background-image: url("corner_top_right.gif"); }
.tablesample .bottom .left { background-image: url("corner_bottom_left.gif"); }
.tablesample .bottom .right { background-image: url("corner_bottom_right.gif"); }
</pre></body></html>