/* Site développé en CSS Strict par Graphisland.com pour le compte de la société PITI
CSS du site CFPA.pf */

/* Style principal
----------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}

.lien:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b8c400;
	text-decoration:none;
	font-weight: bold;
}

#copyright {
	font-size: 10px;
	color: #999999;
	float: left;
	z-index: 0;
}

.images {
	border: 1px solid gray;
	padding: 3px;
	background-color: #FFFFFF;
	display: block;
}

.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	text-align: center;
	margin: 3px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.bouton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	border: 1px dotted #999999;
}


/* Texte 
----------------------------------------------- */
.titre {
	font-size: 18px;
	color: #b8c400;
	text-decoration: none;
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: 40px;
	display: block;
	font-weight: bold;
	height: 32px !important;
	padding-top: 5px;
	margin-top: 25px;
}

.titresansfleche {
	font-size: 18px;
	color: #b8c400;
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight: bold;
	height: 32px !important;
}

.titresub {
	color: #026294;
	font-weight: bold;
}

.textemain {
	margin: 5px;
}

.texteedito {
	text-align: justify;
	margin: 5px;
}

.souligne {
	text-decoration: underline;
}

.textemainwhite {
	color: #fff;
	margin: 10px;
	text-align: center;
}

.textemainbold {
	font-weight: bold;
	margin: 5px;
}

.titrerightvert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b8c400;
	text-align: left;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
}

.texterightblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ececec;
	text-align: justify;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
}

.texterightmorevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b8c400;
	text-align: right;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
}

.texterightmorevert:hover {
	color: #fff;
}




/* Zone logo par rubrique
----------------------------------------------- */
#logo {
	background-image: url(images/logo01.jpg);
	background-repeat: no-repeat;
	width: 238px;
	height: 250px;
}

#logo-cfpa {
	background-image: url(images/logo-cfpa.jpg);
	background-repeat: no-repeat;
	width: 238px;
	height: 250px;
}

#logo-liens {
	background-image: url(images/logo-liens.jpg);
	background-repeat: no-repeat;
	width: 238px;
	height: 250px;
}


/* Zone des sous menu
----------------------------------------------- */
#zonemenuentry {
	width: 222px;
	height: 181px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	margin-right: 10px;
	line-height: 22px;
}

#zonemenucfpa {
	width: 250px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 16px;
}

#zonemenucfpa a {
	color: #fff;
	text-decoration: none;
}

#zonemenucfpa a:hover {
	color: #b8c400;
	text-decoration: underline;
}

.lienactif {
	color: #b8c400;
	text-decoration: none;
}

/* Style du menu supérieur
----------------------------------------------- */
#upmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	display: block;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #1d2d82;
	text-decoration: none;
}

#upmenu a:hover {
	color: #fff;
	text-decoration: none;
}

#upmenu a {
	color: #1d2d82;
	text-decoration: none;
}


/* Style du menu inférieur - Footer
----------------------------------------------- */
#menufooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	display: block;
	color: #999;
	text-decoration: none;
}

#menufooter a:hover {
	color: #000;
	text-decoration: none;
}

#menufooter a {
	color: #999;
	text-decoration: none;
}


