html { /* Force Vertical Scrollbar */ /* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}
.ContainFloat{
	overflow:auto;
	width:100%;
	clear: both;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* Resets 1em to 10px */
	color: #444;
	background: url(../images/fond.png) #FFFFFF repeat-x fixed;
	text-align: center;
}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;

}

.columns-two #page {
	width: 890px;
}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	background: #E2E2E2;
}

.TopLogo {
	margin-left: 10px;
}

.content {
	padding-bottom:200px;
	background:url(../images/filigranne.png) bottom right no-repeat;
}

#primary {
	position: relative;
	float: left;
	width: 640px;
	padding: 10px;
}

* html #primary {
	display: inline;
}

.columns-two #sidebar-main {
	width: 200px;
	padding: 7px 10px 10px;
	background:url(../images/sidebar_BG_top.png) top repeat-x #f5f5f5;
}

.secondary {
	float: left;
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	position: relative;
}



/*- Main Menu in Header */
.TopMenu {
	background: url(../images/menu_bg.png) bottom repeat-x;
	position: relative;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: inline;
	margin: 0;
}

ul.menu,ul.menu li a {
	padding: 5px 15px 6px;
}

ul.menu li a {
	font-size: 1.5em;
	color: #333333;
	margin: 0;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

ul.menu li a:hover {
	background: #333333;
	color: #eeeeee !important;
	text-decoration: none;
}

ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover {
	color: #333333 !important;
	background: white;
	text-decoration: none;
	border: 1px solid #DFDED8;
	border-bottom: 0;
}

/*- Headings */
h1,h2,h3,h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

h1 {
	font-family: georgia, "Times New Roman", times, serif;
	clear: left;
	color: #777755;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 20px;
	background: url(../images/dot.gif) repeat-x bottom;
	padding-bottom:3px;
}

h1,h1 a,h1 a:hover,h1 a:visited,#header .description {
	text-decoration: none;
	color: black;
}

h1 a:hover {
	text-decoration: underline;
}


h2 {
	font-family: georgia, "Times New Roman", times, serif;
	clear: left;
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
}

.h2uContainer{
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
	border-bottom:1px solid #b9c4da;
	margin-bottom:5px;
	overflow:auto;
	clear: both;
	line-height:1.6em;
}
.h2uContainer div.left{
	float:left;
	width:200px;
	display:block;
	font-family: georgia, "Times New Roman", times, serif;
	clear: left;
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom:2px;
}

.h2uContainer div.h2uLittle{
	text-align:right;
	float:right;
}

div.h2uLittle div.Show{
	display:block;
}

div.h2uLittle div.Hide{
	display:none;
}

.secondary h4 {
	font-size: 130% !important;
	font-weight: normal !important;
	padding: 11px 0 2px 0 !important;
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
}


.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
}

#footer {
	clear: both;
	padding: 20px 0 20px;
	text-align: center;
	color: #777;
	margin: 0 auto;
	clear: both;
	width: 890px;
	background: #FFFFFF;
	border-top: 1px dotted #ccc;
}

#footer p {
	line-height: 1.6em;
}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
}

a {
	color: #27d;
	text-decoration: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

img.center,img [align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright,img [align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft,img [align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.noborder {
	border: none !important;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

small,strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Monospace;
}



hr {
	display: none;
}

/*- Begin Lists */
div.p {
	margin-bottom: 20px;

}

.secondary ul,.secondary ol,.secondary div div {
	margin: 5px 0 0;
	padding-left: 0;
	padding-bottom: 7px;
	padding-top: 2px;
	background: url(../images/dot.gif) repeat-x bottom;
}



.secondary ul li {
	margin: 0;
	padding: 2px 0;
	background:url(../images/bullet_black.png) -5px no-repeat;
	padding-left:10px;
	list-style-type: none;
	list-style-image: none;
	height:1.8em;
	line-height:1.8em;
}
.secondary ul li a{
	color: #888;
}


ul.GenList {
	margin: 5px 0 0;
	padding-left: 0;
	border-left:10px solid #f7f7f7;
}


ul.GenList li {
	margin: 0;
	margin-left:10px;
	padding-left:15px;
	background:url(../images/bullet_green.png) -5px no-repeat;
	list-style-type: none;
	list-style-image: none;
	height:1.6em;
	line-height:1.6em;
	font-size: 11px;
}
ul.GenList li a{
	color: #222222;
}
ul.GenList li a:hover{
	color: black;
	text-decoration: none;
}

/**
* Top Right Mini Menu
*/
.TopRightMiniMenu {
	position: absolute;
	top: 10px;
	right: 10px;
}

.TopRightMiniMenu ul {
	text-align: right;
	line-height: 2em;
}

.TopRightMiniMenu ul li {
	list-style-type: none;
	list-style-image: none;
	height: 2.5em;
	line-height: 2.5em;
}

.TopRightMiniMenu ul li a {
	font-size: 1.25em;
	color: #333333;
	margin: 0;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	height: 2em;
	line-height: 2em;
	display: block;
}

.TopRightMiniMenu a.identification {
	background: url(../images/key.png) right center no-repeat;
	padding-right: 25px;
}

.TopRightMiniMenu a.adhesion {
	background: url(../images/user_add.png) right center no-repeat;
	padding-right: 25px;
}

.TopRightMiniMenu a.account {
	background: url(../images/user.png) right center no-repeat;
	padding-right: 25px;
}

.TopRightMiniMenu a.logout {
	background: url(../images/key_delete.png) right center no-repeat;
	padding-right: 25px;
}


/* -- Center Box maquette -- */
div#login {
	margin-top: 108px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	width: 546px;
}
div#login div#branding{
	padding-top: 20px;
	margin-bottom:10px;
}
div#cap-body {
	background-color: transparent;
	background-image: url(../images/cap-bg.png); background-repeat :
	repeat-y; background-attachment : scroll; background-x-position : 0%;
	background-y-position : 0%;
	width: 545px;;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

div#cap-top {
	background-color: transparent;
	background-image: url(../images/cap-top.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	height: 8px;
	width: 546px;
}

div#cap-bottom {
	background-color: transparent;
	background-image: url(../images/cap-bottom.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	height: 14px;
	width: 546px;
}



div#login div#panelLogin
	{
	margin: 0 auto;
	padding-bottom: 20px;
	width: 456px;
}



div#login label {
	color: #888;
	display: block;;
	font-size: 12px;
	text-align:left;
	padding-left:5px;
	margin-top: 20px;
}

div#login input#text
	{
	background: #fafafa;
	border: 1px solid #cccccc;
	font-size: 18px;
	line-height: 20px;
	padding: 3px;
	width: 440px;
	color:#484848;
}

div#login  #btnLogin{
	float:right;
	margin:1px;
	margin-top:20px;
}

.LoginErrorBox{
	border:1px solid #e59d9e;
	background: url(../images/cross.png) no-repeat 10px center #fdc0c1;
	padding:10px;
	text-align:left;
	padding-left:40px;
	font-weight:bold;
}


/* Formulaire */
form label{
	line-height:1.7em;
	font-size: 1.1em;
	display: block;
}

form p{
	padding:5px;
	margin-bottom:5px;
}
form input[type=text], form textarea, form select, .likeInForm{
	border:1px solid #DADADA;
	padding:2px;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	width:450px;
}

form label .LabelComment{
	margin-left:10px;
	color:#818181;
	font-style: italic;
}

form p.ContainButton{
	text-align:center;
}

.GenFormSubField{
	padding-left:10px;
	margin-left:5px;
	border-left:10px solid #DADADA;
}
form .GenFormSubField input[type=text], form .GenFormSubField textarea, form .GenFormSubField select{
	width:300px;
}
/* Mini Form */
form.GenMiniForm label{
	line-height:1.7em;
	font-size: 1.1em;
	display: inline;
}
form.GenMiniForm input[type=text], form.GenMiniForm textarea, form.GenMiniForm select{
	width:160px;
}
form.GenMiniForm input[type=image]{
	line-height:1.7em;
}
form.GenMiniForm p{
	margin-bottom:20px;
}
table.tableBiColour1{
	width:100%;
	padding: 0;
}
table.tableBiColour1 td{
	margin: 0;
	padding:5px;
	line-height:2em;
	background:#DADADA;
}
table.tableBiColour1 tr.LineStyle td{
	background:#FFFFFF;
}
table.tableBiColour1 tr.LineStyle1 td{
	background:#EBEBEB;
}
table.tableBiColour1 td.tableBiColour1Poste a{
	display: block;
	padding: 5px;
	white-space: nowrap;
	font-weight: bold;
	line-height:2em;
	padding-right:10px;
}
table.tableBiColour1 td.tableBiColour1Domaine a{
	display: block;
	padding: 5px;
	line-height:2em;
	padding-left:10px;
	border-left: 1px solid #DADADA;
	color:#444;
}
table.tableBiColour1 td.tableBiColour1Poste {
	padding:0;
	padding-left: 10px;
}
table.tableBiColour1 td.tableBiColour1Domaine {
	width:55%;
	padding:0;
}
table.tableBiColour1 td.tableBiColour1Date{
	text-align: right;
	padding-right: 10px;
}
table.tableBiColour1 td.tableBiColour1TDButton{
	text-align: center;
	border-left: 1px solid #DADADA;
	width:30px;
}

.InfoBox{
    border: 1px solid #e5e5b7;
    background: url(../images/information.png) no-repeat 10px center #ffc;
    padding:10px;
    padding-left:40px;
	font-weight: bold;
}
.ErrorBox{
    border: 1px solid #e5e5b7;
    background: url(../images/delete.png) no-repeat 10px center #ffc;
    padding:10px;
    padding-left:40px;
	font-weight: bold;
}

.IconLink{
    background: url(../images/link.png) no-repeat left -1px;
    padding-left:20px;
}
.Keywords{
	overflow:auto;
	width:100%;
	clear: both;
	margin-bottom:20px;
	margin-top:-10px;
}
.Keywords span{
	background: url("../images/tag_blue.png") no-repeat center left;
	padding-left: 19px;
	padding-right: 10px;
	height:16px;
	line-height:16px;
	float:left;
	display: block;
}

.PresLine{
	height:16px;
	line-height:16px;
	margin-bottom: 10px;
}

.PresLine label{
	font-weight:bold;
	margin-right: 10px;
}
.Emploi_Place{
	background: url("../images/magnifier.png") no-repeat center left;
    padding-left:20px;
	height:16px;
	line-height:16px;
	margin-bottom: 10px;
}
.Emploi_Poste{
	background: url("../images/cog.png") no-repeat center left;
    padding-left:20px;
	height:16px;
	line-height:16px;
	margin-bottom: 10px;
}
.Emploi_Def, .Blok_A{
	padding:10px;
	background: #f3f3f3;
	text-align: justify;
	margin-bottom: 10px;
}
.Emploi_Place label, .Emploi_Poste label, .Blok_A label{
	font-weight:bold;
	margin-right: 10px;
}

.Emploi_Def h2 , .Blok_A h2{
	font-family: 'Trebuchet MS',Verdana,Sans-Serif;
	font-weight:bold;
	text-align:left;
	font-size: 1.3em;
	letter-spacing: normal;
	color:#092a80;
}

.IconPageWhiteAcrobat{
	background-image:url(../images/page_white_acrobat.png);
	background-position:10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.IconPageAdd{
	background-image:url(../images/page_add.png);
	background-position:10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.IconPageEmail{
	background-image:url(../images/email.png);
	background-position:10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.IconPageEdit{
	background-image:url(../images/page_edit.png);
	background-position:10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.IconPageLink{
	background-image:url(../images/link.png);
	background-position:10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}

/* HOME */
.HomePresBox{

	float:left;
}
.HomePresBox div{
	padding:10px;
	background: #f3f3f3;
	text-align: justify;
	padding-bottom:30px;
	padding-right:15px;
}
.HomePresBox div h2{
	font-family: 'Trebuchet MS',Verdana,Sans-Serif;
	font-weight:normal;
	text-align:left;
	font-size: 1.6em;
	letter-spacing: normal;
	color:#092a80;
}
.HomePresBox div h3{
	font-family: 'Trebuchet MS',Verdana,Sans-Serif;
	font-weight:normal;
	text-align:left;
	font-size: 125%;
	letter-spacing: normal;
	color:#092a80;
	margin-bottom:10px;
	font-style: italic;
}
.HomePresBox ul{

	line-height: 2em;
}

.HomePresBox ul li {
	list-style-type: none;
	list-style-image: none;
	height: 2.5em;
	line-height: 2.5em;
	background:url(../images/bullet_go.png) -3px no-repeat;
	padding-left:15px;
	font-size: 110%;

}
.HomePhotoBox{
	padding:10px;
	background: #f3f3f3;
	text-align: justify;
	margin-bottom: 10px;
	float:right;
}

/* Trombinoscope */
.TrombinoscopeItem{
	float:left;
	padding:7px;
	margin:5px;
	background: #f3f3f3;
}
.TrombinoscopeItem img{
	width:135px;
	height:135px;
	background:#DEDEDE;
}


.TrombinoscopeInfos{
	margin-top:5px;
	line-height:1.2em;
}
.TrombinoscopeInfos h3{
	font-family: 'Trebuchet MS',Verdana,Sans-Serif;
	font-weight:normal;
	text-align:left;
	font-size: 125%;
	letter-spacing: normal;
	color:#092a80;
	font-style: italic;
	padding-bottom: 0;
	line-height: 1em;
}

.NoResult{
	text-align: center;
	font-style: italic;
}

label.lbl2{
	color: #666666;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width:150px;
	display:inline;
	float: left;
	font-size:110%;
}
.lineField{
	line-height: 2.1em;
	margin-bottom: 5px;
}
.inputField{
	width:auto;
}
.editField{
	display:none;
}

