@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	background-image:url(../images/bandeau_noir_px.jpg);
	background-repeat:repeat-x;
	margin:20px 0px 0px 0px;
	padding:0px;
	font-family:verdana;
	font-size:0.8em;
	}
	
/*GENERAL*/

img{padding:0px;margin:0px;border:0;}

p{padding:0px;margin:0px;}

a{font-weight:bold;color:#3399cc;padding-top:5px;}

h1, h2, h3, h4{font-family:"trebuchet Ms";}

h1{	color:#333;
	font-size:24pt;
	font-weight:bold;
	background-image:url(../images/h1_bullet.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 55px;
	height:55px;
	}
h2{	color:#ff6600;
	font-size:16pt;
	font-weight:bold;
	background-image:url(../images/h2_bullet.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 25px;
	margin-left:-20px;
	}

h3{	color:#ff9933;
	font-size:13pt;
	font-weight:bold;
	background-image:url(../images/h3_bullet.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 25px;
	}

h4{	color:#999;
	font-size:11pt;
	font-weight:bold;
	background-image:url(../images/h4_bullet.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 25px;
	}
	
.titre-orange, .titre-bleu, .titre-vert{
	font-family:"trebuchet Ms";
	font-size:16pt;}

.titre-orange{color:#ff6600;}

.titre-bleu{color:#3399cc;}
	
.titre-vert{color:#66cc66;}

.txt-orange{color:#ff6600;}

.txt-bleu{color:#3399cc;}
	
.txt-vert{color:#66cc66;}

.courrier{ font-family:"Courier New", Courier, monospace}

table {
	border: 1px solid #ccc;
}
td, th {
	border: 1px solid #ccc;
	border-collapse:collapse;
	}

th{
	color:#3399cc;
	}

td{
	color:#777;
	text-align:center
	}

caption{
	color:#fff;
	background-color:#CCCCCC;
	font-size:14px;
	font-weight:bold
	}

/*----------------TEMPLATE-----------------*/

#page{
	width:800px;
	height:auto;
	padding:0px;
	margin:auto;
	}
.header{
	width:800px;
	height:80px;
	padding:0;
	margin:0;
	}

.logo{
	width:170px;
	height:70px;
	padding:0px;
	margin:0px;
	float:left;
	}
	
/*BOUTONS MENU*/

.menu{width:800px;}
	
.menu .bouton{
	height:32px;
	padding:0;
	margin:0;
	border:0;
	float:left;
	}
	
.bouton a{
	font-family:"trebuchet Ms";
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	display: block;
	background-repeat:no-repeat;
	height:37px;
	}

.bouton a:hover{
	color:#fff;
}
.bouton a#home{
	width: 150px;
	background-image:url(../images/btn_home.jpg);
	}
.bouton a:hover#home{
	background-image:url(../images/btn_home_over.jpg);
	}

.bouton a#app{
	width: 174px;
	background-image:url(../images/btn_app.jpg);
	}
	
.bouton a:hover#app{
	background-image:url(../images/btn_app_over.jpg);
	}
	
.bouton a#fse{
	width: 175px;
	background-image:url(../images/btn_fse.jpg);
	}
	
.bouton a:hover#fse{
	background-image:url(../images/btn_fse_over.jpg);
	}

.bouton a#pim{
	width: 158px;
	background-image:url(../images/btn_pim.jpg);
	}
	
.bouton a:hover#pim{
	background-image:url(../images/btn_pim_over.jpg);
	}

.bouton a#ctct{
	width: 143px;
	background-image:url(../images/btn_ctct.jpg);
	}
	
.bouton a:hover#ctct{
	background-image:url(../images/btn_ctct_over.jpg);
	}
	
	
/*CONTENU*/
.content{
	background-color:#FFFFFF;
	width:800px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	}
	
/*FOOTER*/	
.footer{
	width:800px;
	height:auto;
	margin:10px 0px;
	color:#FFFFFF;
	text-align:center;
}

.footer a{
	color:#FFFFFF;
}

/*----------------PAGES-----------------*/

.banner{
	width:800px;
	height:160px;
	background-image:url(../images/banner-bg.jpg);
	background-repeat:repeat-x;
	background-color:#999;
	}

.black_line{
	width:780px;
	height:18px;
	background-image:url(../images/black_line.jpg);
	background-repeat:repeat-x;
	padding:5px 0px 5px 20px;
	color:#FFFFFF;
	float:left;
	}
.black_line a {
	color:#FFFFFF;
	font-weight:normal;
	font-size:9pt;
	text-decoration:none
}

.black_line a:hover {
	color:#ff6600;
	text-decoration:underline;
}

.bl_link{
	width:150px;
	height:24px;
	padding:0px 5px;
	float:left;
	}

.bann-ill{
	width:180px;
	height:85px;
	margin-top:5px;
	}
	
.text-content{
	width:720px;
	height:auto;
	padding:40px;
}

.hr-separ, .hr-separ-home{
	width:720px;
	height:1px;
	background-color:#666666;
	margin:20px 0px;
	}
	
.ref, .ref-ctnt{
	background-image:url(../images/ref_bg.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	margin:20px 0px;
	padding:15px;
}

.ref table {border:none;}
.ref td, .ref th {border:none;}
.ref th{color:#3399cc;}
.ref td{color:#777; text-align:left}

.ref-ctnt{
	color:#666666;
	font-family:"Courier New", Courier, monospace;
}

/*----------------HOME PAGE-----------------*/

.home-banner{
	width:800px;
	height:142px;
	background-color:#999;
	}

.home-chapo{
	font-family:"trebuchet Ms";
	color:#666666;
	font-size:11pt;
	padding:10px 0px 20px 0px;
}

.home-colonnes1{
	width:225px;
	height:auto;
	float:left;
}
.vr-separ{
	width:1px;
	height:400px;
	background-color:#666666;
	margin:0px 10px;
	float:left;
	margin-top:40px
	}
.hr-separ-home{float:left}

.txt{
width:720px;
height:auto;
float:left}

/*-----------------CONTACT PAGE-------------*/


#contact form label {
	font-weight: bold;
	text-transform: capitalize;
	width: 100px;
	margin-left: 100px;
	float: left;

}
#contact form label span{
	color: #FF0000;

}
#contact p {
	padding-bottom: 10px;
}

#contact form input {
	width: 200px;
}

#contact form {
	height: 220px;
}


#contact form textarea {
	width: 400px;

}
#contact #result {
	text-align: center;
	color: #66CC66;
	font-weight: bold;
	font-size: 18px;
	display: none;
	height: 170px;
	padding-top: 50px;
	text-shadow:1px 1px 1px #333333 ;
}
#contact #errorMessage {
	color: #FF0000;
	position: relative;
	margin-top: -27px;
	margin-left: 415px;
	display: none;

}
#contact #okMessage {
	color: #66CC66;
	position: relative;
	margin-top: -27px;
	margin-left: 415px;
	display: none;

}

#contact {
	height: 310px;
}
#confirmMessage {
	text-align: center;
	color: #66CC66;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


/*----------------LOGIN PAGE-----------------*/
.login-text-content{
	width:800px;
	height:45px;
	
	margin-top:50px;
	color:#ff6600;
	text-align:center;
}
.login-form{
	background-image:url(../images/login_bg.jpg);
	background-repeat:repeat-x;
	width:800px;
	height:120px;
	float:left;
	color:#666;
	}

.login-form form {
}
.login-form form p{
	padding-bottom: 5px;
	padding-left: 300px;
}
.login-form form p label{
	display: block;
	width: 100px;
	float: left;
	text-transform: capitalize;
}
.register-form form p {
	padding-bottom: 5px;
	padding-left: 20px;
}
.register-form form p label{
	float: left;
	width: 100px;
	text-transform: capitalize;
}



.register-form-bg{
	background-image:url(../images/register_bg.jpg);
	background-repeat:repeat-x;
	width:800px;
	height:200px;
	margin:20px 0px;
	float:left;
	color:#FFFFFF;
	}
	
.register-form-txt{
	float:left;
	width:255px;
	margin:0px 40px 0px 80px;
	}
	
.register-form{
	float:left;
	width:285px;
	margin:20px 40px;
	}
