/********************/
/* D�FINITIONS HTML */
/********************/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial,sans-serif;
	font-size: 13px;
}
table, tbody, tr, th, td {
	font-size: 1em;
	vertical-align: top;
}
a {
	color: #F70;
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
li {
	list-style: url(../images/li.gif);
	margin-left: 15px;
}
input {
	color: #555;
}
p,cite,code {
	padding-bottom: 1.2em;
}
ul {
	margin-left: 10px;
}
div#blocs ul {
	margin-left: 0;
}

p {
	text-align:justify;
}

p:first-letter {
	margin-left:10px;
	font-size:1.2em;
	text-decoration:bold;
}

code {


	white-space: pre;
	display:block;
	background-color:black;
	color:green;
	font-family:monospace;
	padding:1%;
	line-height:100%;
	border-style:ridge;
	overflow:scroll;
	max-height:300px;
	max-width: 600px;
}
q, cite, blockquote, .quote {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	border: 1px solid #94a3b3;
}
h1,h2,h3,h4,h5 {
	/*color: #06C;*/
	padding-top: 6px;
}
h1 {
	color:#F70;
        clear: both;
        text-decoration: none;
	font-size: 2.5em;
	margin-bottom: 4px;
}
h2 {
	color:#0089BF;
        clear: both;
        text-decoration: none;
	font-size: 2.1em;
	margin-bottom: 4px;
}
h3 {
	color:#F70;
        clear: both;
        text-decoration: none;
	font-size: 1.8em;
	margin-bottom: 4px;
}
h4 {
	color:#0089BF;
        clear: both;
        text-decoration: none;
	font-size: 1.5em;
	margin-bottom: 4px;
}
h5 {
	color:#F70;
        clear: both;
        text-decoration: none;
	font-size: 1.1em;
	margin-bottom: 4px;
}

h1 a {
	color: #0089BF;
}
h2 a {
	color: #0089BF;
}
h3 a {
	color: #0089BF;
}
h4 a {
	color: #0089BF;
}
h5 a {
	color: #0089BF;
}
h1 a:hover {
	color: #00c3fc;
	text-decoration: none;
	background-color: #DFE9F2;
}
h2 a:hover {
	color: #00c3fc;
	text-decoration: none;
	background-color: #DFE9F2;
}
h3 a:hover {
	color: #00c3fc;
	text-decoration: none;
	background-color: #DFE9F2;
}
h4 a:hover {
	color: #00c3fc;
	text-decoration: none;
	background-color: #DFE9F2;
}
h5 a:hover {
	color: #00c3fc;
	text-decoration: none;
	background-color: #DFE9F2;
}
/* misc */
.clearer {
	clear: both;
}
/*********************/
/* D�FINITIONS TH�ME */
/*********************/
div#header {
	background: #00c6fe url('../images/header.gif') repeat-x;
	background-position: bottom;
	height: 150px;
}
div#header div#title {
	float: left;
	height: 150px;
	background: url('../images/tux-vache006.png') no-repeat;
	padding-left:150px;
}
div#header div#title h1 {
	padding: 70px 0 0 10px;
	font-size: 2em;
}
div#header div#title h1 a {
	color: #fff;
}
div#header div#title h1 a:hover{
	color: #F70;
	background-color:inherit;
}
div#header div#title h1 a span {
	font-size: 0.7em;
	font-weight: normal;
}
div#header div#user {
	position: relative;
	top: 0;
	right: 0;
	padding: 3px 6px 0 0;
	color: #fff;
	text-align: right;
	font-weight: bold;
	height: 20px;
}
div#header div#user a {
	color: #FFF;
}
div#header div#user a {
	color: #FFF;
}
div#header div#user span {
	font-weight: normal;
}
div#header ul#navigation {
	position: relative;
	top: 80px;
	float: right;
	list-style-type: none;
}
div#header ul#navigation li {
	display: inline;
	margin: 0;
}
div#header ul#navigation li a {
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
div#header ul#navigation li a:hover {
	background: #4a91c3;
	text-decoration: none;
}
div#main {
	background: #fff url('../images/main.gif') no-repeat;
}
td#th-content {
	padding: 8px 6px 6px 40px;
}
td#blocs {
	padding: 3px 5px 3px 10px;
}
.footer {
	background: #0094D6 url(../images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1em;
	text-align: center;
	padding: 10px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
div.suite {
	text-align: right;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	padding-top: 3px;
	clear: both;
}
div.suite a {
	color: #0066cc;
}


/* Blocs */
div#blocs {
	width: 160px;
	background-color: #FFF;
}
div.bloc {
	margin: 0 0 10px 5px;
}
div.bloc a {
	color: #277dd4;
}
div.bloc a:hover {
	background-color: #DFE9F2;
        text-decoration: none;
}

/* News */
.content .descr {
	font-size: 0.9em;
	color: #C60;
	margin-bottom: 6px;
}
.content .descr a {
	color: #C60;
}
.sujet {
	float: right;
	margin-left: 10px;
}
div.article {
	text-align: justify;
}
div#box_article {
	display: none;
}
div#editorial {
	text-align: justify;
	padding: 5px;
	background-color: #eff7ff;
	border: 1px solid #0755a2;
	margin-bottom: 5px;
}
div#editorial h2 {
	padding-top: 0;
}
/********************/
/* D�FINITIONS NPDS */
/********************/
.BOXC, .HEADER, td.TITBOXC {
	padding: 4px;
	background-color: #C2D9F0;
	border: 1px solid #0051a1;
}
.HEADER {
	font-weight: bold;
	padding: 3px;
}
.HEADER * {
	vertical-align: middle;
}
.LIGNA {
	background-color: #EBF5FF;
}
.LIGNB {
	background-color: #DFE9F2;
}
.LIGNA a, .LIGNB a {
	color: #00386f;
}
.LIGNA td, .LIGNB td {
	padding: 2px;
}
.LIGNA *, .LIGNB * {
	vertical-align: middle;
}
A.ROUGE, A.ROUGE:VISITED, A.ROUGE:ACTIVE, A.ROUGE:HOVER {
	color: #cf0000;
	font-weight: bold;
}
input.TEXTBOX_STANDARD, input.textbox, input.INPUTA, textarea {
	border: 1px solid #afafaf;
	background-color: #FFF;
	padding: 2px;
}
input.BOUTON_STANDARD {
	border: 1px solid #afafaf;
	background-color: #eff7ff;
	padding: 2px;
	margin: 1px 0 1px 3px;
	font-weight: bold;
}
input.BOUTON_STANDARD:hover {
	background-color: #0053a3;
	color: #FFF;
}
select {
	padding: 0;
	border: 1px solid #afafaf;
	margin-bottom: 1px;
}
option {
	padding: 1px 2px 1px 3px;
	vertical-align: center;
}
a.newmsg {
	color: #FFD06B !important;
	font-weight: bold;
	text-decoration: blink;
}

/* Chat */
body#chat {
	background-color: #FFF;
	background-image: url(../images/chat.gif);
	background-repeat: repeat-y;
}
body#chat div.TEXTBOX_STANDARD {
	border-bottom: 1px solid #ddd;
	clear: both;
}
div.chatHeure, div.chatNom {
	float: left;
	padding: 1px;
}
div.chatHeure {
	color: #afafaf;
	font-size: 0.8em;
	padding-top: 0.2em;
	width: 60px;
}
div.chatNom {
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-right: 3px;
	padding-right: 3px;
	width: 80px;
}
div.chatTexte {
	margin-left: 152px;
}
hr {
	border: 0;
	border-bottom: 1px solid #0051a1;
	margin-bottom: 3px;
}
div.titboxcont {
	margin-top: -1em;
	text-weight: bold;
}
table, tbody, tr, td, tr.LIGNA td, tr.LIGNB td{
	font-size: 1em;
	vertical-align: top;
	border-collapse: separate;
	border-spacing: 1px;
}
span.titrea {
	font-size: 1.4em;
	font-weight: bold;
}
