/********************************************/
/** CSS DU SITE DE LA TAXE D'APPRENTISSAGE **/
/**        DES COMPAGNONS DU DEVOIR        **/
/********************************************/

html {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Arial";
	font-size: 11px;
	color: #333333;
	padding: 0;
	margin: 0;
	background-image: url('img/bg_body.gif');
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border: none;
}

input {
	vertical-align: middle;
	font-size: 11px;
	border:1px solid #FF8530;
}

textarea {
	border:1px solid #FF8530;
}

td { font-size: 11px; }

/* conteneur du site */
#conteneur {
	position: absolute;
	top: 0;
	left: 50%;
	width: 781px;
	margin-left:-390px;
}

/* en-tete du site */
#header {
	float: left;
	display: block;
	width: 781px; 
	height: 120px;
	margin-bottom: 14px;
}

#logo {
	float: left;
	display: inline;
	width: 160px;
	height: 65px;
	margin: 13px 0 0 1px;
}

#bandeau {
	float: left;
	display: block;
	width: 619px;
	height: 92px;
}

#moteur {
	float: right;
	display: block;
	width: 320px;
	height: 28px;
	font-family: "Verdana";
	color: #FFFFFF;
	padding-top: 5px;
}

*html #moteur {
	padding-top: 3px;
}

#champ_recherche {
	width: 200px;
	height: 19px;
	font-family: "Arial";
	color: #000000;
	font-size: 13px;
	margin: 0 7px 0 10px;
	border: none;
}

#slogan {
	float: left;
	display: block;
	width: 390px;
	font-family: "Verdana";
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
	margin-top: 6px;
}
#slogan_admin {
	float: left;
	
	width: 390px;
	font-family: "Verdana";
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	margin-top: 3px;
}

/* menu de droite */
#colonne_droite {
	float: right;
	display: block;
	width: 152px;
}

.titre_rubrique_droite {
	float: left;
	display: block;
	width: 152px;
	max-width: 144px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #FF8530;
	padding: 3px 0 3px 8px;
}

.rubrique_droite {
	float: left;
	display: block;
	width: 152px;
	max-width: 136px;
	line-height: 1.25em;
	background-color: #FFE4D2;
	padding: 4px 8px 11px 8px;
	margin-bottom: 7px;
}

.rubrique_droite a {
	color: #333333;
	text-decoration: none;
}

.rubrique_droite a:hover {
	text-decoration: underline;
}

/* menu de gauche */
#colonne_gauche {
	float: left;
	display: block;
	width: 162px;
	font-size: 12px;
	margin-right: 18px;
}

.arrondis_menu {
	float: left;
	display: block;
	width: 162px;
}

#rubrique_accueil {
	float: left;
	cursor:pointer;
	
	width: 162px;
	max-width: 162px;
	
	background-color: #3767C5;
}

#rubrique_accueil a {
	display: block;
	color: #FFFFFF;
	padding: 10px 0 10px 12px;
	text-decoration: none;
}

#rubrique_accueil:hover {
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-decoration: none;
	background-color: #284D97;
}

.rubrique {
	float: left;
	
	cursor:pointer;
	width: 162px;
	max-width: 162px;
	
	margin: 0;
	background-color: #3767C5;
	border-top: 1px solid #FFFFFF;
}

#rubrique_selected {
	float: left;
	
	cursor:pointer;
	width: 162px;
	max-width: 162px;
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: none;
	
	background-color: #284D97;
	border-top: 1px solid #FFFFFF;
}

.rubrique a, #rubrique_selected a  {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	padding:10px 5px 10px 12px;
}

.rubrique a:hover, #rubrique_selected a:hover  {
	/*font-weight: bold;*/
	
	
	color: #FFFFFF;
	text-decoration: none;
	background-color: #284D97;
}
#rubrique_unselected:hover  {
	/*font-weight: bold;*/
	
	color: #FFFFFF;
	text-decoration: none;
	background-color: #284D97;
}
#sous_rubrique {
	float: left;
	display: block;
	width: 162px;
	max-width: 158px;
	color: #333333;
	text-decoration: none;
	padding: 5px 0 5px 4px;
	background-color: #CDD7EE;
}

#sous_rubrique ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sous_rubrique li {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url('img/puce_sous_rubrique.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#sous_rubrique a  {
	color: #333333;
	text-decoration: none;
}
#sr_selected a{
	color:#284D97;
}
#sous_rubrique a:hover  {
	/*font-weight: bold;*/
	color:#284D97;
}

/* partie centrale du site */
#central {
	float: left;
	display: block;
	width: 430px;
}

.titre_page {
	float: left;
	display: block;
	width: 428px;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #0033CC;
	padding-bottom: 3px;
	margin-bottom: 8px;
}

/********************/
/** PAGE D'ACCUEIL **/
#actu_droite {
	float: right;
	width: 183px;
	margin-bottom: 22px;
}

#actu_gauche {
	float: left;
	display: block;
	width: 183px;
	margin-bottom: 22px;
}

.titre_actu {
	float: left;
	display: block;
	width: 183px;
	font-size: 12px;
	color: #FF8833;
	font-weight: bold;
	margin-bottom: 8px;
}

.contenu_actu {
	float: left;
	display: block;
	width: 183px;
	line-height: 1.2em;
	text-align: justify;
	margin-bottom: 10px;
}

.suite_actu {
	float: left;
	display: block;
	width: 183px;
	text-align: right;
}

.suite_actu a {
	color: #0033CC;
	text-decoration: none;
}

.suite_actu a:hover {
	text-decoration: underline;
}

.espace_partenaire_droit {
	float: right;
	display: block;
	width: 190px;
	height: 82px;
	margin-bottom: 5px;
}

.espace_partenaire_gauche {
	float: left;
	display: block;
	width: 190px;
	height: 82px;
	line-height: 1.2em;
	text-align: justify;
	margin-bottom: 5px;
}

/** FIN PAGE D'ACCUEIL **/
/************************/

/***********************/
/** PAGE PRESENTATION **/
#encart2 {
	float: right;
	display: inline;
	width: 188px;
	margin: 0 22px 0 0;
	padding-bottom: 5px;
	background-color: #E5E9F5;
}

#encart1 {
	float: left;
	display: inline;
	width: 188px;
	margin: 0 0 0 22px;
	padding-bottom: 5px;
	background-color: #E5E9F5;
}

.titre_encart {
	float: left;
	display: inline;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 8px 5px;
}

.contenu_encart {
	float: left;
	display: inline;
	width: 180px;
	text-align: justify;
	line-height: 1.6em;
	margin: 0 0 12px 5px;
}

.suite_encart {
	float: left;
	display: block;
	width: 183px;
	text-align: right;
}

.suite_encart a {
	color: #0033CC;
	text-decoration: none;
}

.suite_encart a:hover {
	text-decoration: underline;
}

#encart3 {
	float: left;
	display: inline;
	width: 403;
	height: 187px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 15px;
	background-image: url('img/bg_encart_3.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#titre_encart3 {
	float: left;
	display: inline;
	width: 385px;
	margin: 18px 0 10px 15px
}

#contenu_encart3 {
	float: left;
	display: inline;
	width: 365px;
	text-align: justify;
	line-height: 1.3em;
	margin-left: 15px;
}

#contenu_encart3 img {
	margin: 0 10px 5px 0;
}

/** FIN PAGE PRESENTATION **/
/***************************/

/***************************/
/** PAGE ACTUALITE ET FAQ **/
.une_actualite {
	float: left;
	display: block;
	width: 430px;
	margin-bottom: 15px;
}

.titre_une_actualite {
	float: left;
	display: block;
	width: 430px;
	color: #FF8530;
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 8px 0;
}

.titre_une_actualite a {
	color: #FF8530;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.searchDetail{
	float:left;
	width: 430px;
	margin: 15px 0 0 0;
}

.listingGererTable{
	font-family: "Arial";
	font-size: 11px;
}

.titre_search {
	float: left;
	display: block;
	width: 430px;
	color: #FF8530;
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 0 0;
}

.contenu_une_actualite {
	float: left;
	display: block;
	width: 430px;
	text-align: justify;
	line-height: 1.3em;
}

.contenu_une_actualite img {
	margin: 0 10px 5px 0;
}

/** FIN PAGE ACTUALITE ET FAQ **/
/*******************************/

/***************/
/** PAGE TAXE **/
#simulateur {
	float: left;
	display: inline;
	width: 372px;
	height: 123px;
	font-family: "Verdana";
	margin: 10px 0 8px 29px;
	background-image: url('img/bg_encart_taxe.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#simulateur_etirable {
	float: left;
	display: inline;
	width: 372px;
	font-family: "Verdana";
	margin: 10px 0 8px 29px;
	background-image: url('img/bg_encart_contenu_taxe.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#titre_simulateur_etirable {
	float: left;
	display: inline;
	width: 372px;
	max-width: 352px;
	padding: 15px 0 0 18px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('img/bg_encart_titre_taxe.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#bas_simulateur_etirable {
	float: left;
	display: inline;
	width: 372px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('img/bg_encart_bas_taxe.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#titre_simulateur {
	float: left;
	display: inline;
	width: 330px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 15px 0 10px 18px;
}

#contenu_simulateur {
	float: right;
	display: inline;
	width: 250px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 25px;
}

#contenu_simulateur_etirable {
	float: left;
	display: inline;
	width: 330px;
	color: #FFFFFF;
	margin-left: 20px;
}

#lien_simulateur {
	float: right;
	display: inline;
	width: 250px;
	font-size: 12px;
	text-align: right;
	margin: 10px 25px 0 0;
}

#lien_simulateur a {
	color: #FFFFFF;
	text-decoration: underline;
}

#lien_simulateur a:hover {
	text-decoration: none;
}

.encart_large {
	float: left;
	display: inline;
	width: 387px;
	margin: 0 0 0 22px;
	padding-bottom: 5px;
	background-color: #E5E9F5;
}

.titre_encart_large {
	float: left;
	display: inline;
	width: 379px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 8px 5px;
}

.contenu_encart_large {
	float: left;
	display: inline;
	width: 379px;
	text-align: justify;
	line-height: 1.6em;
	margin: 0 0 2px 5px;
}

.suite_encart_large {
	float: left;
	display: block;
	width: 379px;
	text-align: right;
}

.suite_encart_large a {
	color: #0033CC;
	text-decoration: none;
}

.suite_encart_large a:hover {
	text-decoration: underline;
}

/** FIN PAGE TAXE **/
/*******************/

/********************/
/** PAGE SERVITAXE **/
#encart_servitaxe_bleu {
	float: left;
	display: inline;
	width: 403px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 15px;
	background-image: url('img/bg_servitaxe_bleu.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#encart_servitaxe_orange {
	float: left;
	display: inline;
	width: 403px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 15px;
	background-image: url('img/bg_servitaxe_orange.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

.haut_encart_servitaxe, .bas_encart_servitaxe {
	float: left;
	display: block;
	width: 403px;
}

.titre_encart_servitaxe {
	float: left;
	display: inline;
	width: 385px;
	margin: 0 0 10px 15px
}

.contenu_encart_servitaxe {
	float: left;
	display: inline;
	width: 365px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.3em;
	margin-left: 15px;
}

.contenu_encart_servitaxe img {
	margin: 0 10px 5px 0;
}


/** FIN PAGE SERVITAXE **/
/************************/


/**********************/
/** PAGE PARTENAIRES **/
#encart_partenaires_bleu {
	float: left;
	display: inline;
	width: 430px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 0;
	background-image: url('img/bg_partenaires_bleu.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#haut_encart_partenaires, #bas_encart_partenaires {
	float: left;
	display: block;
	width: 430px;
}

#titre_encart_partenaires {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 0 10px 15px
}

#contenu_encart_partenaires {
	float: left;
	display: inline;
	width: 400px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.3em;
	margin-left: 15px;
}

#contenu_encart_partenaires img {
	margin: 0 10px 5px 0;
}


/** FIN PAGE PARTENAIRES **/
/**************************/



/******************/
/** PAGE CONTACT **/
#encart_contact {
	float: left;
	display: inline;
	width: 430px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 0;
	background-image: url('img/bg_formulaire_contact.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#haut_encart_contact, #bas_encart_contact {
	float: left;
	display: block;
	width: 430px;
}

#contenu_encart_contact {
	float: left;
	display: inline;
	width: 400px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.3em;
	margin-left: 15px;
}

/** FIN PAGE CONTACT **/
/**********************/



/*******************/
/** PAGE STANDARD **/
#titre_page {
	float: left;
	display: block;
	width: 430px;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #0033CC;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

#sous_titre_page {
	float: left;
	display: block;
	width: 430px;
	font-size: 13px;
	font-weight: bold;
	color: #FF7F20;
	margin-bottom: 15px;
}
.un_paragraphe {
	float: left;
	display: block;
	width: 430px;
	margin-bottom: 15px;
}

.titre_un_paragraphe {
	float: left;
	display: block;
	width: 430px;
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 12px 0;
}

.contenu_un_paragraphe {
	float: left;
	display: block;
	width: 430px;
	text-align: justify;
	line-height: 1.4em;
}

.contenu_un_paragraphe a {
	color: #3143AE;
	text-decoration: none;
}

.contenu_un_paragraphe a:hover {
	text-decoration: underline;
}

.contenu_un_paragraphe img {
	margin: 0 10px 5px 0;
}
/** FIN PAGE STANDARD **/
/***********************/

#pagination {
	float: left;
	display: block;
	width: 430px;
	font-size: 12px;
}

#precedente {
	float: left;
	display: inline;
	width: 115px;
}

#autres_pages {
	float: left;
	display: block;
	width: 205px;
	text-align: center;
}

#suivante {
	float: right;
	display: block;
	width: 105px;
	text-align: right;
}

#pagination a {
	color: #213EB8;
	text-decoration: none;
}

#pagination a:hover {
	text-decoration: underline;
}


#footer {
	float: left;
	display: block;
	width: 781px;
	color: #FF8530;
	font-weight: bold;
	padding: 4px 0;
	margin-top: 50px;
	background-color: #FFE4D2;
}

#realisation {
	float: right;
	display: inline;
	width: 155px;
	text-align: right;
	margin-right: 12px;
}

#mentions_footer {
	float: left;
	display: inline;
	width: 570px;
	margin-left: 12px;
}

#realisation a, #mentions_footer a {
	color: #FF8530;
	text-decoration: none;
}

#realisation a:hover, #mentions_footer a:hover {
	text-decoration: underline;
}

.en_gras {
	font-weight: bold;
}

.souligne {
	text-decoration: underline;
}

/****************/
/** SIMULATEUR **/

#choix_regime li { margin:10px; }
#choix_regime li a { color: #213EB8; }

.cle {color: #CC5500;
	padding: 4px;
	background-color: #FBF3ED; }
	
.resultat {color: #333333;
	padding: 4px;
	background-color: #EEEEEE; }

.total {color: red;
	padding: 4px;
	font-weight:bold;
	font-size:14px;
	background-color: #ffffff; }

/** FIN SIMULATEUR **/
/********************/

#sr_selected ul {
	list-style-type: disc;
	padding-left: 15px;
	}
#sr_selected li {
	background:none;
	margin: 0;
	padding:0;
	}

#sr_selected .link_sr2 a{
	text-decoration: none;
	color:#333333;
	font-size: 12px;
	}
	
#sr_selected .link_sr2_selected a{
	text-decoration: none;
	color:#284d97;
	font-size: 12px;
	}
#sous_titre_page_bis {
	float: left;
	display: block;
	width: 430px;
	color: #0033CC;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 2px;
}