
/* CSS Document */

/*-==================================================================================================================-*/
/*-=====================================--  Home Page  --============================================================-*/
/*-=================================================================== © | Marlier Grégory | All rights reserved ====-*/
/*-========================================================================================== www.exodedesign.be ====-*/


/*-//////////////--  Default  --/////////////////////////////////////////////////////////////////////////////////////-*/
/*-//////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/

/*-----------------  Body  --------------------------------------*/
body {
	margin:0;
	padding:0;
	color: #555555;
	background-color: White;
	background-image: url(../img/header_BG.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

/*-----------------  div  ---------------------------------------*/
div,td {
	font-size: 12px;
}

/*-----------------  a href  ------------------------------------*/



/*-//////////////--  Bones  --///////////////////////////////////////////////////////////////////////////////////////-*/
/*-//////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/

/*-----------------  siteContaner  ------------------------------*/
#siteContainer {
	position:relative;
	width: 820px;
	margin: auto;
}

/*-----------------  header  ------------------------------------*/
/*-----------------  Logo  -----------------*/
#header {
	height: 100px;
	/*clear: both;*/
	padding: 0px 10px 0px 10px;
}

#header h1 {
	display: block;
	float: left;
	height: 80px;
	width: 170px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background-image: url(../img/header_Logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#header h1 a {
	display: block;
	height: 78px;
	width: 168px;
}

#header h1 a span {
	display: none;
}

/*-----------------  menuNav_01  -----------*/
#menuNav_01 {
	display: block;
	float: right;
	padding-top: 30px;
}

#menuNav_01 li {
	float: left;
	display: inline;
	padding: 0px 0px 0px 25px;
}

#menuNav_01 li a {
	display: block;
	color: #002f66;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	border-left: 1px #92a9c3 solid;
}

#menuNav_01 li a strong {
	display: block;
	font-size: 16px;
	text-transform: capitalize;
}

#menuNav_01 li a span {
	display: block;
	font-size: 10px;
}

/*-----------------  siteContent  -------------------------------*/
/*-----------------  siteContent  ----------*/
#siteContent {
	padding: 0px 5px 0px 5px;
	margin:  0px;
	clear: both;
}

/*-----------------  content  ----------*/
#content {
	padding: 10px 10px 10px 0px;
}

/*-----------------  h1  ---------------*/
h1 {
	padding: 20px 0px 10px 0px;
	margin: 0px;
	color: #002f66;
	font-size: 30px;
	font-family: "Trebuchet MS";
	clear: both;
}

h2 {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: black;
	font-size: 20px;
	font-family: "Trebuchet MS";
	clear: both;
}

h3 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: black;
	font-size: 15px;
	font-family: "Trebuchet MS";
	clear: both;
}

h4 {
	padding: 10px 0px;
	margin: 0px;
	color: #333333;
	font-size: 15px;
	font-family: "Trebuchet MS";
	clear: both;
}

/*-----------------  p  ----------------*/
p {
	padding: 5px 0px 5px 0px;
	margin:  0px;
	text-align: justify;
	clear: both;
}

/*-----------------  li  ---------------*/
ul {
	padding: 5px 0 5px 15px;
	margin:  0px;
}

li {
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: justify;
	list-style-image: url(../img/bullet_squareBlue.gif);
}

/*-----------------  a  ----------------*/
a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*-----------------  img  --------------*/
img {
	display: block;
	margin:auto;
	padding-bottom:5px;
	padding-top:5px;
	margin: auto;
}

p img {
	padding: 0px 0px 10px 10px;
	margin: 0px;
	display: block;
	float: right;
}

/*-----------------  b  ----------------*/
b {
	color: black;
}

/*-----------------  col 2 -------------*/
.col_L {
	display: block;
	width: 47%;
	float: left;
}

.col_R {
	display: block;
	width: 47%;
	float: right;
}

.col_L h3,
.col_R h3 {
	color: black;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
}

.col_L li,
.col_L p,
.col_R li,
.col_R p {
	text-align: left;
}

/*-----------------  col 3 -------------*/

.col_L3 {
	display: block;
	width: 260px;
	float: left;
}

.col_R3 {
	display: block;
	width: 260px;
	float: right;
}

.col_C3 {
	display: block;
	width: 260px;
	margin-left: 270px;
	margin-right: 270px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #cdcdcd;
}

.col_L3 h3,
.col_R3 h3,
.col_C3 h3 {
	color: black;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	clear: none;
	text-align: center;
}

.col_L3 li,
.col_L3 p,
.col_R3 li,
.col_R3 p,
.col_C3 li,
.col_C3 p {
	text-align: left;
	clear: none;
}

.col_C3 li,
.col_C3 p {
	padding: 0px 10px 10px 10px;
}

/*-----------------  footer  ------------------------------------*/
#footer {
	padding: 15px 0px 0px 0px;
	display: block;
	clear: both;
	height: 70px;
	background-image: url(../img/footer_BG.gif);
	background-repeat: no-repeat;
}

#footer a {
	padding: 5px 0px 0px 0px;
	display: block;
	height: 10px;
	width: 100%;
	text-align: center;
	background-image: url(../img/footer_arrowBlue.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
	text-decoration: none;
	color: #002f66;
	font-size: 8px;
}

#footer p {
	font-size: 10px;
	text-align: center;
	width: 100%
}

/*-----------------  Spacial  ----------*/
/*-----------------  edito    ----------*/
#edito {
	padding: 40px 20px 0px 20px;
	height: 260px;
	background-image: url(../img/Edito.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#edito p {
	width: 560px;
	padding: 5px 0px 0px 0px;
}

#edito .moto {
	display: block;
	padding: 20px 0px 40px 0px;
	color: #00aadd;
	font-size: 43px;
	font-family: "Trebuchet MS";
}

.button {
	display: block;
	height: 32px;
	width: 175px;
	text-align: center;
	padding-top: 13px;
	background-image: url(../img/ButtonMedium.gif);
	background-repeat: no-repeat;
	color: #00aadd;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover {
	color: #333333;
}

/*-----------------  services ----------*/

.icons {
	padding: 5px 0px 5px 125px;
	clear: none;
}

.icons h3 {
	clear: none;
}

.iconsImg {
	float: left;
	display: block;
	clear: both;
}

.iconsImgRight {
	float: left;
	display: block;
	clear: both;
}

.training {
	padding-left: 50px;
}

/*-----------------  training ----------*/


table.trainingTable {
	background:#eeeeee none repeat scroll 0 0;
	border:1px solid #E0E0E0;
	padding: 0px
}

table.trainingTable th {
	height:17px;
}

table.trainingTable tr.trainingTableTitle {
	background:#002f66 none repeat scroll 0 0; /*#4e792b; #62a703 #002f66 */
	border:0px;
	color:white;
}

table.trainingTable td {
	padding:3px;
}

table.trainingTable tr.month {
	background:#DDDDDD none repeat scroll 0 0;
	color:#00aadd; /*#4e792b; #62a703; */
	font-weight:bold;
}


/*-----------------  Course Desc--------*/
.emphase {
	text-align: left;
	color:#00AADD;
	font-weight: bold;
	font-size: 20px;
}

.instructor {
	background-image: url(../img/Instructor_BG.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 135px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 100px; 
	border-bottom: 1px solid #c9c9c9;
}

.instructor img {
	float: left;
	padding: 5px 5px 5px 5px;
	border: 1px #c9c9c9 solid;
}
	
.instructor H3, .instructor p{
	clear: none;
	padding-left: 115px;
}

.colContainer {
	height: auto;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../img/ColBG.gif);
	background-position: bottom;
	background-repeat: no-repeat;}

.colContainer .col_C3{
	border: none;}

.clear{
	clear: both;
}

.price {
	width: 220px;
	height: 160px;
	background-image: url(../img/Price_BG.gif);
	background-repeat: no-repeat;
}

.amount {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding: 50px 0px 0px 80px;
}

.unit {
	color: white;
	padding: 50px 0px 0px 85px;
}






/*-----------------  register  ----------*/

p.RegisterButton {
	margin: 10px auto;
	width: 175px;
}


/*-----------------  contact  ----------*/

div.ContactRow {
	overflow: hidden;
	width: 280px;
	margin: 15px auto;
}

div.ContactTitle {
	float: left;
	text-align: left;
	width: 105px;
	padding: 0 0 0 25px;
	font-size: 14px;
}

div.ContactData {
	float: left;
	text-align: left;
	width: 150px;
	font-size: 14px;
}

div.ContactTitle.Phone {
	background: url(../img/Icon_Telephone.gif) no-repeat;

}

div.ContactTitle.Email {
	background: url(../img/Icon_EMail.gif) no-repeat;

}

div.ContactTitle.Address {
	background: url(../img/Icon_Building.gif) no-repeat;

}