/* ####################################### */
/* ####################################### */
/* ######      CSS CleanTouch       ###### */
/* ####################################### */
/* ####################################### */


body {
	background: url("images/background.png") no-repeat #002B5F;
}

#global{
	color: white;
	font-family: arial, sans-serif;
	width: 830px;
}

#header{
	height: 145px;
}

#left {
	width: 218px;
	float: left;
	background: url("images/left.png") no-repeat;
	padding-top: 180px;
	padding-bottom: 50px;
}

#right {
	float: left;
	width: 597px;
	background: url("images/right.png") repeat-y right white;
}

#rightHead {
	width: 597px;
	height: 79px;
	overflow: hidden;
	background: url("images/righthead.png") no-repeat;
}

#languageBar {
	float: right;
	padding: 15px;
	padding-top: 30px;
}

li.language {
	display: inline;
	margin: 5px;
}

#content {
	color: black;
	margin-right: 15px;
	margin-left: 15px;
	width: 565px;
	overflow: hidden;
}

#footer {
	width:597px;
	height: 2em;
	padding-top: 31px;
	background: url("images/footer.png") no-repeat #002B5F;
	text-align: center;
	font-size: 75%;
}

#footer a{
	color: white;
	text-decoration: none;
}

#menu {
	text-align: right;
	margin-right: 15px;
}
#menu ul li {
	padding-bottom: 5px;
}
#menu ul li a{
	color: white;
	text-decoration: none;
}
#menu ul li a:hover {
	border-bottom: dotted 1px white;
}
#menu ul li a:hover:before {
	content: "◦ ";
}
#adminBarreSearchLabels{
	width: 100%;
	text-align: center;
}
#adminBarreNumsPages {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#adminBarreNumsPages .numeroPageCourante{
	margin: 2px;
	padding: 2px;
	border: solid #002B5F 1px;
}
#adminBarreNumsPages a.numeroPage{
	color: black;
	padding: 2px;
	border: dotted #002B5F 1px;
}
#adminBarreNumsPages a.numeroPage:hover {
	background: #F3F9FF;
	border: solid #002B5F 1px;
}
#adminTableLabels{
	width: 100%;
}
#adminTableLabels .adminTableLabelsHeader{
	display: block;
	height: 2em;
	font-weight: bold;
}
#adminTableLabels .adminTableLabelsRow{
	padding-top: 2px;
	margin-top: 5px;
	border-top: solid #002B5F 1px;
}
#adminTableLabels .adminTableLabelsRowLeft {
	clear: both;
	width: 37%;
	height: 2.5em;
	float: left;
	overflow: auto;
}
#adminTableLabels .adminTableLabelsRowLeft span.adminTableLabelsRowLeftId {
	width: 100%;
	margin: 5px;
}
#adminTableLabels .adminTableLabelsRowRight {
	width: 62%;
	margin-left: 38%;
}
#adminTableLabels .adminTableLabelsRowRight span.adminTableLabelsRowRightLabel{
	display: block;
}
#adminTableLabels .adminTableLabelsRowRight span.adminTableLabelsRowRightLabel input:hover, #adminTableLabels .adminTableLabelsRowRight span.adminTableLabelsRowRightLabel input:focus {
	background: #E3F0FF;
	border: solid #71A0CF 1px;
}
#content form input, #content form select, #content form textarea {
	border: solid #B7DAFF 1px;
}
#content form input:hover, #content form input:focus, #content form select:hover, #content form select:focus, #content form textarea:hover, #content form textarea:focus {
	background: #F3F9FF;
	border: solid #71A0CF 1px;
}
#content form .formButtons {
	margin: 20px;
	text-align: center;
}
#content form#formulaireContact input.validation-failed, form#formulaireContact select.validation-failed, form#formulaireContact textarea.validation-failed {
	background: #FFCBCB;
	border: solid #FF0000 1px;
}
#content form#formulaireContact .validation-advice {
	display: block;
	position: relative;
	width: 200px;
	margin: auto;
	text-align: center;
	margin-top: 1px;
	top: 1px;
	left: 1px;
	z-index: 10000;
	font-size: 75%;
	color: #FF0000;
}
#content form#formulaireContact .fieldset .contactNom {
	clear: both;
	width: 48%;
	float: left;
	margin-right: 1%;
}
#content form#formulaireContact .fieldset .contactPrenom {
	width: 48%;
	float: left;
	margin-left: 1%;
}
#content form#formulaireContact .fieldset .contactAdresse {
	width: 100%;
	clear: both;
}
#content form#formulaireContact .fieldset .contactVille {
	clear: both;
	width: 41%;
	float: left;
}
#content form#formulaireContact .fieldset .contactZip {
	width: 14%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
#content form#formulaireContact .fieldset .contactPays {
	width: 41%;
	float: left;
}
#content form#formulaireContact .fieldset .contactPhone {
	clear: both;
	width: 32%;
	float: left;
}
#content form#formulaireContact .fieldset .contactFax {
	width: 32%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
#content form#formulaireContact .fieldset .contactMobile {
	width: 32%;
	float: left;
}
#content form#formulaireContact .fieldset .contactEmail {
	width: 100%;
	clear: both;
}
#content form#formulaireContact .fieldset p  {
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 0px;
}
#content form#formulaireContact .fieldset  input, #content form#formulaireContact .fieldset  select, #content form#formulaireContact .fieldset  textarea   {
	font-size: 100%;
}
#content form .fieldset {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: solid #71A0CF 1px;
	border-bottom: solid #71A0CF 1px;
	background: #E3F0FF;
	width: 100%;
}
#content form .legend {
	position:relative;
	display:inline;
	top:-1.2em;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	background: #E3F0FF;
	border: solid #71A0CF 1px;
}
#content form textarea {
	width: 98%;
	margin: auto;
}
#content #adminSection p, #content #adminSection form {
	margin-bottom: 20px;
}
#content #adminSection a {
	border: none;
}
#content #adminSection p a {
	border-bottom: dotted 1px #002B5F;
}
#content #adminSection img {
	margin: 0;
}
.tool-tip {
	font-size: 75%;
	color: white;
	width: 140px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	padding: 8px 8px 4px;
	background: url("images/bubble.png") top left;
}
.tool-text {
	padding: 4px 8px 8px;
	background: url("images/bubble.png") bottom right;
}


#content p {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 140%;
}
#content .barre {
	text-decoration: line-through;
}
#content a {
	color: #002B5F;
	text-decoration: none;
	border-bottom: dotted 1px #002B5F;
}
#content a:hover{
	background: #E3F0FF;
}
#content a:visited{
	color: #002B5F;
}
#content img {
	margin: 5px;
}
#content h1 {
	font-size: 200%;
	font-family: verdana, arial;
	border-bottom: solid 2px #002B5F;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#content h2 {
	font-size: 175%;
	font-style: italic;
	color :  #002B5F;
	font-family: verdana, arial;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#content h3 {
	font-size: 150%;
	font-family: arial;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#content ul {
	margin: 5px;
}
#content ul li {
	margin-left: 25px;
	margin-top: 2px;
	list-style-image: url("images/list.gif");
}
#content strong{
	font-weight: bold;
}
