@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 1024px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 22px;
	margin-bottom:30px;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

a {
	color:#003366;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


/* Messages d'erreur ou de validation */
div.msgbox, #ajaxMessageGlobal {
	-moz-border-radius: 4px;
	font-size:12px;
	margin:0px auto 10px;
	border-style: solid;
	border-width: 2px;
	width:90%;
	padding: 4px 4px 4px 30px;
	background-repeat:no-repeat;
	background-position: 8px 5px;
}
div.validbox {
	background-image: url(true.png);
	background-color: #DFFFDF;
	border-color:#9FCF9F;
	color: #325F32;
}
div.errorbox {
	background-image: url(false.png);
	background-color: #FFE3E3;
	border-color:#DD0000;
	color: #740033;
}
div.infobox {
	background-image: url(info.png);
	background-position: 8px 3px;
	background-color: #FFFFDD;
	border-color:#FFD700;
	color: #000000;
}
div.debug {background-image: none;}

p {
	margin-bottom: 5px;
}

#header {
	position: relative;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 114px;
	width: 1024px;
}

#PortalLogo img.fond {
	opacity: 0.75;
	position: absolute;
}

#PortalLogo img.logo {
	left: 50px;
	position: absolute;
	top: 35px;
}

#navbar {
	height: 16px;
	width: 100%;
	position: relative;
	background-image: url(degrade_bleu.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #557EBD;
	text-align: right;
}

#navbar a {
	color: #FFF;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar li {
	display: inline;
	color: #FFF;
	margin-right: 20px;
}

#main_content {
	margin:0 auto;
	padding: 40px 20px 0;
	min-height:350px;
	width:800px;
}

#main_content ul {margin: 0 0 10px 30px;}

#formulaire {
	text-align: center;
}

#formulaire table {
	background-image: url(full_box.png);
	width: 460px;
	height: 203px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
}

#footer {
	color:#000000;
	background: url("degrade.jpg") repeat-x scroll 0 0 #FFFFFF;
	font-size: 90%;
	padding: 5px 0 0;
	text-align: center;
	height:36px;
	margin-top:40px;
}

