/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.lien{cursor:pointer;}

.petit{font-size:10px;}
.grand{font-size:24px;}

.gras{font-weight: bold;}
.italic{font-style: italic;}

.noir{color: black;}
.blanc{color: white;}

.couleur1{color: #B63700;} /*marron*/
.couleur2{color: #007CB6;} /*bleu*/
.couleur3{color: #4CBC0B;} /*jaune*/
.couleur4{color: #006DC1;} /*bleu*/
.couleur5{color: #E6FF0D;} /*vert fluo*/

.fond-couleur1{background-color: #B63700 !important;color:white;}
.fond-couleur2{background-color: #007CB6 !important;color:white;}
.fond-couleur3{background-color: #4CBC0B !important;color:white;}
.fond-couleur4{background-color: #006DC1 !important;color:white;}

.bouton-couleur1{background-color: #B63700 !important;color:white;background: url(graphics/bouton.png) #007cb6 right center no-repeat;}
.bouton-couleur2{background-color: #007CB6 !important;color:white;background: url(graphics/bouton.png) #007cb6 right center no-repeat;}
.bouton-couleur3{background-color: #4CBC0B !important;color:white;background: url(graphics/bouton.png) #007cb6 right center no-repeat;}
.bouton-couleur4{background-color: #006DC1 !important;color:white;background: url(graphics/bouton.png) #007cb6 right center no-repeat;}
.bouton-couleur1-selected{background-color: #B63700 !important;color:white;background: url(graphics/bouton.png) #007cb6 right center no-repeat;}
.bouton-couleur2-selected{background-color: #007CB6 !important;color:white;background: url(graphics/bouton.png) #007cb6 right center no-repeat;}
.bouton-couleur3-selected{background-color: #4CBC0B !important;color:white;background: url(graphics/bouton.png) #007cb6 right center no-repeat;}
.bouton-couleur4-selected{background-color: #006DC1 !important;color:white;background: url(graphics/bouton.png) #007cb6 right center no-repeat;}

body {
	font: normal 75%/1.5em Arial, sans-serif;
	letter-spacing:0.25pt;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #007CB6;
}
a:hover {
	background: inherit;
	color: #996200;
}
/* headers */
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

/* images */
img {
	border: 2px solid white;
}
img.noborder {
	border: 0;
}

img.float-right {
	margin: 5px 0px 5px 10px;
}
img.float-left {
	margin: 5px 10px 5px 0px;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	/* white-space: pre; */
	background: #F0F0F0;
	border: 1px solid #f2f2f2;
}

acronym.acronym{
	cursor: help;
	position: relative;
	text-decoration: none;
	border-bottom: 1px gray dotted;
}
span.hidden {
	display: none;
}
span.break {
	display: none;
	clear: left;
}
span.acronym {
	display: none;
	background: #ffffc0;
}
span.acronym b {
	background: #ffffc0;
	float:left;
	width:350px;
	padding:10px;
	padding-bottom:0;
}
span.definition {
	float:left;
	width:350px;
	padding:10px;
	font-size:10px;
	font: 100 80%/1.25em  Arial, sans-serif;
	font-size:10px;
	color:#333;
}
span.definition p{
	margin:0 !important;
}
span.definition ul,span.definition p{
	margin:8px 0 !important;
}
acronym.acronym:hover {
	background: none;
	z-index: 500;
}
acronym.acronym:hover span.acronym {
	display: inline;
	position: absolute;
	top:14px;
	left:0px;
	background: #ffffc0;
	padding: 2px;
	border: 1px #E0E0E0 dotted;
}

/* blockquote */
blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px solid #f2f2f2;
	color:#222222;
	background-color: #ffffc0;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2;
	background-color: #f9f9f9;
}
label {
	display:block;
	font-weight:bold;
	margin:0px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Arial, sans-serif;

	color:#000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000;
}
input.button {
	margin: 0;
	font: bolder 12px Arial, sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	background: #FFF;
	color: #000;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
	width: 1024px;
	background: url(gemas_header.png) #ffffdd center -30px no-repeat;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	width: 1000px;
	margin: 0 0 0 30px;
	padding: 0;
}
/* header */
#header {
	position: relative;
	width: 1000px;
	height: 170px;
	font-size: 14px;
}
#header h1#logo {
	position: absolute;
	font: bold 42px Arial, sans-serif;
	letter-spacing: -2px;
	text-transform: none;
	color:white;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left: 100px;
}
#header #searchform {
	float: right;
	padding: 45px 40px 0 0;
	display: inline;
}
.breadcrumbs {clear:both;float:right;text-align:right;margin-top:115px;}
.breadcrumbs ul {list-style:none;}
.breadcrumbs li {display:inline;padding:0 0 0 6px; font-size:90%;}
.breadcrumbs ul a {color:white !important; text-decoration:none;}
.breadcrumbs ul a:hover {color:rgb(42,90,138); text-decoration:underline;}

/*** Left column ***/

#leftcolumn {
	float: left;
	margin:10px;
	width: 180px;
	font: bolder 12px/26px Arial, sans-serif;
	line-height:normal;
	/*background: transparent url(menu-background.png);*/
}
#leftcolumn dl.sidemenu dt {font-size:120%;background: #B63700 url(menu-background.png) no-repeat top center;color:white;padding:8px;}
#leftcolumn dl.sidemenu dt a {color:white;display:block;background:transparent;}
#leftcolumn dl.sidemenu dt#current.selected a {color:#000;}

#leftcolumn ul,dl { margin: 0; padding: 0;width:180px;}
#leftcolumn ul li {
	list-style: none;
}
#leftcolumn ul li a {
	display: block;
	text-decoration: none;
	background: inherit;
	color: #B63700;
	padding:8px 8px;
}
#leftcolumn ul li a:hover {
	color: #333;
}
#leftcolumn ul li#current a {
	background: #E0E0E0;
	color: #000;
}

#leftcolumn ul li {width:180px;}
#leftcolumn ul li ul {border: none;z-index:950;width:180px;}
#leftcolumn ul li ul li {width:180px;height:23px !important;height:auto;h\eight:16px;margin-bottom:-1px;}
#leftcolumn ul li ul li a {width:180px;height:16px;}

#leftcolumn ul li:hover {color:#333;} /*Sylvain IE hack*/
#leftcolumn ul li:hover a {background-color:rgb(210,210,210);color: #333; text-decoration:none;} /*Color main cells hovering mode*/
#leftcolumn ul li:hover ul {display:block; }
#leftcolumn ul li:hover ul li a {white-space:normal; display:block; font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
#leftcolumn ul li:hover ul li:hover a {text-decoration:underline;} /*Color subcells hovering mode*/
#leftcolumn ul li:hover ul li:hover {background-color:rgb(210,210,210);} /*Color subcells hovering mode*/

#leftcolumn ul li#selected a {
	margin-left: 10px;
	padding-left:20px;
	background: #F0F0F0 url(/engine/images/silk/bullet_orange.png) left center no-repeat;
	color: #000;
}

#leftcolumn ul li#normal a {
	margin-left: 10px;
	padding-left:20px;
	background: #F0F0F0 url(/engine/images/silk/bullet_orange.png) left center no-repeat;
}
#leftcolumn ul li ul li#normal a {
	font-weight:bold;width:180px;
}

/* Main */
#main {
	float: left;
	width: 575px;
	margin: 10px;
	padding:0 10px 10px 0;
	color: #333;
	text-align: justify;
}
#logos {
	clear:both;
}

#main h1,h2,h3 {
	padding: 3px 0 8px 0px;
}
#main h1,#main hr {
	border:none;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 18px 0;
	color: #B63700;
}
#main h2,h3 {
	margin: 12px 0 0 0;
}
#main h2{
	color: #006DC1;
}
#main h3{
	color: #4CBC0B;
}
#main p {margin: 0 0 18px 0;}
#main table {margin-left:10px;}
#main ul {margin:-8px 0 16px 0;padding:0;}
#main li {margin-bottom:4px;}
#main blockquote ul {margin:8px 0 16px 0;padding:0;}

/* rightcolumn */
#rightcolumn {
	position:absolute;
	top:0px;
	left:800px;
	z-index:100;
	float: right;
	margin: 10px 10px 10px 10px;
	width: 175px;
	display: block;
}

#rightcolumn h1 {
	padding: 7px 0 6px 0;
	font: bold 120% Arial, sans-serif;
	color: #888;
	border-bottom: 1px solid #CCCCCC;
}
#rightcolumn ul {
	margin:0;
}

#rightcolumn p {
	padding-top:3px;
	padding-bottom:3px;
}

#flashnews{
	position:relative;
	overflow:hidden;
	text-align:left;
	margin:auto;
	height:400px;
	border:1px solid #fff;
	line-height: 1.15em;
}
#flashnews_content{font-size:80%;margin:0;padding:0;}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Arial, sans-serif;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	padding-top:20px;
	width: 1024px;
	background: none;
	/*background: url(footer.png) no-repeat 0px top;*/
}

#footer a { text-decoration: none; color: #555; }
#footer a:hover { color: #996800; }

.post-footer {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2;
	background-color: #143562;
	padding: 5px; margin: 20px 10px 0 10px;
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }

.align-left  { text-align: left; !important; }
.align-center { text-align:center !important; }
.align-right { text-align: right; !important; }

.align-top {vertical-align:top !important;}
.align-middle { vertical-align:middle !important; }
.align-bottom {vertical-align:bottom !important;}

/* additional classes */
.clear { clear: both; }

.center { width:auto; text-align:center;}

.fullwidth {width:700px;z-index:1;}
.box {border:2px solid #a0a0a0;padding-left:1.5em;padding-right:1.5em;font-size:90%;}
.no-border {border:0 !important ;margin:0 !important;clear:both !important;float:none !important;margin:0;padding:0;}

.bouton {
	border: 1px solid #ccc;
}

.file{
	border: 1px solid #ccc;
	background-color: #EFEFEF;
	width: 30em;
}

.textareaStyle {
	height: 300px;
	width: 680px;
	border: 1px solid #ccc;
	background-color: #EFEFEF;
	text-align:left;
	font-family:monospace;
	font-size:12px;
}
#toolbar {
	position:relative;
	top:-1em;
	width: 680px;
	background:#ccc;
	height:28px;
	padding:0 4px;
}
#toolbar img {
	border:1px solid white !important;
}
#toolbar img:hover {
	border:1px solid gray !important;
}
table.border {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	/*background-color: white;*/
}
table.border th, table.border td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	/*background-color: white;*/
	-moz-border-radius: 0px 0px 0px 0px;
}
.inputTextStyle {
	width: 30em;
	border: 1px solid #ccc;
	background-color: #EFEFEF;
}

.inputTextDateStyle {
	width: 65px;
	border: 1px solid #ccc;
	background-color: #EFEFEF;
}

fieldset {
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	padding: 0em 1em 1em;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	background: transparent;
}

table.data {
	border: 1px solid #3D88AE;
	border-collapse: collapse;
	width: 98%;
	margin: 0;
	font-family: Arial, sans-serif;
}

.tdPair,.even {
	background-color: #EFEFEF !important;
	color:#000000; text-decoration:none; font-size: 11px;
	vertical-align: top;
	padding-top: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;

}

.tdImpair,.odd {
	background-color: #DEE3E7 !important;
	color:#000000; text-decoration:none; font-size: 11px;
	vertical-align: top;
	padding-top: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.tdImpair:hover,.tdPair:hover {background-color: #fff !important;}

.expand {
	background: #FAFAFA url(http://www.beneva.fr/engine/images/silk/bullet_arrow_down.png) no-repeat left center;
	padding:0 4px;
}
.collapse {
	background: #FAFAFA url(http://www.beneva.fr/engine/images/silk/bullet_arrow_up.png) no-repeat left center;
	padding:0 4px;
}

.disc{
	list-style-type:disc;
	margin-left: 25px;
}
.circle{
	list-style-type:circle;
	margin-left: 50px;
	text-align: left;
}



@media print {
	#rightcolumn {display: none;height:0;width:0;margin:0;padding:0;}
	#leftcolumn {display: none;height:0;width:0;margin:0;padding:0;}
	#menu {display: none;height:0;width:0;margin:0;padding:0;}
	#header {display: none;height:0;width:0;margin:0;padding:0;}
	#footer {display: none;height:0;width:0;margin:0;padding:0;}
	#logos {display: none;height:0;width:0;margin:0;padding:0;}
	#content-wrap,#wrap,#main {width: auto;margin:0;padding:0;}
	#content-wrap {position:static;}
	#main h1 {font-size:160%;padding:0;background: none;}
	#main h2 {font-size:130%;border-top:1px solid gray;border-bottom:1px solid gray;}
	#main h3 {font-size:110%;}
}