/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.couleur_cadre_bg {
background-color:#2365BB;
}

.couleur_cadre_border {
	border-color:#2365BB;
	color: #FFFFFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topsite {
	position: fixe;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header {
	background-image: url(../images/logos/banner03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
	width: 770px;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	background-color: #2365BB;
}

#cadre_full {
	width:760px;
	float:left;
	border:0px;
	margin:2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
}

h1.titre  { /* titre de cadre 2 */
	margin: 1px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #004E93;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2.titre { /* titre de cadre 1 */
	padding: 2px;
	font-size: 11pt;
	color: #004E93;
	background-repeat: repeat-y;
	text-align: left;
	margin:3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h4.titre  { /* titre de cadre 2 */
	margin: 1px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #004E93;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#navbar 
{
	background-color: #000F60;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 15px;
}

#navbar A 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	color:#FFFFFF;
	padding-left: 2px;  
	padding-right: 2px;
	white-space: nowrap;
}

#navbar A:hover 
{
	text-decoration: underline; 
	color:#00CCFF;
}

#navbar A:active {

	text-decoration: underline; 
	color:#00CCFF;
}


#navbar SPAN 
{ 
	color: #FFFFFF;
}



/* Liste */
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* lien */

a.lien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0066CC;
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
}

a:hover.lien {
	text-decoration: underline;
	color: Black;
}

table {
	border: thin solid #FFFFFF;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #0099CC;
	background-color: #FFFFFF;
	margin: 1px;
	color: #003366;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #0099CC;
	background-color: #FFFFFF;
	margin: 1px;
	color: #003366;
}

.footer {
	background-color:#FFFFFF;
	text-align: center;
	width: 100%;
	margin: 5px;
	padding: 1px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	vertical-align: bottom;
}
.footer a.lien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0066CC;
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
}

.footer a:hover.lien {
	text-decoration: underline;
	color: Black;
}.txt {
	padding-left: 15px;
}
