@charset "utf-8";
html {
	background-color: #C5CEB8;
}

body {
	background-color: #c5ceb8;
	text-align: center;
}

#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/bg01.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#bando_g {
	float: left;
	height: 250px;
	width: 340px;
	clear: left;
}
#bando_d {
	float: right;
	height: 250px;
	width: 560px;
	background-image: url(img/bg03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
}
#menu {
	clear: both;
	height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	width: 860px;
	background-image: url(img/bg04.gif);
	background-repeat: repeat-x;
	list-style-type: none;
	text-align: right;
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	width: 120px;
	height: 40px;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C5996;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #10345C;
}
#menu li.current_page_item a {
	background-image: url(img/bg05.gif);
	background-repeat: repeat-x;
}

#menu li.current_page_parent a {
	background-image: url(img/bg05.gif);
	background-repeat: repeat-x;
}

#menu a:hover {
	background-image: url(img/bg06.gif);
}


#finpage {
	height: 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bg02.gif);
	background-repeat: repeat-x;
	clear: both;
}
#fin_cr {
	float: right;
	height: 20px;
	width: 30px;
	background-image: url(img/bcr.gif);
	background-repeat: no-repeat;
}
#fin_cl {
	float: left;
	height: 20px;
	width: 30px;
	background-image: url(img/bcl.gif);
	background-repeat: no-repeat;
}
#contenu {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#colgauche {
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
#colgauche h1 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96C7DE;
	margin-top: 10px;
}
#colgauche p {
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
}
#coldroite {
	float: right;
	width: 640px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#coldroite p {
	margin-bottom: 10px;
}

#legal {
	width: 860px;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
}
#legal a {
	color: #FF5500;
	text-decoration: none;
}
#coldroite h1 {
	font-size: 18px;
	color: #666666;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96C7DE;
	margin-top: 10px;
}
/* mootools */


#kwicks_container {
	background-color: white;
	width: 640px;
	height: 150px;
	margin-bottom: 15px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 210px;
	height: 150px;
}
 
#kwick_purple {
	background-color: #8D2DBE;
	background-image: url(img/bg_purple.gif);
}
#kwick_blue {
	background-color: #15477A;
	background-image: url(img/bg_blue.gif);
}
#kwick_orange {
	background-color: #EC671D;
	background-image: url(img/bg_orange.gif);
}
#coldroite #kwicks_container #kwicks a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 150px;
}
#kwick_purple a {
	background-image: url(img/metiers.gif);
background-repeat: no-repeat;
}
#kwick_blue a {
	background-image: url(img/formation.gif);
background-repeat: no-repeat;
}
#kwick_orange a {
	background-image: url(img/vie_etudiante.gif);
background-repeat: no-repeat;
}
#coldroite p.infocomp {
	background-color: #F2F8FD;
	padding: 10px;
	border: 1px solid #D0E4E6;
	color: #333333;
	margin-right: 10px;
}

/* mise en page de base */

strong {
	font-weight: bold;
}
em, i, cite {
	font-style: italic;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
