/* @group Body */

body {
/*	font: 12px/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; */
	font:75% Verdana, "Bitstream Vera Sans", sans-serif;
	margin: 0;
}

/* @end */
/* @group Header */

#header_wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: url(../images/Header_bg.gif) top left repeat-x;
}

#header_wrapper_gris  { 
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: url(../images/Header_bg_gris.gif) top left repeat-x;
}

#header_wrapper_bleu  { 
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: url(../images/Header_bg_bleu.gif) top left repeat-x;
}
#header_wrapper_rouge { 
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: url(../images/Header_bg_rouge.gif) top left repeat-x;
}
#header_wrapper_noir {
		position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: url(../images/Header_bg_noir.gif) top left repeat-x;
}
#header_wrapper_vert {
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: url(../images/Header_bg_vert.gif) top left repeat-x;
}

#header {
	margin: 17px auto 0px auto;
	position: relative;
	width: 800px;
}

.logo { float: left; }

.pdf {
	padding: 1px 10px 2px 40px;
	margin: 0;
	background: url(../images/pdf.gif) no-repeat 18px;
}

/* @end */
/* @group Page */

#page {
	clear: both;
	margin: 8em auto 0 auto;
	width: 800px;
}

.left {
	float: left;
	margin: 5px;
}

.center { text-align: center; }
.warning { color: red; }
img { border: 0px; }

a.link {
	color: #4564CA;
	text-decoration: none;
	border-bottom: 1px dotted #96BDFF;
}

a.picSize {
	font-size: 0.75em;
}

a.linkHide {
	color: #4564CA;
	text-decoration: none;
}

/* @end */
/* @group Main */

#main {
	float: left;
	width: 590px;
}

#main span.right {
	float: right;
	margin-top: -19px;
}

#main h1 {
	color: black;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 10px;
}

#main h2 {
	color: #335D92;
	margin: 20px 20px 10px;
	font-size: 1.2em;
	font-weight: normal;
}

#main h3 {
	color: navy;
	border-bottom: 1px solid navy;
	font: bold 1.0em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-bottom: 2px;
	clear: both;
}

#main h3 right {
	float: right;
	margin-top: -14px;
}

#main h4 {
	font: 11px/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
	margin: 0px 0px 10px 30px;
	color: #7F7F7F;
}

/* @end */
/* @group Sidebar */

#side {
	float: left;
	width: 200px;
	color: #5B5B5B;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	margin-right: 8px;
}

#side h2 {
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 12px 10px 5px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
}

#side h3 {
	font: italic 1em Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 3px 10px 5px;
	clear: both;
	text-align: right;
	text-transform: none;
	border: none;
}

#side p {
	margin: 3px 10px 6px;
	padding: 0px;
	text-align: left;
}

#side a {
	border: none;
	text-align: left;
}

#side .separated {
	border-top: 1px solid #DDD;
	padding-top: 13px;
}

/* @end */
/* @group Sidebar Action */

#side a.go {
	display: block;
	text-decoration: none;
	color: #5B5B5B;
	padding: 1px 10px 2px 27px;
	margin: 0px;
}

#side a.go.done  { background: url(../images/Done16.gif) no-repeat 18px; padding-left: 40px; }
#side a.go.done:hover  {background: silver url(../images/Done16.gif) no-repeat 18px; }
#side a.go.done:active {background: #000000 url(../images/Done16.gif) no-repeat 18px; }

#side a.go.arrow { background: url(../images/GoArrow.gif) no-repeat 20px 50%; padding-left: 40px; }
#side a.go.arrow:hover  {background: silver url(../images/GoArrow.gif) no-repeat -180px 50%;}
#side a.go.arrow:active {background: #000000 url(../images/GoArrow.gif) -380px 50% no-repeat;}

#side a.go.black { background: url(../images/black.gif) no-repeat 20px 50%; padding-left: 40px; }
#side a.go.black:hover  {background: silver url(../images/black.gif) no-repeat 20px;}
#side a.go.black:active {background: #000000 url(../images/black.gif) 20px no-repeat;}

#side a.go.gris { background: url(../images/gris.gif) no-repeat 20px 50%; padding-left: 40px; }
#side a.go.gris:hover  {background: silver url(../images/gris.gif) no-repeat 20px;}
#side a.go.gris:active {background: #000000 url(../images/gris.gif) 20px no-repeat;}

#side a.go.blue { background: url(../images/blue.gif) no-repeat 20px 50%; padding-left: 40px; }
#side a.go.blue:hover  {background: silver url(../images/blue.gif) no-repeat 20px;}
#side a.go.blue:active {background: #000000 url(../images/blue.gif) 20px no-repeat;}

#side a.go.green { background: url(../images/green.gif) no-repeat 20px 50%; padding-left: 40px; }
#side a.go.green:hover  {background: silver url(../images/green.gif) no-repeat 20px;}
#side a.go.green:active {background: #000000 url(../images/green.gif) 20px no-repeat;}

#side a.go.red { background: url(../images/red.gif) no-repeat 20px 50%; padding-left: 40px; }
#side a.go.red:hover  {background: silver url(../images/red.gif) no-repeat 20px;}
#side a.go.red:active {background: #000000 url(../images/red.gif) 20px no-repeat;}

#side a.go.none {
	color: silver;
	background: url(../images/GoArrow.gif) no-repeat 20px 50%;
	padding-left: 40px;
}

/* @end */
