body {
	margin: 0;
	padding: 0;
}

p, span, h1, h2, h3, h4, h5, form {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a img {
	border: none;
}

#ContainerPage {
	margin: 0 auto;
	width: 800px;
	padding: 10px;
}

#ContainerHeader {
	border-top: 5px solid #0761ab;
}

.Breadcrumbs {
	background-color: #0761ab;
	padding: 0 7px;
}

.Breadcrumbs, .Breadcrumbs a {
	line-height: 20px;
	font-size: 12px;
	color: #d2eefb;
	text-decoration: none;
}
.Breadcrumbs a:hover {
	text-decoration: underline;
}

#TopMenu {
	position: relative;
	background-color: #c8c8c8;
	height: 20px;
}

#menu {
	margin:0;
	padding:0;
	list-style:none;
	height:20px;
	width:100%;
}
#menu li {
	float:left;
}
#menu li:first-child {
	background:none;
}
#menu a {
	float:left;
	font-size: 13px;
	height:20px;
	line-height: 20px;
	padding:0 7px;
	display: block;
	color: #0761ab;
	text-decoration: none;
	overflow:hidden;
}
#menu a:hover,
#menu a.Activ {
	color: #fff;
	background-color: #0760aa;
	text-decoration: none;
}

#menu ul a {
	float:left;
	font-size: 11px;
	height:13px;
	line-height: 13px;
	color: #0761ab;
	text-decoration: none;
	overflow:hidden;
}

#menu li:hover,
#menu li.hover {
	position:relative;
}
#menu li:hover ul,
#menu li.hover ul {
	display:block;
}
#menu li:hover ul ul,
#menu li.hover ul ul {
	display:none !important;
}
#menu li:hover ul ul ul,
#menu li.hover ul ul ul {
	display:none !important;
}
#menu ul {
	display:none;
	position:absolute;
	top:14px;
	left:0px;
	margin:0;
	padding:6px 0 0;
	list-style:none;
	width:164px;
	height:auto;
}
#menu ul li {
	height:auto;
	margin:0;
	padding:0;
	background:none;
	float:left;
	width:100%;
}
#menu ul a {
	text-indent:0;
	text-decoration:none;
	font-size:11px;
	background:#0761ab;
	color:#9dd3ff;
	width:150px;
	padding:2px 7px;
	height:auto;
	display:block;
	float:none;
	border-top: 1px solid #649ac6;
}

#menu ul ul {
	display:none !important;
	position:absolute;
	top:-6px;
	left:100%;
	width:164px;
	float:left;
}
#menu ul a:hover {
	color: #fff;
	background:#0761ab;
}
#menu ul li:hover ul,
#menu ul li.hover ul {
	display:block !important;
}
#menu ul ul ul {
	display:none !important;
	position:absolute;
	top:-6px;
	left:100%;
	width:164px;
	float:left;
}
#menu ul ul li:hover ul,
#menu ul ul li.hover ul {
	display:block !important;
}

#ContainerLeft {
	width: 505px;
	padding-right: 15px;
	float: left;
	padding-top: 22px;
	overflow: hidden;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.TitleBlue {
	background-image: url(../images/bg-col-left-title-bleu.gif);
	background-repeat: repeat-y;
}

.TitleRed {
	background-image: url(../images/bg-col-left-title-red.gif);
	background-repeat: repeat-y;
}

#ContainerLeft a,
#ContainerLeft ol a {
	color: #000;
	text-decoration: underline;
}
#ContainerLeft a:hover,
#ContainerLeft ol a:hover {
	text-decoration: underline;
}

#ContainerLeft a.Back {
	color: #034078;
}

#ContainerLeft p {
	text-align: justify;
}

#ContainerLeft ol {
	margin: 0;
	padding: 0 0 0 20px;
}

#ContainerRight {
	width: 280px;
	background-image: url(../images/bg-col-right.gif);
	background-repeat: repeat-y;
	float: right;
}

.Search {
	float: right;
	padding: 5px 0;
	color: #0761ab;
	height: 34px;
}

.InputSearch {
	border: 1px solid #034078;
	font-size: 11px;
	width: 145px;
}

#ContainerRight .Article {
	padding-left: 15px;
}

#ContainerRight h2 {
	font-size: 12px;
	color: #034078;
	line-height: 20px;
	background-image: url(../images/bg-col-right-title.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
}

#ContainerRight h3 {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	padding-left: 15px;
	font-weight: normal;
}

#ContainerRight p {
	text-align: justify;
}

#ContainerLeft ul, #ContainerRight ul {
	margin: 0;
	padding: 0;
}

#ContainerLeft ul li, #ContainerRight ul li {
	list-style: none;
	background-image: url(../images/icon-list-blue.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#ContainerLeft ul.ListRed li, #ContainerRight ul.ListRed li {
	background-image: url(../images/icon-list-red.gif);
}

#ContainerLeft ul ul {
	padding: 0 25px;
}

#ContainerRight .Article a {
	color: #000;
	text-decoration: underline;
}



#ContainerLeft a.ReadMoreBlue, 
#ContainerLeft ol li a.ReadMoreBlue, 
#ContainerRight a.ReadMoreBlue {
	color: #034078;
	font-size: 11px;
	font-style: italic;
	padding-right: 25px;
	background-image: url(../images/read-more-bleu.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	text-decoration: underline;
}

#ContainerLeft a.ReadMoreRed, 
#ContainerRight a.ReadMoreRed {
	color: #c30000;
	font-size: 11px;
	font-style: italic;
	padding-right: 25px;
	background-image: url(../images/read-more-red.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	text-decoration: underline;
}

#ContainerLeft a.LinkRed, 
#ContainerRight a.LinkRed {
	color: #c30000;
}



#ContainerFooter {
	border-top: 1px solid #dddddd;
	padding: 5px 0 4px 0;
	border-bottom: 5px solid #0761ab;
}

#ContainerFooter .Links {
	width: 605px;
	float: left;
}

#ContainerFooter, #ContainerFooter a {
	color: #8f8f8f;
	font-size: 11px;
	text-decoration: none;
}
#ContainerFooter a:hover {
	text-decoration: underline;
}

#ContainerFooter .MadeAndDesign {
	width: 150px;
	text-align: right;
	float: right;
}

.Left {
	float: left;
}

.Right {
	float: right;
}


.SpaceV1 {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

.SpaceV5 {
	line-height: 5px;
	height: 5px;
	font-size: 1px;
}

.SpaceV6 {
	line-height: 6px;
	height: 6px;
	font-size: 1px;
}

.SpaceV15 {
	line-height: 15px;
	height: 15px;
	font-size: 1px;
}

.SpaceV30 {
	line-height: 30px;
	height: 30px;
	font-size: 1px;
}
