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

html, body { /** pour page qui prend 100% de la page**/
	margin: 0;
	padding: 0;
	height: 100%;
	
	margin-top: 00px;
	margin-bottom: 00px;
}

#fullheight{
	height:100%;
	background-image: url(gfx/bg-g.gif);
	background-repeat: repeat-x;
}


#col-gauche {
	width: 193px;
	margin-right: 5px;
	/*background-color: #fec101;*/
	float:left;
	text-align: center;	
	background-image: url(gfx/bg-g.gif);
	background-repeat: repeat-x;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000033;
}
.img-pola {
	background-color: #cccccc;
	border: 1px solid #333333;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#content {
	width: 950px;
	
	
}
.titres1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #2979E3;
	font-weight: bold;
}
.contenu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134B97;
}
.contenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}


#col-droite {
	width: 735px;
	margin-left: 5px;
	/*background-color: #666666;*/
	float:left;
	margin-top: 20px;
	
	}
	
.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

a{
	outline:none;
}

a.menu:link, a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2979e3;
	text-decoration: none;
	outline:none;
	margin: 20px;
	
}

a.menu:link{
	color:#2979e3;
	height:30px;
	font-weight:bold;
	outline:none;
}
a.menu:hover {
	color: #2e9926;
	height: 30px;	
	outline:none;
	font-weight:bold;
}

#tblfooter {
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #000000;

	background-color: #e4c18e;
}



.tble-form {
	background-color: #EAF1FF;
	border: 1px solid #FFFFFF;
	margin: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2F73FF;
}
.cell-form {
	border: thin solid #FFFFFF;
}

.titres-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0033CC;
	background-color: #D2E2FF;
	border-color:#FFFFFF;
	margin: 2px;
	padding: 3px;
}
input[type=submit], input[type=reset] {
	border:1px outset #FFFFFF;
	background-color:#BFD5FF;
	font-weight:bold;
	color:#003399;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
input[type=submit]:hover, input[type=reset]:hover {
	border:1px outset white;
	background-color:#346ABC;
	color: #FFFFFF;
}
input[type=submit]:active, input[type=reset]:active {
border:1px inset #ffffff;
background-color:#BFD5FF;
color:black;
}