﻿/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	text-align: center;}
#page {
	padding: 0 0 0 0;
	font-size: 1em;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0;
	width: 790px;
	background-color: #ffffff;
	text-align: left;
}

#entete {
	width: 790px;
	height: 90px;
	background-color: #990000;
}
#entete h3 {
	color: #ffffff;
	font-size: 30px;
	margin-top: 10px;
	margin-left: 30px;
	font-weight: bolder;
}
#pieddepage {
	width: 790px;
	height: 30px;
	background-color: #000080;
	color: #ffffff;
	clear: both;
}
#colcentre {
	width: 500px;
	background: #FFFFCC;
	padding-top: 10px;
	padding-left: 10px; 
	float: left;
	
}

#colgauche, #coldroite  {
	
	
	background-color: #FFCC33;
}
#colgauche{
	float: left;
	width: 120px;
}
#coldroite{
	float: right;
	width: 160px;
	
}
.copyright {
	text-align: center;
	font-size: smaller;
	font-weight: bolder;
	color: White;
	padding-top: 10px;
}
.enconstruction {
	text-align: center;
	font-weight: bolder;
}
#emploi {
	
}
#emploi h3{
	color: White;
	background-color: #CC0000;
}

#emploi li{
	text-decoration: none;
	list-style: none;
	list-style-type: none;
}
#partenaires{
	}
	#partenaires h3{
	color: White;
	background-color: #CC0000;
}
#mgoogle {
	text-align: center;
}

#contact{	
	}
#accueil {
	padding-bottom: 1em;
}

#contact h3{color: White;
	background-color: #CC0000;
	}	
A:active {
    text-decoration:none;
    font-weight:bold;
    color:#F63;
  }


A:link {
    text-decoration:none;
    font-weight:bold;
    color:#F63;
  }

A:visited {
    text-decoration:none;
    font-weight:bold;
    color:#F63;
  }
A:hover {
    text-decoration:none;
    color:#FC0;
  }
