* {			margin: 0px; padding: 0px;}
/*html {		height: 100%;}*/
body {
	/*
	background: #000000 url(images/bgd_page.jpg) repeat fixed center center;
	*/
	margin: 0px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	/*
	height: 100%;
	*/
	text-align: center;
}

body * {
	font-size: 10px;
}

table {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#main {
	margin: auto;
	vertical-align: middle;
	width: 900px;
	height: 100%;
	/*
	border: 1px solid #ff0000;
	*/
}

#pageIFrame {
	margin: auto;
	text-align: center;
	width: 100%;
	height: 500px;
	/*
	border: 1px solid #00ff00;
	*/
}

#page {
	margin: auto;
	width: 100%;
	height: 480px;
	text-align: center;
}
/*
#page td {
	vertical-align: middle;
}
*/
#menu_main {
	width: 100%;
	height: 30px;
	/*
	margin-top: 10px;
	*/
}

#menu_main td {
	color: #4e4e4e;
	text-align: center;
	border-top: 1px solid #4e4e4e;
	padding-top: 7px;
}

#menu_main a {
	text-decoration: none;
	color: #c4c4c4;
	margin: 0px 3px 0px 3px;
}

#menu_main a:hover {
	color: #61c3e2;
}

.texteIntro {
	color: #61C3E2;
	letter-spacing: 3px;
	font-size: 11px;
	font-weight: normal;

}

.colTexte {
	width: 30%;
}

.texteCourant {
	vertical-align: top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 0px 0px 0px 30px;
	line-height: 14px;
}

.texteCourant h1 {
	font-size: 13px;
	color: #61c3e2;
	padding-bottom: 10px;
	/*
	line-height: 20px;
	*/
}

.texteCourant h2 {
	font-size: 13px;
	color: #bbbbbb;
	padding-bottom: 5px;
}

.texteCourant li {
	list-style: disc;
}

.texteCourant a {
	text-decoration: none;
	color: #dddddd;
}

.texteCourant a:hover {
	color: #61c3e2;
}

.blocArticle {
	margin: 0px 20px 0px 0px;
	
	width: 880px;
	border-left: 1px solid #555555;
	
	height: 400px;
	/*
	border: 1px solid #0000ff;
	display: inline-block;
	*/
}


/*
.blocArticle * {
	display: inline;
}
*/
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
A.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
