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

/*-----------------------------
	Elements courrants html
-----------------------------*/
/*
* {
	margin: 0;
	padding: 0;
	}
*/

html, body {
	height:100%;
	margin:0pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	background:url(/templates/images/fond_header.gif) repeat-x; 
	}

a.link {
	text-decoration: none;
	color: #FF9900;
	padding: 2px;
	}

a.link:visited {
	color: #FFFFFF;
	}


a.link:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	}	
	
	
a.actif {
	text-decoration: none;
	background-color: #CC0000;
	color: #FFFFFF;
	}

a.link2 {
	text-decoration: none;
	color: #000000;
	padding: 2px;
	}

a.link2:visited {
	color: #999999;
	}


a.link2:hover {
	background-color: #EFB300;
	color: #FFFFFF;
	}	
	
	


/*
	lors des sections différentes dans une même rubrique. navigation en haut a droite
*/	
p#sections {
	text-align : right;
}

#sections a {
	text-decoration: none;
	color: #CC0000;
	padding: 2px;
}

#sections a:visited {
	color: #999999;
	}


#sections a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	}	
	
	
#sections a.actif {
	text-decoration: none;
	background-color: #CC0000;
	color: #FFFFFF;
	}


div {
	padding: 0;
	margin: 0;
	}

table {
	padding: 0;
	margin: 0;
	}

form {
	padding: 0;
	margin: 0;
	}

p {
	margin: 5px 5px 20px 25px;
	text-align: justify;
	}

h1.titres {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-indent: 5px;
	color:#000000;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 5px;
	}

	.bleu {
		background:url(/templates/images/pucebleu.gif) 10px 2px no-repeat;
		padding-left:25px
		}

	.jaune {
		background:url(/templates/images/pucejaune.gif) 10px 2px no-repeat;
		padding-left:25px
		}

	.orange {
		background:url(/templates/images/puceorange.gif) 10px 2px no-repeat;
		padding-left:25px
		}
		
	.rouge {
		background:url(/templates/images/pucerouge.gif) 10px 2px no-repeat;
		padding-left:25px
		}
		

h2.titres {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	text-indent: 26px;
	background: url(/templates/images/puceh2.gif) 0px 2px no-repeat;
	letter-spacing: 1px;
	text-align:left;
	border-bottom: #CC0000 1px solid;
	clear:both;
	margin-top: 20px;
	}

h3.titres {
	}
	
h4.titres {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color:#FF9900;
	text-indent: 40px;
	background: url(/templates/images/puceh4.gif) 0px 2px no-repeat;
	letter-spacing: 1px;
	text-align:left;

	
	}	

.italique {
	font-style:italic;
}

div.TitreInscription {
	font-variant: small-caps;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #CC0000;
	text-align: center;
	font-family: Arial;
	letter-spacing: 2px;
	padding: 5px;
}


/*--------------------------
		Div general
--------------------------*/

div#general{
	width: 800px;
	margin: 0px auto;
	min-height: 100%;
	padding: 0px;
	position: relative;
	background: url(/templates/images/fond_page.gif); 
	}


/*--------------------------
		Div header
--------------------------*/

div#header {
	height: 175px;
	width: 100%;
	background:url(/templates/images/fond_header.gif) repeat-x;
	}

	/*--------------------------
			Div logoAfij
	--------------------------*/
	
	
	div#header div#logoAfij {
		float: right;
		position: absolute;
		right: 0px;
		top: 15px;
		width: 139px;
		height: 65px;
		padding-top:105px;
		background: url(/templates/images/logo_afij.png) no-repeat;
		cursor:pointer;
		text-align:center;
		color:#000000;
		font-size:xx-small;
		letter-spacing:1px;
		}
	
	
	/*--------------------------
			Div logoMiniSite
	--------------------------*/
	
	div#logoMiniSite {
		float: left;
		position: absolute;
		left: -2px;
		top: 1px;
		width: 110px;
		height: 78px;
		margin-top:10px;
		background: url(/templates/images/bacplus.png) no-repeat;
		padding-top: 90px;
		clip: rect(auto 110px 78px auto);
		clip: rect(auto,110px, 78px, auto);
		cursor:pointer;
		}
	
	
	/*--------------------------
			Div pubHeader
	--------------------------*/
	
	div#pubHeader {
		position:absolute;
		left: 180px;
		top: 20px;
		width:auto;
		height:auto;
		}
	


/*--------------------------
		Div center
--------------------------*/

div#center {
	width: 100%;
	overflow: auto;
	padding-bottom: 50px;
	}


/*--------------------------
		Div contenu
--------------------------*/

div#contenu {
	padding: 0px 5px;
	}

	/*--------------------------
		Chemin de navigation
	---------------------------*/
	
	div#path {
		font-size:x-small;
		margin:1px -4px;
		padding:10px 5px;
	}
	
	div#path a {
		color: #000000;
		padding: 0px 2px; 
		text-decoration: none;
		}
	
	div#path a:hover {
		color: #000000;
		background-color:#ffcc33;
		text-decoration: none;
		border-bottom: 1px dashed #000000;
		}
	
	div#path a:hover {
		color: #000000;
		background-color:#ffcc33;
		text-decoration: none;
		border-bottom: 1px dashed #000000;
		}
	
		/*----------------------
			élément courrant
		 ---------------------*/
		div#path #current {
			font-weight:bold;
			color: #CC0000;
			}
/*
		div#path a#current:hover {
			background:none;
			border:none;
			}
*/
/*--------------------------
		Div col_gauche
--------------------------*/

div#col_gauche{
	margin-top: 0px;
	width: 394px;
	float: left;
	}

/*--------------------------
		Div col_droite
--------------------------*/

div#col_droite{
	margin-top: 0px;
	width: 394px;
	float: right;
	}

/*--------------------------
		Div footer
--------------------------*/

div#footer {
	position: absolute;
	bottom: 0px;
	height: 25px;
	width: 100%;
	background-color:#FFFFFF;
	text-align:center;
	padding-top: 5px;
	font-size:x-small;
	border-top: 1px #808080 dashed;
}

	div#footer ul {
		padding:5px;
		margin:0;
		list-style:none;
	}
	
	div#footer ul li {
		padding:0;
		margin:0;
		display:inline-table;
	}
	
	/*--------------------------
			Div footer_links
	--------------------------*/
	
	div#footer a {
		color:#000000;
		padding: 2px;
		}
	
	div#footer a:hover {
		color:#FFFFFF;
		background:#333333
		}

/*------------------------------
		Div menuPrincipal
-------------------------------*/

div#menuPrincipal {
	position: absolute;
	width: 100%;
	top: 100px;
	padding:0;
	margin:0;
	left:1px;
	}

/*----------------------
	Pav a bord rond
----------------------*/
div.PaveInfo {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	background: #F1F2F8 url(/templates/images/pave_info_top_noir.gif) no-repeat top left;
	}

div.PaveInfoTexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px 8px 2px 8px;
	text-align:justify;
	}
	
.PaveInfoTexte p {

	margin-left: 10px;

	}
	

.PaveInfo div.PaveInfoBas {
	background: #bebebe url(/templates/images/pave_info_bottom_noir.gif) no-repeat bottom left;
	top:1px;
	clear:both;
	}

.PaveInfo div.PaveInfoBas p {
	background: url(/templates/images/pave_info_coin_inf_droit_noir.gif) no-repeat bottom right;
	color:#FFFFFF;
	position:relative;
	text-align:right;
	font-weight: bold;
	right: -1px;
	padding-top:3px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size:x-small;
	margin-right:0px;
	}

.PaveInfo div.InfoBasTexte {
	background: url(/templates/images/pave_info_coin_inf_droit_noir.gif) no-repeat bottom right;
	color:#FFFFFF;
	position:relative;
	text-align:right;
	font-weight: bold;
	right: -1px;
	padding-top:3px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size:x-small;
	}

div.PaveInfoBas a {
	color:#FFFFFF;
	padding: 1px 2px 2px 8px;
	}

div.PaveInfoBas a:hover {
	background: url(/templates/images/puce_blanche_paveinfo.gif) 0 50% no-repeat;
	}

/*
	temoignage
*/

div.temoignage {
	background: #FFFFFF url(/templates/images/fond.gif) 0px 0px no-repeat;
	width: 338px;
	height: 160px;
	margin-top: 10px;
	padding: 5px;

	margin-left: 2px;
	}

div.temoignage h2 {
	font-size: x-large;
	letter-spacing: -1px;
	color:#000000;
	font-weight: normal;
	padding:0px;
	margin: 0px 0px 10px 110px;
	margin-top:-6px;

	}
	
div.temoignage a {
	text-decoration: none;
	color: #000000;
	padding: 2px;
	}

div.temoignage a:visited {
	color: #999999;
	}


div.temoignage a :hover {
	background-color: #EFB300;
	color: #FFFFFF;
	}	
	

div.temoignage img {
	float: left;
	}
	
div.temoignage p {
	margin-left: 110px;
	}
