@charset "utf-8";

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration:none;
	color: #12779d;
}
a:visited {
	text-decoration:none;
	color: #12779d;
}
a:active {
	text-decoration:none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 24px;
}
h3 {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}
h4 {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
h4.modify_search { margin-top: 0; padding: 0; }
h5 {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.clearer { clear: both; }

label {
	cursor: pointer;
}
input[readonly] {
	background-color:#D5D1CA;
}
table, td {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 12px;
	color: #484848;
	border-style: none;
}
textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: 12px;
	font-weight: normal;
}
textarea {
	overflow: auto;
	text-align: justify;
}
p {
	margin-bottom: 1em;
	margin-top: 0px;
}

/********** MENU ADMIN **********/

#admin_menu {
	position: fixed;
	bottom: 0;
	z-index: 10;
	background: #333;
	color: #fff;
	font-size: 1.2em;
}

a#show_admin_menu {
	display: block;
	padding : 10px;
	width: 200px;
	color: #fff;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}
a#show_admin_menu:hover { text-decoration:line-through; }

#admin_content a { color: #fff; }

#admin_content { padding: 10px; }
#admin_content .admin_title { text-transform: uppercase; font-family: 'Trebuchet MS', Arial, sans-serif; color: #C3C28B; }

#admin_content  ul {
	padding-left: 20px;
	margin: 0;
	padding-bottom: 10px;
}
#admin_content li {
	margin-top: 2px;
	margin-bottom: 4px;
	list-style-type: none;
	font-style: italic;
}

#tdMain {
	vertical-align: top;
}

#divMain  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F1EC;
	text-align: left;
}
#tableTop td{
	vertical-align: top;
}
#divSponsorChaumard {
	display: none;
	background-image: url(../Images/Header/Sponsor_Chaumard.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 311px;
}

#tableHeader {
	height: 100px;
	margin-bottom: auto;
}
#tdHeaderTitle {
	background-image: url(../Images/logo_white.png);
	background-repeat: no-repeat;
	background-position: 40px 30px;
	text-align: left;
	vertical-align: top;
}
#tdHeaderFreephone {
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	color: #F90;
}
#divSubtitle {
	height: 31px;
	margin-top: 53px;
	background-repeat: no-repeat;
	margin-left: 180px;
	display: none;
}
#divMenu  {
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: right;
	padding-top: 4px;
}
#divMenu a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #DBD1D0;
	color: #333;
	border: 1px solid #9D9595;
	text-decoration: none;
	margin-left: 1px;
}
#divMenu a:hover {
	background-color: #EFE4E2;
}
#divBannerExtraPart {
	display: none;
	text-align: center;
}


#tableContent {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #800000;
	width: 100%;
}
#tdContent {
	text-align: center;
}
#tdContent table {
	margin-right: auto;
	margin-left: auto;
}

#tableFooter td {
	font-size: 0.8em;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	color: #fff;
	padding: 10px 10px;
}
#tableFooter a {
	color: #fff;
}
.indent {
	text-indent: 1em;
}
.floatClear {
	clear: both;
}
.redBackground, .redBackground td {
	color: #D0CBC4;
	background-color: #800000;
}
.redBackground a {
	color: #D0CBC4;
}

.colorHighlight {
	color: #d53939;
}
.colorYellow {
	color: #FBD233;
}
.whiteblock {
	border-top: 1px solid #B39480;
	border-right: 1px none #B39480;
	border-bottom: 1px solid #B39480;
	border-left: 1px none #B39480;
}
.commentary {
	font-size: 0.8em;
	color: #2D8C45;
}

.submit_validate {
    width: 80%;
    border: 1px solid #6c872b;
    background: #f4f7eb;
    margin: auto;
    padding: 10px;
    margin-bottom: 15px;
    color: #6c872b;
}

.submit_error {
    width: 80%;
    border: 1px solid #a02929;
    background: #f8ebeb;
    margin: auto;
    padding: 10px;
    margin-bottom: 15px;
    color: #a02929;
}

.information {
    width: 100%;
    border: 1px solid #82aac4;
    background: #ecf3f8;
    margin: auto;
    padding: 10px;
    margin-bottom: 15px;
    color: #266b97;
}
.information a { color: #266B97; text-decoration: underline; }

.warning {
	font-style: italic;
	color: #f3c527;
}

.show_help { vertical-align: top; cursor: help; }
.info_help {
	position: absolute;
	width: 300px;
	font-size: 11px;
	background: #DBE6F3;
	border: 2px solid #A3BED8;
	padding: 5px;
	font-weight: normal;
}

.image_block { position: relative; top: 0; left: 0; }
.image_copyright { position: absolute; top: 0; z-index: 2; border: none; }

#tableEquipments p { text-align: left; }
#tableEquipments .details_title { font-weight: bold; }


