@charset "iso-8859-2";
/* CSS Document */

/*  Partie globale de la page
**************************************************************************/
body{
	width:780px;
	margin: auto;
	position:static;
	float:none;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0;
	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	background-image:url(../images/background/body.png);
	background-repeat:repeat;
}

/* Title 
******************/
h1{
	font-size:12px;
	margin:0px;
}

h2{
	font-size:10px;
	color:#990000;
	margin:0px;
}

h3{
	font-size:10px;
	color:#990000;
	margin:0px;
}

p{
	padding:0px;
	margin:0px;
}
/* Link 
******************/
a:link, a:visited{
	text-decoration:none;
	color:#990000;
}

a:hover{
	text-decoration:underline;
}

a:link img, a:visited img{
	border:1px solid;
}

a:hover img{
	/*border-color:#0067ab;*/
}

/* Formulaire 
******************/
input, select, option, textarea{	
	border: #999999 0.1em solid;
	font-size: 10px;
	background-color:#efefef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:1px;
	color:3#f90c8;
}


/*  Structure
**************************************************************************/
.header{
	width:780px;
	height:180px;
	background-image:url(../images/background/header.png);
	background-position:top;
	background-repeat:no-repeat;
}
	.zone-coordonnees{
		float:none;
		width:150px;
		max-width:150px;
		margin-left:40px;
		margin-bottom:25px;
	}
	
	.zone-menu{
		float:none;
		width:540px;
		padding-bottom:42px;
	}
		.btn-menu-first{
			float:left;
			width:95px;
			height:24px;
			background-image:url(../images/background/btn_menu_first.png);
			background-position:right;
			background-repeat:no-repeat;
		}
		.btn-menu{
			float:left;
			width:auto;
			height:24px;
			background-image:url(../images/background/btn_menu.png);
			background-position:right;
			background-repeat:no-repeat;
		}
		.btn-menu-last{
			float:left;
			width:auto;
			height:24px;
			background-image:url(../images/background/btn_menu_last.png);
			background-position:right;
			background-repeat:no-repeat;
		}
		.txt-menu, .txt-menu a:link, .txt-menu a:visited{
			color:#333333;
			font-weight:bold;
			padding-left:5px;
			padding-right:5px;
			padding-top:9px;
			text-align:right;
		}
			.txt-menu a:hover{
				color:#990000;
			}
	
.container{
	float:none;
	width:780px;
	/*min-height:400px;*/
	background-image:url(../images/background/container.png);
	background-position:top;
	background-repeat:repeat-y;
	padding-bottom:10px;
}
	.left-header{
		width:190px;
		height:24px;
		max-height:24px;
		background-image:url(../images/background/left_header.png);
		background-position:top;
		background-repeat:no-repeat;
		text-align:left;
	}
	.left{
		width:190px;
		min-height:100px;
		background-image:url(../images/background/left.png);
		background-position:top;
		background-repeat:repeat-y;
	}
	.left-footer{
		width:190px;
		height:10px;
		max-height:10px;
		background-image:url(../images/background/left_footer.png);
		background-position:top;
		background-repeat:no-repeat;
	}
	
	.center-header{
		width:580px;
		height:24px;
		max-height:24px;
		background-image:url(../images/background/center_header.png);
		background-position:top;
		background-repeat:no-repeat;
		text-align:left;
	}
	.center{
		width:580px;
		min-height:400px;
		height:100%;
		background-image:url(../images/background/center.png);
		background-position:top;
		background-repeat:repeat-y;
		text-align:left;
	}
	.center-footer{
		width:580px;;
		height:10px;
		max-height:10px;
		background-image:url(../images/background/center_footer.png);
		background-position:top;
		background-repeat:no-repeat;
	}
	
	.p-text{
		padding:7px;
		padding-top:5px;
	}

.footer{
	width:780px;
	min-height:24px;
	background-image:url(../images/background/footer.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:5px;
	text-align:center;
}

/* Copyright 
******************/
.copyright-pcproject{
	width:780px;
	height:40px;
	margin-top:30px;
	text-align:center;
}
	.copyright-pcproject a:link, .copyright-pcproject a:visited{
		color:#0067ab;
	}


/*  Autre Style
**************************************************************************/
.frm_contact{
	float:none;
	background-image:url(../images/frm_contact.jpg);
	background-repeat:no-repeat;
	padding-left:120px;
}