@charset "utf-8";
/* --------------------- CSS Document -------------------- */
/*  ------------------------------------------------------ */
/* -----------Create by Alexandre BAIS, witaj.fr --------- */
/*  ------------------------------------------------------ */

/*  --------- MAIN PROPERTIES OF THE WEB PAGE  ----------- */

body {
	margin:0px;
	border:0px;
	border-spacing:0px;
	empty-cells:hide;
	padding:0px;
	background-color:#3c74ae;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	min-width:860px;
	}
html, body, table, td, tr{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}

/* --------- POLICY -------------------------------------  */

p, .subtitle, h1, h2, h3 {
	color:#001e38;
	margin-top:0.2em;
}
a, a:active, a:visited {
	color:#2a578c;
	font-weight:bold;
	text-decoration:none;
}
a:hover:link, a:hover:visited {
	color:#2a578c;
	text-decoration:underline;
}
h1 {
	font-size:22px;
}
h1:before {
	content: url("images/puce.gif");
}
h2 {
	text-indent:10px;
	font-style:oblique;
	color:#2a578c;
	font-size:18px;
}
h2:before {
	content: url("images/puce2.gif");
}
h3 {
	text-indent:5px;
	font-style:oblique;
	font-size:16px;
}

/* --------------- DESIGN OF THE WEB PAGE ---------------  */
/* ------------------------------------------------------  */
.integrale{
	background-color:#001e38;
	background-image:url(images/bottom_pattern.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
}

/* ------------------------------------------------------  */
/* ----- TOP --------------------------------------------  */
/* ------------------------------------------------------  */

.top{
	background-image:url(images/top_pattern.jpg);
	background-position:center;
	height:204px;
}
.header{
	position:relative;
	background-image:url(images/header.jpg);
	height:166px;
	width:860px;
	margin:auto;
}
.header:hover {
	cursor:pointer;
}
.en-tete{
	position:relative;
	background-image:url(images/en-tete.jpg);
	height:40px;
	width:860px;
	margin:auto;
}
.title_box {
	position:relative;
	left:-132px;
	height:40px;
	font-size:16px;
	font-weight:bold;
	color:#2a578c;
}
.title_bg {
	position:relative;
	float:right;
	height:30px;
	background-image:url(images/title_bg.gif);
	padding-top:7px;
}
.title_begin {
	position:relative;
	float:right;
	width:17px;
	height:40px;
	background-image:url(images/title_begin.gif);
}

/* ------------------------------------------------------  */
/* ----- MENU -------------------------------------------  */
/* ------------------------------------------------------  */

.menu{
	position:relative;
	text-align:center;
	color:001e38;
	float:left;
	left:70px;
	width:191px;
	height:500px;
}
.menu_user{
	padding-right:25px;
	padding-left:14px;
	min-height:80px;
	background-image:url(images/menu_bg.jpg);
}
.menu_sep{
	height:25px;
	background-image:url(images/menu_sep.jpg);
}
.menu_button{
	padding-right:25px;
	padding-left:14px;
	min-height:100px;
	background-image:url(images/menu_bg.jpg);
}
.menu_end{
	height:71px;
	background-image:url(images/menu_end.jpg);
}
.menu_button a, .menu_button a:active, .menu_button a:hover , .menu_button a:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

/* - Login ----------------------------------------------  */

#login_form {
	line-height: 2;
	margin-bottom:0px;
	font-weight:bold;
	font-size:12px;
}
#login_form .button {
	display:block;
	border:none;
	text-align:center;
	text-indent:-65px;
	line-height:15px;
	background-color:#FFFFFF;
	margin-bottom:0px;
}
#login_form #form_password, #login_form #form_email {
	background-color:#dfe8f8;
	border: 1px solid #001e38;
}

/* - Button ---------------------------------------------  */

.button{
	margin:auto;
	position:relative;
	margin-bottom:1px;
	text-align:left;
	text-indent:17px;
	list-style:none;
	line-height:30px;
	height:31px;
	width:148px;
	background-image:url(images/button.jpg);
	background-position:top;
	font-size: 17px;
	color: #FFFFFF;
}
.button:hover {
	background-position:bottom;
}

/* ------------------------------------------------------  */
/* ----- MAIN -------------------------------------------  */
/* ------------------------------------------------------  */

.middle{
	position:relative;
	margin:auto;
	width:860px;
	background-image:url(images/middle.jpg);
}
.main{
	position:relative;
	min-height:500px;
	width:520px;
	margin-left:261px;
	text-align:justify;
	padding:1px;
	padding-right:6px;
}
.main table {
	text-align:center;
	background-color:#dfe8f8;
	border:solid #001e38 1px;
	font-size:11px;
	width:100%;
}
.main table th{
	background-image:url(images/button.jpg);
	height:25px;
	color:#FFFFFF;
}
.main table td, .main table tr{
	border:1px solid #2a578c;
}
.main dt {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
.main #styledform {
	width: 500px;
}
.main #styledform p {
	margin: 4px 0;
}
.main #styledform fieldset {
	margin-bottom: 15px;
	border: #3c74ae 1px solid;
}
.main #styledform fieldset legend {
	padding: 0 10px;
	border-left: #3c74ae 1px solid;
	border-right: #3c74ae 1px solid;
	font-size: 1.2em;
	color: #2a578c;
	font-weight: bold;
}
.main #styledform label {
	font-weight:bold;
	display: block;
	width: 30%;
	float: left;
	padding-right: 2px;
	text-align: right;
}
.main #styledform input {
	margin-left: 2px;
	width: 300px;
	border: 1px solid #001e38;
	background-color:#dfe8f8;
}
.main #styledform select {
	margin-left: 2px;
	width: 300px;
	border: 1px solid #001e38;
	background-color:#dfe8f8;
}
.main #styledform .checkboxinput {
	border:none;
}
.main #styledform .submitinput {
	border: #3c74ae 1px solid;
	background-color:#CCCCCC;
	width: 150px;
}
.main #styledform .submitinput:hover {
	background-color:#999999;
}

/* ------------------------------------------------------  */
/* ----- BOTTOM -----------------------------------------  */
/* ------------------------------------------------------  */

.bottom{
	position:relative;
	background-image:url(images/footer.jpg);
	margin:auto;
	width:860px;
	height:99px;
	background-color:#001e38;
}
.footer{
	padding-top:32px;
	position:relative;
	text-align:center;
	font-size:14px;
	color:#001e38;
	height:25px;
}
.bottom_corner_left{
	z-index:1;
	position:relative;
	float:left;
	width:70px;
	top:-108px;
	height:51px;
	background-image:url(images/bottom_left.jpg);
}
.bottom_corner_right{
	z-index:1;
	position:relative;
	float:left;
	width:70px;
	left:720px;
	top:-108px;
	height:51px;
	background-image:url(images/bottom_right.jpg);
}

/* ------------------------------------------------------  */












