/*--------------------------------------------------
	Titre: 			styles.css						
	Entreprise: 	PC Project						
	Auteur: 		Huber laurent					
	Date: 			29.01.08						
	But: 			page de styles         			
	Modification: 									
----------------------------------------------------*/

/*  Partie globale de la page
**************************************************************************/
body {
	width:800px;
	min-height:600px;
	margin: auto;
	position:static;
	float:none;
	margin-top:10px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0;
	color:#000000;
	font-weight:normal;
}

input, select, option{	
	border-right: #cccccc 0.1em solid;
	border-top: #cccccc 0.1em solid;
	border-left: #cccccc 0.1em solid;
	border-bottom: #cccccc 0.1em solid;
	font-size: 10px;
	background-color:#ECECEC;
}

textarea{	
	border-right: #cccccc 0.1em solid;
	border-top: #cccccc 0.1em solid;
	border-left: #cccccc 0.1em solid;
	border-bottom: #cccccc 0.1em solid;
	font-size: 11px;
	background-color:#ECECEC;
}

h1{
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#2151A2;
	font-size:14px;
}

h2{
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#2151A2;
	font-size:12px;
}

h3{
	margin:0;
	margin-bottom:3px;
	padding:0;
	font-size:12px;
}

hr{
	color:#2151A2;
	color:#0066CC;/**/
}

p{
	margin:0;
	padding:0;
	margin-top:3px;
}

table, tr, th{
	font-weight:normal;
}
/*  Header
**************************************************************************/
.header {
	background-image:url(../images/bg/header.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:83px;
}

/*  Header_Photos
**************************************************************************/
.header_photos {
	background-image:url(../images/bg/header_photos.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:105px;
	text-align:center;
}

	.header_photos img{
		margin-left:8px;
		margin-right:8px;
		margin-top:5px;
	}

/*  Menu_Horizontal
**************************************************************************/
.menu_horizontal {
	background-image:url(../images/bg/menu.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:33px;
}
	.menu_horizontal .btn_menu, .menu_horizontal .btn_menu a:link, .menu_horizontal .btn_menu a:visited{
			float:left;
			margin-top:3px;
			margin-left:12px;
			font-weight:bold;
			font-size:14px;
			color:#2151A2;
			text-decoration:none;
			text-align:left;
	}

/*  Container
**************************************************************************/
.container {
	background-image:url(../images/bg/container.png);
	background-repeat:repeat-y;
	background-position:top;
	width:100%;
}
	
	/*  Contenu
	**************************************************************************/
	.main {
		width:780px;
		margin-left:10px;
		margin-right:10px;
	}
	
	/*  Menu_Vertical
	**************************************************************************/
	.menu_vertical{
		width:120px; /* 140px -2x10px */
		height:500px;
		margin-left:10px;
		margin-right:10px;
	}
	
	/*  contenu
	**************************************************************************/
	.contenu {
		width:475px;
		max-width:475px;
	}
	
	/*  Annonces
	**************************************************************************/
	.annonces {
		width:130px;
		height:100px;
		margin-left:7px;
		margin-right:4px;
	}
		
/*  Footer
**************************************************************************/
.footer {
	background-image:url(../images/bg/footer.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	/*height:52px;/**/
	height:60px;
}



/****************************************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/






/*  Cordonnées
**************************************************************************/
.coordonnees {
	font-size:9px;
	text-align:left;
	padding-left:30px;
	padding-top:20px;
	margin-top:5px;
	margin-left:30px;
	color:#333333;
}

/*  Erreur pour les formulaire (affichage en rouge du champ faux)
**************************************************************************/
.error{color:#FF0000;}

/*  Petites annnonces
**************************************************************************/
.annonces{font-size:10px;}

.annonces .a-type{color:#FF6600;}

.annonces .a-titre{color:#000066; font-weight:bold;}

/*  Gestionnaire
**************************************************************************/
.gestionnaire, .gestionnaire table{
	font-size:10px;
	margin-left:10px;
	padding-left:10px;
}

.gestionnaire .g-type{color:#FF6600;}

.gestionnaire .g-titre{color:#000066;}

.admin{
	background-image:url(../../Images/admin.png);
	background-position:left;
	background-repeat:no-repeat;
}

.pnl_membres a:link, .pnl_membres a:visited{
	text-decoration:none;
	color:#000000;
	color:#000066;
}

.pnl_membres a:hover{
	text-decoration:underline;
}


.green {color:#006600;}
.red {color:#B70000;}
.blue{color:#000099;}
.jaune{color:#FFFF66;}
.white{color:#FFFFFF;}

.petit{font-size:9px;}
.grand{font-size:12px;}

.normal{font-weight:normal;}

.pcproject{
	padding-top:32px;
	margin-left:162px;
	text-align:left;
}