/* global */
body {
	background-color: #0a122d;
	color: #fff;
	font: normal normal 62.5% Verdana, Arial, Helvetica, sans-serif;
}

/* zero reset */
* {
	margin: 0px;
	padding: 0px;
}
ul,
ol {
	list-style: none;
}

/* default hyperlink */
a:link,
a:visited {
	color: #fff;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* form elements */
fieldset {
	border: none;
}
input,
select,
textarea {
	color: #333;
	font: normal normal 1em Verdana, Arial, Helvetica, sans-serif;
}

/* layout */
#container {
	width: 1000px;
	margin: 0 auto;
	font-size: 1em;
}

/* header */
#header {
	background: url(../images/bg-header.gif) no-repeat;
	height: 116px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 21px;
	left: 51px;
}
#header h1 a {
	display: block;
}
#header h2,
#header h3 {
	display: none;
}
#header #myAccount {
	position: absolute;
	top: 80px;
	right: 8px;
}
#header #myAccount a {
	display: block;
	background: url(../images/btn-mon-compte.gif);
	padding-top: 26px;
	height: 0px !important;
	height /**/: 26px;
	width: 190px;
	overflow: hidden;
}

/* tag */
#tags {
	padding: 8px;
}
#tags a {
	text-decoration: none;
	margin-right: 10px;
}
#tags a:hover {
	text-decoration: underline;
}
#tags .TagType1 {
	font-size: 1em;
}
#tags .TagType2,
#tags .TagType3,
#tags .TagType4,
#tags .TagType5 {
	font-weight: bolder;
}
#tags .TagType2 {
	font-size: 1.2em;
}
#tags .TagType3 {
	font-size: 1.3em;
}
#tags .TagType4 {
	font-size: 1.4em;
}
#tags .TagType5 {
	font-size: 1.5em;
}

/* extras */
#extras {
	padding-right: 10px;
}

/* sitemap */
#sitemap {
	width: 515px;
	background: url(../images/bg-plan-du-site-b.gif) no-repeat left bottom;
	height: 160px;
	float: right;
}
#sitemap h4 {
	background: url(../images/bg-plan-du-site-t.gif);
	padding-top: 24px;
	height: 0px !important;
	height /**/: 24px;
	overflow: hidden;
}
#sitemap h5 {
	font-size: 1em;
}
#sitemap #col1,
#sitemap #col2,
#sitemap #col3 {
	float: left;
padding: 0 10px;
	 margin-top: 10px;
height: 110px;
}
#sitemap #col1 {
	padding-left: 40px;
}
#sitemap #col2 {
	border-left: #545a6c solid 1px;
	border-right: #545a6c solid 1px;
width: 140px;
}
#sitemap ul {
	margin-bottom: 8px;
}

/* moreInfo */
#moreInfo {
	background: url(../images/bg-more-infos.gif) no-repeat;
	padding: 10px 15px;
	width: 200px;
	height: 180px;
	font-size: .8em;
	float: right;
	margin-left: 1px;
}

#moreInfo p {
	margin-bottom: 10px;
}

#moreInfo .moreInfoWrapper {
	margin-top:10px;
	padding: 10px 15px;
	background: transparent url(../images/bg-more-infos-wrapperbottom.gif) bottom no-repeat;
}

/* moreInfo3 */

#moreInfo3 {
background: url(../images/bg-more-infos-higher.gif) no-repeat;
padding: 10px 20px;
width: 205px;
height: 250px;
	font-size:0.9em;
float: right;
       margin-left: 1px;
}

#moreInfo3 p {
	margin-bottom: 10px;
}

/* moreInfo5 */

#moreInfo5 {
background: url(../images/veronese/veronese_legal.gif) no-repeat;
padding: 10px 20px;
width: 205px;
height: 329px;
	font-size:0.9em;
float: right;
       margin-left: 1px;
}

#moreInfo5 p {
	margin-bottom: 10px;
}

/* footer */
#footer {
padding: 10px 0;
	 font-weight: bolder;
	 text-align: center;
}

/* clearing floated element */
#extras,
#content {
overflow: hidden;
}
* html #extras,
	* html #content {
height: 1%;
	}

#info_teg
{
	font-size:1.2em;
}

.datepicker_day_options
{
width:40px;
}

.datepicker_month_options
{
width:40px;
}

.datepicker_year_options
{
width:40px;
}

.datepicker_year_

