﻿body 
{
	margin-top: 0px;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #023C50;		 
}

#global
{
	position:absolute;
	width:950px;
	margin-top:0px;
	left:50%;
	margin-left:-475px;
}

.colorBgWhite
{
	background-color:#FFFFFF;
}

.titreContentPage 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight:bold;
}


/* STYLE CONTENU ACCORDEONS  */

.tableAccor
{
	font-family:Arial, Helvetica, sans-serif;
	color:Black;
	background-color:#FFFFFF;
	border:Solid 1px White;
	width:550px;
	text-align:left;
	font-size:12px;
}

.titleAccor
{
	padding:0 0 0 20px;
	text-align:left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: solid 1px #999999;
	width: 550px;
	height: 25px;
	cursor:pointer;
	background-image:url(../../images/fd-btn.gif);
	background-repeat:repeat-x;
}

.textAccor
{
	padding:10px 5px 5px 10px;
	background-color:#FFFFFF;
	font-family:Arial;
	overflow:hidden;
	text-align:left;
	font-size:10pt;
}

.textAccor1
{
	padding:10px 5px 5px 10px;
	background-color:#FFFFFF;
	width:100%;
	font-family:Arial;
	overflow:hidden;
	text-align:left;
	font-size:10pt;
}

.textAccor2
{
	background-color:#FFFFFF;
	font-family:Arial;
	overflow:hidden;
	text-align:left;
	font-size:10pt;
}

.imageAccor
{
	padding:10px 5px 5px 10px;
	background-color:#FFFFFF;
	font-family:Arial;
	overflow:hidden;
	text-align:left;
	font-size:10pt;
}

.textAccor li
{
	margin-left:0;
	background-image : url(../../images/puce.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	text-indent:0px;
	padding-left:18px;
	list-style-position:inside;
	list-style-type:none;
	text-align:left;
}

.textAccor1 li
{
	margin-left:0;
	background-image : url(../../images/puce.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	text-indent:0px;
	padding-left:18px;
	list-style-position:inside;
	list-style-type:none;
	text-align:left;
}

.text
{
	padding:10px 5px 5px 10px;
	background-color:#FFFFFF;
	width:530px;
	font-family:Arial;
	overflow:hidden;
	text-align:left;
	font-size:14px;
}

.text li
{
	margin-left:0;
	background-image : url(../../images/puce.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	text-indent:0px;
	padding-left:18px;
	list-style-position:inside;
	list-style-type:none;
	text-align:left;
}

.text a:link {
	color: #023C50;
	text-decoration: none;
	font-weight:bold;
}
.text a:visited {
	text-decoration: none;
	color: #023C50;
	font-weight:bold;
}
.text a:hover {
	text-decoration: none;
	color: #66CC33;
	font-weight:bold;
}
.text a:active {
	text-decoration: none;
	color: #023C50;
	font-weight:bold;
}

.stext a:link 
{
	font-size:8pt;
	color: #023C50;
	text-decoration: none;
	font-family:Arial;
}
.stext a:visited 
{
	font-size:8pt;
	text-decoration: none;
	color: #023C50;
	font-family:Arial;
}
.stext a:hover 
{
	font-size:8pt;
	text-decoration: none;
	color: #66CC33;
	font-family:Arial;
}
.stext a:active 
{
	font-size:8pt;
	text-decoration: none;
	color: #023C50;
	font-family:Arial;
}

.headerContact
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #023C50;
}


.linkExpertises a:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.linkExpertises a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
.linkExpertises a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
.linkExpertises a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

.affieldname
{
	width:150px;
	height:30px;
}


.menuList
{
	font-weight:bold;
	font-size:12px;
	}
	
.textPortail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


.TabError
{
	border:Solid 1px Red;
	background-color:#F4FEBF;
	width:100%;
}

.TabValid
{
	border:Solid 1px Green;
	background-color:#F4FEBF;
	width:100%;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
}