*{
margin: 0;
padding: 0;
}

body
{
	color: black;
	background-color: #006600;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 3%;
	margin-right: 3%;
	background-image: url(Images/holly1r.gif);
	background-repeat: repeat-y;
}

A
{
	color: #ff0000;
	text-decoration: none;
}

A:hover
{
	color: #0000ff;
	text-decoration: underline;
}

p A
{
	color: #000000;
}

p A:hover
{
	text-decoration: underlined; 
	background-color: #006600;
	color: #ffffff;
}

IMG { border: 0px; }

H3, H2, H4
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	margin-top: 2px;
}

div#logodiv, div#actions, div.online_container
{
	position: relative;
	background-color: #FFFFFF;
	min-height: 136px;
	width: 100%;
	margin-top: 1.3em;
}

div#logodiv
{
	background-image: url(Images/couronnenoel2.gif);
	background-repeat: no-repeat;
}

div#actions
{
	background-color: #006600;
}

div#actions A
{
	color: #ffffff;
	text-decoration: none;
}

div#actions A:hover
{
	color: #ffffff;
	background-color : #ff0000;
	text-decoration: underlined;
}

div.online_container
{
	background-color: #44dd44;
	color: black;
}

div#site_header
{
	width: 100%;
	height: 1.3em;
	position: absolute;
	background-color: #ff0000;
	color: black;
	float: left;
	display: inline;
	background-image: url(Images/corner_sitename2.gif);
	background-repeat: no-repeat;
	margin-left: -187px;
	z-index: 100;
}

div#site_footer
{
	width: 100%;
	/*position: relative;*/
	position: absolute;
	background-color: #ff0000;
	color: #000000;
	float: left;
	font-size: small;
	bottom: 0;
	margin-bottom: -1em;
	margin-left: -187px;
	margin-right: -187px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#left, div#center, div#right
{
	display: inline;
	position: relative;
	min-height: 1px;
	height: auto;
	background-color: #33ccff;
	background-image: url(Images/snowflake8.gif);
	color: black;
}

div#left
{
	float: left;
	margin-left: -187px;
	width: 187px;
}

div#center
{
	float: left;
	padding-left: 187px;
	padding-right: 187px;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

div#right
{
	width: 187px;
	float: right;
	margin-right: -187px;
}

div#sitename
{
	float: left;
	width: 100%;
	margin-left: 22px;
	position: absolute;
}

div#welcome
{
	float: right;
	position: absolute;
	text-align: right;
	background-color: #ff0000;
	height: 100%;
	left: 100%;
	padding-right: 10px;
	padding-left: 8px;
	min-width: 169px;
	color: black;
	margin-left: -187px;
}

H4 { margin-left: 13px; }

div.support
{
	margin: 12px;
	position: relative;
	height: auto;
	color: #000000;
}

div.support_header
{
	background-color: #006600;
	color: #ffffff;
	background-image: url(Images/corner_div_support_header2.gif);
	background-repeat: no-repeat;
}

div.support_header A
{
	color: #33ccff;
	text-decoration: none;
}

div.support_header A:hover
{
	color: #33ccff;
	text-decoration: underline;
}

div.support_content
{
	border-left: 1px #006600 solid;
	border-right: 1px #006600 solid;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: #000000;
	background-color:#ffffff;
}

div.support_content A
{
	color: #000000;
	text-decoration: none;
}

div.support_content A:hover
{
	color: #000000;
	text-decoration: underline;
}

div.support_footer
{
	border-top: 1px #006600 solid;
}

div.support_footer A
{
	color: #ffffff;
	text-decoration: none;
}

div.support_footer A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div.main, div.comment
{
	margin: 1em;
	margin-top: 2em;
	background-color: #44dd44;
	position: relative;
}

div.main_header
{
	position: relative;
	background-color: #006600;
	background-image: url(Images/corner_blog11.gif);
	background-repeat: no-repeat;
	color: #ff0000;
	margin-left: -15px;
	min-height: 28px;
}

div.main_header H1
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: large;
	margin-left: 105px;
}

div.main_content, div.comment_content
{
	position: relative;
	border-left: 2px solid #006600;
	border-right: 2px solid #006600;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

div.main_content A
{
	color: #33ccff;
}

div.main_subheader A
{
	color:#33ccff;
}

div.main_subheader A:hover
{
	color:#33ccff;
	text-decoration: underlined;
}

div.main_footer, div.main_subheader, div.comment_header
{
	position: relative;
	background-color: #006600;
	color: #ffffff;
	font-weight: bold;
	padding-left: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.main_footer
{ 
	padding-right: 1em;
}

div.comment_header 
{
	padding-left: 2px;
}

div.comment_content 
{
	border-bottom: 2px solid #006600;
}

p
{
	margin: 0.5em;
}

ul.supportlist
{
	margin: 0;
	margin-top: -2px;
	list-style-type: none;
	width: 100%;
	color: #000000;
}

ul.supportlist li
{
	border-top: 1px #006600 solid;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 2px;
	padding-left: 5px;
	display: list-item;
	background-color: transparent;
	color: #000000;
}

img.imgCat
{
	padding: 0.5em;
	float: right;
}

ul, ol
{
	margin: 0.5em;
	margin-left: 2em;
}

ul.logo
{
	float: left;
	list-style-image: url(Images/Puce2.gif);
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 40%;
	position: relative;
	min-width: 100px;
	background-color: #006600;
	color: #ffffff;
}

ul.logo li
{
	color: #ffffff;
	display: list-item;
	margin: 0.5em;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	margin-left: 2em;
	padding-left: 0.5em;
	background-color: #006600;
	min-width: 100px;
}

div.online_userlist_header
{
	display: inline;
	float: left;
	background-color: #44dd44;
	color: black;
	background-image: url(Images/online_userlist_header2.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 8px;
	/*padding-left: 8px;*/
	width: 139px;
	background-position: 1px +5px;
}

div.online_userlist
{
	color: black;
	background-color: #ffffff;
	display: inline;
	float: left;
	margin-left: 25px;
	margin-top: auto;
	margin-bottom: auto;
	width: 137px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding-top: 2px;
}

div.online_userlist_header_text
{
	margin-top: 5px;
	padding-left: 2px;
	font-size: smaller;
	color: black;
	background-color: #006600;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-top:1px #000000 solid;
	font-weight: bold;
}

div#errorMessage img
{
	float: left;
	margin: 1em;
}

div#errorMessage
{
	background-color: #CCCCCC;
	color: black;
	font-size: x-large;
	width: 400px;
	border: 4px solid red;
	margin: auto;
	margin-bottom: 1em;
}

div#errorMessage input
{
	margin: auto;
	margin-bottom: 1em;
}

div#errorMessage p { font-size: medium; }

img.commentaire
{
	top: inherit;
	height: inherit;
	float: right;
	position: relative;
	display: inline;
	left: 1px;
	text-align: right;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

label
{
	text-align: right;
	width: 20%;
	float:left;
	padding: 0.2em;
	margin: 0;
	margin-top: 0.3em;
}

input, select { margin: 3px; }

textarea
{
	margin-left: 4%;
	margin-right: 4%;
	width: 90%;
	height: 20em;
}

.hidden
{
	visibility: hidden;
}

span.small { font-size: 75%; }

.centered
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

div.desc
{
	text-align: right;
	width: 9.5em;
	margin-right: 0.5em;
	position: relative;
	float: left;
}

div.champs
{
	text-align: left;
	width: 100%;
	position: relative;
}

.red
{
	font-style: normal;
	color: red;
}

.yellow
{
	font-style: normal;
	color: yellow;
}

.green
{
	font-style: normal;
	color: green;
}

.blue
{
	font-style: normal;
	color: blue;
}

.orange
{
	font-style: normal;
	color: #F88017;
}

pre br { display: none; }

blockquote
{
	border-top: 2px solid #44dd44;
	border-bottom: 2px solid #44dd44;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
}

H3 a { color: black; }
/*H3 a:visited { color: black; }*/

span.rightaligned
{
	float: right;
	text-align: right;
	display: inline;
	position: relative;
	margin-left: 50%;
	bottom: 1.15em;
}

div.maintable
{
	margin: 12px;
	position: relative;
	display: inline;
	float: left;
}

div.maintable_header
{
	color: black;
	background-color: #44dd44;
	width: 252px;
}

div.maintable_content
{
	border-left: 1px #44dd44 solid;
	border-right: 1px #44dd44 solid;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	width: 250px;
}

div.maintable_footer { 
	border-top: 1px #44dd44 solid;
	width: 252px;
}

ul.maintablelist
{
	margin: 0;
	margin-top: -2px;
	list-style-type: none;
	width: inherit;
}

ul.maintablelist li
{
	border-top: 1px #44dd44 solid;
	margin-top: -1px;
	margin-bottom: -1px;
	display: list-item;
	background-color: white;
	width: 245px;
	padding-left: 5px;
}

table{
margin: 0.1em;
margin-left: auto;
margin-right: auto;
background-color: #ff0000;
}

td, td.header, td.td_focus{
margin: 0;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.1em;
padding-bottom: 0.1em;
background-color: white;
}

td.header{
background-color: #44dd44;
}

td.header_focus{
background-color: #24bd24;
}

td.td_focus{
background-color: #E0E0E0;
}

div#cont_Bouttons{
float: left;
position: relative;
bottom: 0px;
margin-top: 1em;
margin-bottom: 3em;
margin-left: 4%;
margin-right: 4%;
background-color: transparent;
width: 92%;
z-index: 50;
}

div#emoComplet, div#emoBase{
float: left;
position: relative;
width: 44%;
z-index: 100;
}

div#bouttons{
position: relative;
float: right;
text-align: right;
width: 54%;
z-index: 100;
}

div#montreMoins, div#montrePlus{
margin-top: 1em;
float: left;
position: relative;
z-index: 150;
}

div#spacer {
	display: none;
}

label.text
{
        text-align: right;
        width: 40%;
        padding-right: 6px;
        float:left;
        margin: 0;
        padding: 0;
}

