<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Desgin ABCM by ZaKï */

body {
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
}

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #444; text-decoration: none; }
a:active { color: #444; text-decoration: none; }

.hr-vert { color: #33cc00; background-color: #33cc00; height: 1px; border: 0; }
.hr-rouge { color: #fe0000; background-color: #fe0000; height: 1px; border: 0; }

.ulist-statuts {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 14px;
	list-style-type: decimal;
	margin-top: -4px;
	margin-left: -10px;
	}
.ulist-statuts li { }

.both { clear: both; }

.size-1 { width: 200px; height: 150px; }
.size-2 { width: 100px; height: 80px; }

#window {
	border: 1px solid #fe0000;
	min-height: 60px;
	margin-top: 3px;
	margin-bottom: 10px;
	background: #FFF;
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -165px; 
	margin-top: -102px;
	z-index: 100;
	color: #F89934;
	padding: 5px;
}

#window .close {
	right: 0;
	padding: 5px;
	font-weight: bolder;
}

#page {
	background: url('images/page_fond.jpg') repeat-y center;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url('images/header.jpg') no-repeat center;
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background: url('images/footer.jpg') repeat-x top center #fe0000;
	width: 1000px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	color: #FFF;
	font-size: 11px;
}
#footer a:link { color: #FFF; text-decoration: none; }
#footer a:visited { color: #FFF; text-decoration: none; }
#footer a:hover { color: #FFF; text-decoration: underline; }
#footer a:active { color: #FFF; text-decoration: underline; }


#menu {
	background: url('images/menu_fond.jpg') repeat-x center;
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}
#menu a:link { color: #FFF; text-decoration: none; }
#menu a:visited { color: #FFF; text-decoration: none; }
#menu a:hover { color: #FFF; text-decoration: none; }
#menu a:active { color: #FFF; text-decoration: none; }
#menu ul {
	margin: 7px 0 0 80px !important;
	margin: 7px 0 0 100px;
	position: absolute;
	font-size: 12px;
}
#menu ul li {
	list-style-type: none;
	color: #FFF;
	font-weight: bolder;
	display: inline;
	margin: 15px;
}

#menu .boutons {
	height: 30px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#menu .bouton {
	background: url('images/menu_fond.jpg') repeat-x center;
	height: 23px;
	padding: 7px 20px 0 20px;
	float: left;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menu .bouton-hover {
	background: url('images/menu_fond_on.jpg') repeat-x center;
	height: 23px;
	padding: 7px 20px 0 20px;
	cursor: pointer;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#contenu {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#col-one {
	width: 600px;
	padding: 10px;
	float: left;
}
#col-two{
	width: 340px;
	padding: 10px;
	float: left;
}

#onglet-rouge {
	height: 19px;
	border-bottom: 1px solid #fe0000;
	color: #FFF;
	font-size: 16px;
}
#onglet-rouge .titre { background: #fe0000; height: 18px; padding: 1px 0 0 5px; float:left; }
#onglet-rouge .angle { background: url('images/angle_rouge.jpg') no-repeat bottom; height: 19px; width: 18px; float:left; }

#onglet-vert {
	height: 19px;
	border-bottom: 1px solid #33cc00;
	color: #FFF;
	font-size: 16px;
}
#onglet-vert .titre { background: #33cc00; height: 18px; padding: 1px 0 0 5px; float:left; }
#onglet-vert .angle { background: url('images/angle_vert.jpg') no-repeat bottom; height: 19px; width: 18px; float:left; }

#onglet-rouge a:link , #onglet-vert a:link { color: #FFF; text-decoration: none; font-weight: bolder; }
#onglet-rouge a:visited, #onglet-vert a:visited { color: #FFF; text-decoration: none; font-weight: bolder; }
#onglet-rouge a:hover, #onglet-vert a:hover { color: #FFF; text-decoration: none; font-weight: bolder; }
#onglet-rouge a:active, #onglet-vert a:active { color: #FFF; text-decoration: none; font-weight: bolder; }

#onglet-contenu-one { width: 600px; margin-top: 10px; margin-bottom: 10px; }
#onglet-contenu-one .image-left { float: left; margin-right: 10px; border: 0; }
#onglet-contenu-one .image-right { float: right; margin-right: 10px; border: 0; }
#onglet-contenu-one .texte {  }
#onglet-contenu-one .texte span { font-weight: bolder; font-size: 14px; }

#onglet-contenu-two { width: 350px; margin-top: 10px; margin-bottom: 10px; }
#onglet-contenu-two .image-left { float: left; margin-right: 10px; border: 0; }
#onglet-contenu-two .image-right { float: right; margin-right: 10px; border: 0; }
#onglet-contenu-two .texte {  }
#onglet-contenu-two .texte span { font-weight: bolder; font-size: 14px; }</pre></body></html>