/*************************/
/* Style général du site */
/*************************/
/* Couleurs */
/*
	antiquewhite : #FAEBD7
	bisque		: #FFE4C4
	black		: #000000
	darkorange	: #FF8C00
	forestgreen : #228B22
	orange		: #FFA500
	saddlebrown	: #8B4513
	sandybrown	: #F4A460
	white		: #FFFFFF

*/
/* Général */
body {
	background-color: #FFFFFF;
	font-family: Verdana;
}
p {
	margin:0;
	text-align:justify;
	font-family: Verdana;
}
img {
	border:0;
	vertical-align:middle;
}
ul {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 0.7em;
	width: 100%; /* précision pour Opera */
}
a:link,a:visited,a:active {
	text-decoration:none;
	color : #228B22; /* Vert */
	font-family: verdana
}
a:hover {
	text-decoration:underline;
	color:#FFA500 /* orange */
}
hr {
	color:#FFA500
}

/* Texte général */
.texte-grand { font-size : 1.2em; }
.texte-normal { font-size : 1em; }
.texte-moyen { font-size : 0.8em; }
.texte-petit { font-size : 0.6em; }
.texte-normal,.texte-moyen,.texte-petit { color : #000000; }
a.texte-normal,a.texte-moyen,a.texte-petit { color: saddlebrown; text-decoration: none; }
a.texte-normal:hover,a.texte-moyen:hover,a.texte-petit:hover { color: #DD6900; text-decoration: underline; }

/*****************/
/* Style tableau */
/*****************/
/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #FF8C00 solid; }

td {
	font-family: Verdana;
	font-size: 0.8em;
}
/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFEEE; }
td.row2	{ background-color: #FFE1BC; }

/* Header cells */
th	{
	color: #FFFFFF; font-size: 0.9em; font-weight: bold;
	background-color: #228B22;
	font-family: Verdana;
}
th.thHead {
	border: white; border-style: solid; height: 1em; text-align:center
}
th.thHead { border-width: 0.1em 0.1em 0em 0.1em }

/**************/
/* Formulaire */
/**************/
input,textarea, select {
	color : #000000;
	font: normal 0.8em Verdana;
	border: 1px #F4A460 solid;
}
/* The text input fields background colour */
input.post, textarea.post, select {
	font-family: Verdana;
	font-size: 0.8em;
	color:#000000;
	background-color: #FFFFFF;
	border: 1px #F4A460 solid
}
input { 
	font-family: Verdana;
	text-indent : 0.2ex; 
	font-size: 1em;
}

select {
	background-color : #FFFFFF;
    font-family: Verdana;
}
/* The main submit button option */
/* Effets */
input.i_focus,select.i_focus {
	background-color: #FFE4C4;
	border: 1px #FF8C00 solid;
	color:#228B22;
	font-family: Verdana;
	cursor: hand
}
input.i_focus_defaut {
	background-color: #FFE4C4;
	border: 1px #FF8C00 solid;
	color:#228B22;
	font-weight:bold;
	cursor: hand
}
input.i_text,select.i_text {
	background-color: #FFFFFF;
	border: 1px #FFA500 solid;
	color:#000000;
}
input.i_bouton {
	background-color: #FFFFFF;
	border: 1px #F4A460 solid;
	color:#FFA500;
	cursor:hand;
}
input.i_bouton_defaut {
	background-color: #FFFFFF;
	border: 1px #F4A460 solid;
	color:#FFA500;
	font-weight:bold;
	cursor:hand;
}
/* Corps de la page */
div#page {
	width:100%;
	font-family: Verdana;
	padding-left:0;
	text-align:justify;
	background-color:#FFFFFF;
}

div#page_reduite {
	width:240px;
	font-family: Verdana;
	padding-left:0;
	text-align:justify;
	background-color:#FFFFFF;
}

.warning {
	font-size : 7pt;
	text-align: justify;
	background: url(../forum/templates/cobra/images/warning.png) no-repeat 5px center;
	float:left;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:35px;
	padding-right:5px;
}

