html {
	margin: 0;
	background-color: #000000;
}

body {
	margin: 0;
	font-family: "Century Gothic", Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #66CCFF;
}

img {
	border-width: 0px;
}

div#global {
	height: 600px;
	width: 950px;
	margin: 15px auto;
	padding: 0;
	position: relative;
	background-image: url(Images/fond.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #660066;
}

div#header {
	height: 120px;
	padding: 20px 0px 0px 20px;
}

div#center {
	overflow: auto;
}

div#sidebar {
	float: left;
	width: 210px;
	padding-top: 70px;
	margin: 0;
	padding-left: 10px;
}

#sidebar h1 {
	color: #FFFFFF;
	margin: 0;
	font-size: 20px;
	text-align: right;
	height: 33px;
}

#sidebar img {
	margin-left: 5px;
	vertical-align: text-top;
}


#sidebar #decouvrir {
	margin-right: 5px;
}

#sidebar #cours {
	margin-right: 32px;
}

#sidebar #ministages{
	margin-right: 52px;
}

#sidebar #stages{
	margin-right: 68px;
}

#sidebar #pratiques {
	margin-right: 80px;
}

#sidebar #contact{
	margin-right: 90px;
}

#sidebar h1 a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-right: 40px;
	background-image: url(Images/bouton.png);
	-background-image: url(Images/bouton.gif); /* IE6 */
	background-repeat: no-repeat;
	background-position: right top;
	height: 31px;
	line-height: 31px;
}

#sidebar h1 a:hover {
	text-decoration: none;
	color: #FF99FF;
	background-image: url(Images/bouton.png);
	-background-image: url(Images/bouton.gif); /* IE6 */
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#content {
	float: right;
	width: 630px;
	height: 405px;
	margin-right: 50px;
	margin-top: 25px;
	padding: 0px 10px 20px 2px;
	right: 0px;
	color: #FFFFFF;
	overflow: auto;
	font-size: 0.9em;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099FF;
	font-size: 1.4em;
}

#content h2 {
	font-weight: bold;
	color: #0099FF;
	font-size: 1.2em;
}

#content .actu {
	padding: 5px;
	border-width: 3px;
	border-color: #990000;
	border-style: double;
	background-color: #9966FF;
}

#content .actu h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 0px;
}

#content .actu p {
	margin: 0px;
}

table.contacts {
	width: 100% !important;
	width: 483px;	/* IE */
	border-collapse: collapse;
}

table.contacts td {
	border: 1px solid #6699FF;
	padding: 5px;
	background-color: #663399;
}

table.contacts td h3, table.contacts td h4 {
	margin: 0px;
}
table.contacts .titre {
	font-weight: bold;
	width: 100px;
	vertical-align: top;
}
table.contacts .titre2 {
	font-weight: bold;
	width: 120px;
	vertical-align: top;
}

table.message {
	width: 80%;
	border: 2px solid #990099;
	margin: 10px auto;
}

table.message td {
	border: 1px solid #99FF99;
	padding: 5px;
	text-align: center;
}

div#footer {
	text-align: center;
	font-size: 0.7em;
	color: #CCCCCC;
	margin-bottom: 15px;
	margin-top: -10px;
}

#content .desinscription {
	margin-top: 60px;
	padding: 10px;
	border-width: 3px;
	border-color: #990000;
	border-style: double;
	background-color: #9966FF;
}

#content .desinscription p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 0px;
}

