/* Cascading Style Sheets */

.body {
	background-color: #77CCAA;
}

.titre {
	color: #003322;
	font-size: 30pt;
	font-family: "Garamond", "Adobe Garamond", "Times",  "Times New Roman";
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.corps {
	color: #000;
	font-size: 12pt;
	font-family: sans-serif, arial;
	margin-bottom: 1em;
}

.note {
	color: #000;
	font-size: 12pt;
	font-family: "arial";
	font-style: italic;
	text-align: left;
	margin-bottom: 20px;
	padding: 0px 0px 20px 0px;
}

/* Cadre */

.cadre_t {
	margin: 0 0 0 0; border-width: 0; padding: 0 0 0 0;
}
.cadre_hg {
	background: url(../images/cadre-hg.png) no-repeat;
	width: 22px;
	height: 32px;
}
.cadre_hc {
	background: url(../images/cadre-hc.png) repeat-x;
	height: 32px;
	color: #003322;
	font-size: 18pt;
	font-family: "Garamond", "Adobe Garamond", "Times",  "Times New Roman";
	font-weight: bold;
	text-align: left;
}
.cadre_hd {
	background: url(../images/cadre-hd.png) no-repeat;
	width: 22px;
	height: 32px;
}
.cadre_cg {
	background: url(../images/cadre-cg.png) repeat-y;
	background-color: #B0EED3;
	width: 22px;
}
.cadre_c {
	background-color: #B0EED3;
	text-align: left;
	padding-bottom: 1em;
}
.cadre_cd {
	background: url(../images/cadre-cd.png) repeat-y;
	background-color: #B0EED3;
	width: 22px;
}
.cadre_b {
	background: url(../images/cadre-b.png) repeat-x;
	height: 2px;
}

.petit_cadre {
	border-width: 0;
	float: right;
	margin: 10px 0px 0px 10px;
	font-family: "arial";
	font-weight: bold;
	text-align: left;
	color: #000;
	font-size: 8pt;
}

.cadre_recherche {
	border-width: 0;
	float: right;
	margin: 50px 10px 0px 10px;
	font-family: "arial";
	text-align: left;
	color: #000;
	font-size: 12pt;
}

.tete {
	border-width: 0;
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #003322;
	font-size: 16pt;
	font-family: "Garamond", "Adobe Garamond", "Times",  "Times New Roman";
	font-weight: bold;
}

.logo {
	border-width: 0;
	text-align: center;
	width: 100px;
}

.libelle {
	padding: 0px 50px 20px 20px;
	border-width: 0;
	text-align: left;
	vertical-align: top;
	color: #000;
	font-size: 12pt;
	font-family: "arial";
}

ul.sub {
 list-style-type: none;
 margin-left: 0em;
 padding-left: 0em;
}

ul.sub li {
 text-indent: -6em;
 margin-left: 6em;
 padding-left: 1em;
}

.email {
	text-align: center;
	color: #003322;
	font-size: 64px;
	font-family: "Garamond", "Adobe Garamond", "Times",  "Times New Roman";
	font-weight: bold;
}

/* Liens */

a.ext:link {
	color: #000FD6
}
a.ext:visited {
	color: #551A8B;
}
a.ext:hover {
	color: #22C690;
}
a.ext:active {
	color: #DD00CC;
}

a.local, a.local2 {
	text-decoration: none;
	border-bottom: 1px dotted #000FD6;
}
a.local:visited, a.local2:visited {
	color : #551A8B;
	border-bottom: 1px dotted #551A8B;
}
a.local:hover, a.local2:hover {
	color: #22C690;
	border-bottom: 1px dotted #22C690;
}
a.local:active, a.local2:active {
	color : #DD00CC;
	border-bottom: 1px dotted #DD00CC;
}

/* stats */

.stat {
	font-size: 9pt; text-align: center; margin-top: 2em;
	background-color: #AAA; color: #D6DDF4;
}
.stat th {
	background-color: #9367AF; padding: 1px 2px 1px 2px;
}
.stat td {
	background-color: #9367AF; padding: 1px 2px 1px 2px;
}
.stat th.rang {
	text-align: center; width: 50px;
}
.stat th.txt {
	font-size: 10pt; text-align: center; width: 170px;
}
.stat th.num {
	text-align: right; width: 40px;
	padding: 1px 5px 1px 5px;
}
.stat td.txt {
	text-align: left; background-color: #5AAF7E; color: #FFFFFF;
	padding: 1px 5px 1px 5px;
}
.stat td.num {
	text-align: right; background-color: #44845F; color: #FFFFFF;
	padding: 1px 5px 1px 5px;
}
.stat td.rang {
	text-align: center;
}
.stat_small {
	font-size: 9pt; font-style: italic;
}

/* IP */

.ip {
	font-size: 12pt; text-align: left; margin-top: 2em;
	background-color: #AAA; color: #D6DDF4;
}
.ip th {
	background-color: #9367AF; padding: 1px 2px 1px 2px;
}
.ip td {
	background-color: #9367AF; padding: 1px 2px 1px 2px;
}
.ip th.name {
	width: 120px;
}
.ip th.val {
	padding: 1px 22px 1px 5px;
}
.ip td.name {
	width: 120px;
	background-color: #5AAF7E; color: #FFFFFF;
	padding: 1px 5px 1px 5px;
}
.ip td.val {
	background-color: #44845F; color: #FFFFFF;
	padding: 1px 22px 1px 5px;
}
