body
{
	font-family:  Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight : normal;
	color : #000000;
}

.hideOnPrint {
	display: none;
	font-size: 12px;
	font-weight : normal;
}

.showOnPrint {
	display: block;
}

h1
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 15px;
	font-weight : normal;
	color : #7E6628;
}
.h1
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 15px;
	font-weight : normal;
	color : #7E6628;
}
#col1 h1 {
	color : #666666;
}


h2
{
	font-family:  Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight : bold;
	color : #565658;
	margin-bottom:2px;
}
.h2
{
	font-family:  Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight : bold;
	color : #565658;
	margin-bottom:2px;
}
#col1 h1 {
	color : #666666;
}

h3
{
	font-family:  Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight : normal;
	color : #666666;
}
.h3
{
	font-family:  Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight : normal;
	color : #666666;
}

.headline
{
	font-family:  "Times New Roman", "Trebuchet MS", Times, serif;
	font-size: 35px;
	font-weight : normal;
	color : #991C1A;
	line-height:34px;
}

a{
	color : #1E82C0;
}
a:hover {
	color : #666666;
}


a.menu {
	font-family:  Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight : normal;
	color : #565658;
	text-decoration:none;
}

a:hover.menu {
	color : #1E82C0;
}

a.nouvelle {
	text-decoration:none;
}

a:hover.nouvelle {
	font-weight : bold;
}

.input
{
	BACKGROUND-COLOR: #ffffff;
	BORDER-BOTTOM: #8C8C8E 1px solid;
	BORDER-LEFT: #8C8C8E 1px solid;
	BORDER-RIGHT: #8C8C8E 1px solid;
	BORDER-TOP: #8C8C8E 1px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 11px;
	height:14px;
}

textarea
{
	BACKGROUND-COLOR: #ffffff;
	BORDER-BOTTOM: #FFF75A 1px solid;
	BORDER-LEFT: #FFF75A 1px solid;
	BORDER-RIGHT: #FFF75A 1px solid;
	BORDER-TOP: #FFF75A 1px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 11px;
}

.radio
{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #FFFFFF;
	BORDER:0px;
}

.submit
{
	BACKGROUND-COLOR: #8C8C8E;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 12px;
	BORDER:0px;
	height:18px;
}

.menuBox
{
	border-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
/* div, h1, td */

div, h1  {
	border-style: dotted;
    border-width: 0px;
    border-color: orange;
}

#main{
	position:relative;
	width:800px;
	padding:0;
}


#col1, #col2{
	/*margin:0px;
	padding:5px;
	padding-top:10px;*/
}

#col1 {
	margin:0;
	padding:0;
	float:left;
	width:184px;
	background-color:White;
}

#col2 {
	margin:0;
	padding:0;
	margin-left: 194px;
	margin-right: 286px;
	width:304px;
	background-color:White;
	word-wrap:  break-word;
}

#col3 {
	margin:0;
	padding:0;
	float:right;
	width:286px;
}

#col4 {
	margin:0;
	padding:0;
	border: 0px solid;
	float:left;
	width:530px;
}
