/* ### ANLCI.fr ###*/
/* ### SCREEN stylesheet ###*/
/* ### Esprit Public - 2007 ### */
/* ### Franck GRENIER ### */



/* ###################### SOMMAIRE ###################### */
/* $1. Balises de base */
/* $2. Styles de formulaires */
/* $3. Blocs de mise en page */
/* $4. Menu principal */
/* $5. Sous-menus : niveaux 2 et 3 */
/* $6. Menu pratique et menu bas de page */
/* $7. Contenu principal */
/* $8. Contenu contextuel */
/* $9. Contenu Accueil */
/* $10. Contenu mini */
/* $11. Résultats recherche */
/* $12. Pages région */
/* $13. ANLCI TV */
/* $14. Ajustements */
/* ###################################################### */



/* ###################### $1. Balises de base ###################### */
@import url(reset.css);

html {
	height:100%;
}

body {
	font-family:"Arial",sans-serif;
	font-size:62.5%;
	line-height:1.5em;
	height:100%;
	color:#333;
	background:#fff;
}

a {
	color:#333333;
	text-decoration:underline;
}

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

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

big {
	font-size:1.7em;
	font-weight:bold;
}

sub {
	font-size:0.8em;
	position:relative;
	top:0.3em;
}

sup {
	font-size:0.8em;
	position:relative;
	top:-0.3em;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
}

h1 {
	font-size:1.8em;
	font-weight:bold;
	line-height:1.15em;
	color:#9f110f;
	padding:0 0 8px 0;
	margin:30px 0 15px 0;
	border-bottom:1px #ccc dotted;
}

h2 {
	color:#9f110f;
	font-size:1.5em;
	font-weight:bold;
	margin:30px 0 10px 0;
	padding:0 0 0 13px;
	background:url(../img/fleche_rouge.gif) no-repeat 0% 50%;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#9f110f;
	margin:20px 0 10px 0;
	clear:none;
}

h3 a {
	color:#9f110f;
}


h4 {
	font-size:1em;
	font-weight:bold;
	margin:0 0 10px 0;
}

p {
	margin:0 0 15px 0;
	padding:0;
}

div#col2 img {
	float:left;
	margin:0 10px 2px 0;
	border:3px solid #edd4d3;
}

div#col2 dt img {
	display:block;
	margin:0 auto;
	float:none;
	border:0;
}

img.droite {
	float:right;
	margin:0 0 5px 10px;
}

ul {
	padding:0;
	margin:15px 0 20px 15px;
}

li {
	padding:0 0 0 15px;
	margin:5px 0 5px 0;
	background:#fff url(../img/puce_alpha.gif) no-repeat 0% 5px;
}

/* hack IE 6 */
* html body ul {
	padding-left:15px;
}

ul ul {
	padding:0;
	margin:0 0 15px 0;
}

ul ul li {
	background:url(../img/puce_alpha_2.gif) no-repeat 0% 5px;
}

blockquote {
	display:block;
	float:right;
	width:200px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	text-align:right;
	color:#f9810e;
	padding:0 90px 0 0;
	margin:10px 0 5px 5px;
	background:url(../img/quotes.gif) no-repeat 100% 0%;
}

table {
	width:100%;
	margin:10px 0 15px 0;
	margin-bottom:25px;
	border:1px solid #edd4d3;
	border-collapse:collapse;
}

table td, table th {
	font-size:0.9em;
	padding:10px;
	vertical-align:baseline;
	border:1px solid #edd4d3;
}

table th {
	font-size:1em;
	text-align:left;
	font-weight:bold;
	color:#900;
}

caption {
	display:none;
}

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.stopFloat {
	clear:both;
}

.stopFloat:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.stopFloat {display:inline-table;}

/* Hides from IE-mac \*/
* html .stopFloat {height: 1%;}
.stopFloat {display: block;}


/* ###################### $2. Styles de formulaires ###################### */
form {
	padding:20px;
	border:1px solid #900;
}

#header form {
	border:0;
	padding:0;
	margin:4px 0 2px 0;
}

#header input {
	width:120px;
	padding:2px 5px 2px 5px;
}

#header legend {
	display:none;
}

#header input.boutonSubmit {
	width:20px;
	height:20px;
	border:0;
	padding:0;
	margin:0 0 0 5px;
}

fieldset {
	border:0;
}

legend {
	position:relative;
	display:block;
	color:#900;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom:1px #ccc dotted;
}

label {
	display:block;
	float:left;
	width:7em;
	color:#333;
	font-size:1em;
	text-align:right;
	padding:3px 0 1px 0;
	margin:0 10px 0 0;
}

input, select, textarea {
	font-family:"Arial",sans-serif;
	font-size:1.1em;
	color:#929292;
	padding:2px;
	margin:2px 0 2px 0;
	vertical-align:middle;
	border:1px solid #900;
}

input:hover, select:hover, textarea:hover {
	border:1px solid #f90;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #f90;
}

textarea {
	width:270px;
	height:130px;
}

input[type=text], select {
	width:180px;
}

input[type=radio], input[type=checkbox] {
	border:0;
}

#contenuContextuel input[type=text] {
	width:120px;
}

.submitForm {
	text-align:right;
	margin-top:20px;
	padding:0;
}

.submitForm input {
	color:#900;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	background:#f90;
}

.submitForm input:hover {
	color:#f90;
	background:#900;
}

.confirm {
	color:#666666;
	font-weight:bold;
}

.sansBordure {
	border:0;
}

.required {
	font-size:0.9em;
	color:#CC0000;
}

.submitForm .required {
	float:left;
	font-style:italic;
}


/* ###################### $3. Blocs de mise en page ###################### */
#container {
	padding:0;
	margin:0;
	min-height:100%;
}

div.inBox {
	width:960px;
	margin:0 auto;
}

#header {
	height:115px;
	background:#9f110f;
}

#header .inBox {
	height:115px;
	background:url(../img/back_header.gif) no-repeat scroll 113px;
}

#header h1 {
	float:left;
	width:515px;
	height:103px;
	padding:0;
	margin:11px 0 0 15px;
	border:0;
}

* html body #header h1 {
	margin:11px 0 0 7px;
}

#header h1 a {
	display:block;
	width:515px;
	height:103px;
	background:url(../img/logo_ANLCI.gif);
}

#col1 {
	font-size:1.2em;
	float:left;
	width:185px;
	padding:15px 15px 15px 0;
}

#teaser img {
	float:right;
	margin:0;
}

#col2 {
	float:left;
	font-size:1.2em;
	line-height:1.3em;
	width:520px;
	min-height:100%;
	padding:25px 15px 15px 15px;
	border-left:1px #dedede dotted;
	border-right:1px #dedede dotted;
}

* html #col2 {
	position:relative;
}

#col3 {
	float:left;
	font-size:1.1em;
	width:175px;
	padding:15px 0 15px 15px;
}

/*#col3 div {
	margin:0 0 25px 0;
}*/

#col3 h1 {
	font-size:1em;
	color:#9f110f;
	text-transform:uppercase;
	padding:3px 6px 3px 6px;
	margin:0 0 10px 0;
	background:none;
	border:1px solid #f90;
}

#col3 a {
	color:#9f110f;
	font-weight:normal;
	text-decoration:none;
}

#col3 a:hover {
	color:#f90;
	text-decoration:none;
}

div#col3 ul {
	padding:0;
	margin:0 0 20px 8px;
}

#col3 li {
	margin:2px 0 2px 0;
}

#footer {
	height:109px;
	clear:both;
	margin-top:-109px;
	background:#a42720 url(../img/back_footer.jpg) left bottom repeat-x;
}



/* ###################### $4. Menu principal ###################### */
#menuNiv1 {
	height:26px;
	background:#ff9900;
}

#menuNiv1 ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}

	#menuNiv1 li {
		float:left;
		padding:0;
		margin:0;
		background:none;
	}
	
	#menuNiv1 a {
		color:#9F110F;
		display:block;
		font-family:arial;
		font-size:1.3em;
		letter-spacing:0;
		line-height:26px;
		padding:0 15px;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	#menuNiv1 a:hover, #menuNiv1 .actif a {
		color:#ff9900;
		background:#9f110f;
	}



/* ###################### $5. Sous-menus : niveaux 2 et 3 ###################### */
#menuNiv2 {
	padding:0;
	margin:0;
}

#menuNiv2 ul {
	padding:0;
	margin:0 0 15px 0;
}

#menuNiv2 li {
	display:inline;
	font-size:0.9em;
	width:100%;
	padding:0;
	margin:0;
	background:none;
}

#menuNiv2 li a {
	display:block;
	color:#9f110f;
	font-weight:bold;
	text-decoration:none;
	padding:5px 10px 4px 10px;
	margin:0 0 1px 0;
	background:#f5b484;
}

#menuNiv2 li a:hover {
	color:#f90;
	background:#9f110f;
}

#menuNiv2 li.actif>a {
	color:#f90;
	background:#9f110f;
}

#menuNiv2 ul ul {
	padding:0;
	margin:0 0 10px 10px;
}

#menuNiv2 ul ul li {
	display:inline;
	list-style:none;
	font-size:0.9em;
	width:100%;
	padding:0;
	margin:0;
}

#menuNiv2 ul ul li a {
	display:block;
	color:#900;
	text-decoration:none;
	padding:2px 10px 2px 25px;
	margin:0;
	border-top:1px solid #edd4d3;
	background:#fff url(../img/puce_alpha.gif) no-repeat 10px 50%;
}

#menuNiv2 ul ul li a:hover {
	color:#900;
	background:#fbe1ce url(../img/puce_alpha.gif) no-repeat 10px 50%;
}

#menuNiv2 ul ul li.actif a {
	color:#900;
	background:#fbe1ce url(../img/puce_alpha.gif) no-repeat 10px 50%;
}


/* ###################### $6. Menu pratique et menu bas de page ###################### */
#pratique {
	float:right;
	text-align:right;
	width:200px;
}

#pratique ul {
	float:right;
	padding:0;
	margin:0;
}

#pratique li {
	float:left;
	width:20px;
	height:20px;
	padding:0;
	margin:3px 0 0 8px;
	background:none;
}

#pratique li a {
	display:block;
	width:20px;
	height:20px;
	background:#C8C8C8;
}

#pratique #impression a {
	background:url(../img/picto_impression.gif);
}

#pratique #webmestre a {
	background:url(../img/picto_webmestre.gif);
}

#pratique #textePlus a {
	background:url(../img/picto_texte_plus.gif);
}

#pratique #texteMoins a {
	background:url(../img/picto_texte_moins.gif);
}

#footer .inBox {
	height:109px;
	background:url(../img/back_footer_inbox.jpg) no-repeat 99% 0%;
}

#footer ul {
	float:right;
	padding:0;
	margin:85px 0 0 0;
}

#footer li {
	color:#fff;
	display:inline;
	padding:0;
	margin:0 0 0 10px;
	background:none;
}

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

#footer li a:hover {
	text-decoration:underline;
}

#footer .img-right {
	float:right;
}

#footer .img-left {
	margin-top:10px;
	float:left;
}


/* ###################### $7. Contenu principal ###################### */
.cadre-orange {
	color:#fff;
	padding:15px;
	margin:10px 20px 20px 20px;
	background:#f90;
	clear:both;
}

.cadre-rose {
	color:#fff;
	padding:15px;
	margin:10px 20px 20px 20px;
	background:#e30059;
	clear:both;
}

.cadre-vert {
	color:#fff;
	padding:15px;
	margin:10px 20px 20px 20px;
	background:#afcb51;
	clear:both;
}

.cadre-prune {
	color:#fff;
	padding:15px;
	margin:10px 20px 20px 20px;
	background:#850047;
	clear:both;
}

.lienRetour, #calendar-event-backlink {
	clear:both;
	width:4em;
	padding:3px 0 2px 25px;
	margin-top:30px;
	background:#900 url(../img/fleche_back.gif) no-repeat 0% 50%;
}

.lienRetour a, #calendar-event-backlink a {
	color:#f90;
	font-weight:bold;
	text-decoration:none;
}

.contact {
	font-size:0.8em;
	line-height:1.3em;
	width:144px;
	height:310px;
	float:left;
	padding:5px 8px 8px 8px;
	margin:0 5px 10px 5px;
	border:1px #dedede solid;
	background:url(../img/back_degrade.jpg) repeat-x;
}

* html .contact {
	margin:0 2px 10px 2px;
	padding:5px 4px 8px 4px;
}

.contact h2 {
	font-size:1.2em;
	padding:0;
	margin:0 0 2px 0;
	background:none;
}

.contact h3 {
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	height:2em;
	padding:0;
	margin:0 0 8px 0;
	background:none;
}

.contact p {
	margin:0 0 8px 0;
}

.contact p.poste {
	font-size:1.1em;
	font-weight:bold;
	height:2em;
}

.contact p.descriptif {
}

.contact p.coordonnees {
	padding:8px 0 0 0;
	margin:0;
	border-top:1px dotted #999;
}

#col2 div.contact img {
	display:block;
	margin:0 0 5px 6px;
	width:125px;
}

.metaEvent {
	color:#666;
	padding:0 10px 0 10px;
	margin:0 0 15px 0;
	border-bottom:1px #ccc dotted;
}

.metaEvent h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#9f110f;
	margin:0 0 5px 0;
	clear:none;
}

.metaEvent p {
	
}


/* ###################### $8. Contenu contextuel ###################### */
#agenda h1 {
	padding-right:5px;
}

#agenda h1 a {
	display:inline;
	background:none;
}

#col3 #agenda h1 img {
	display:block;
	float:right;
	margin:0;
	border:0;
}

.tx-cal-controller table {
	width:100%;
	margin:0 0 10px 0;
	border:1px solid #e5e5e5;
}

.tx-cal-controller td, .tx-cal-controller th {
	font-size:0.8em;
	text-align:center;
	vertical-align:middle;
	border:0;
}

.tx-cal-controller thead td, .tx-cal-controller thead th {
	padding:0;
}

.tx-cal-controller th {
	text-transform:uppercase;
	color:#fff;
	background:#900;
}

.tx-cal-controller td {
	width:20px;
	color:#666666;
	padding:3px 0 3px 0;
}

.tx-cal-controller td.monthoff {
	color:#cecece;
}

.tx-cal-controller td.monthtoday {
	background-color:#eee;
}

tr#jours td {
	text-transform:uppercase;
	color:#fff;
	background:#f5b484;
}

#col3 div.tx-cal-controller a {
	display:block;
	width:20px;
	color:#900;
	text-decoration:underline;
	padding:2px 0 2px 0;
	margin:0 auto;
}

#col3 div.tx-cal-controller a:hover {
	color:#fff;
	background:#f90;
	text-decoration:none;
}

#col3 div.tx-cal-controller th a {
	display:inline;
	color:#fff;
	padding:0 2px 0 2px;
}

#col3 div.tx-cal-controller th a:hover {
	color:#900;
	text-decoration:underline;
}

#moisPrecedent, #moisSuivant {
	padding:0;
	margin:0;
	background-color:#900;
}

#col3 td#moisPrecedent a, #col3 td#moisSuivant a {
	width:23px;
	height:23px;
	padding:0;
	margin:1px 0 1px 0;
}

#col3 td#moisPrecedent a:hover, #col3 td#moisSuivant a:hover {
	background-color:#900;
}

#col3 div.tx-cal-controller ul li {
	margin:0 0 5px 0;
	background-position:0% 5px;
}

#col3 div.tx-cal-controller ul li a {
	width:auto;
	display:inline;
	font-weight:normal;
	text-decoration:none;
}

#col3 div.tx-cal-controller ul a:hover {
	color:#f90;
	background:none;
}

#telechargements li {
	line-height:1.5em;
	padding:0 0 0 22px;
	margin:4px 0 4px 0;
	background:#fff url(../img/picto_pdf.gif) no-repeat 0% 0%;
}


/* ###################### $9. Contenu Accueil ###################### */
#accueil h1, #accueil h2, #accueil h3, #accueil h4, #accueil h5, #accueil h6 {
	clear:none;
}

#accueil h1 {
	clear:both;
}

body#accueil #col2 h1 {
	color:#9f110f;
	font-size:2em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 0 13px;
	background:url(../img/fleche_rouge.gif) no-repeat 0% 50%;
	border:0;
}

body#accueil h1 img {
	display:inline;
	float:none;
	padding:0;
	margin:0 0 0 10px;
	border:0;
}

#actualites {
	width:300px;
	float:left;
	margin:0 0 20px 0;
}

#actualites h2 {
	clear:left;
}

.actu a {
	text-decoration:none;
}

.actu {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #ccc;
	width:100%;
}

.actu h2 {
	line-height:1.3em;
	margin:0 0 10px 0;
}

.actu p {
	width:350px;
}

#actualites .actu {
	position:relative;
	float:left;
	width:300px;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
	border-bottom:1px dotted #ccc;
	z-index:10;
	overflow:auto;
}

#actualites .actu p {
	width:auto;
	margin:0;
}

.actu img {
	margin:0 5px 5px 0;
}

#accueil div.lienArchives {
	color:#615146;
	text-align:right;
	font-size:0.9em;
	padding:4px 10px 2px 0;
	margin:10px 0 20px 0;
	background:#e4e4e4;
	border:0;
	z-index:5;
	width:auto;
}

#accueil div.lienArchives a {
	color:#615146;
	text-decoration:none;
}

#accueil div.lienArchives a:hover {
	color:#FF9900;
}

#latest_actu {
	width:520px;
	overflow:auto;
}

#latest_actu p {
	width:auto;
	margin-bottom:10px;
}

#latest_4_actus {
	width:520px;
	overflow:auto;
}

#latest_4_actus .actu {
	width:250px;
	overflow:auto;
	padding-bottom:10px;
}

#latest_4_actus .actu.gauche {
	float:left;
	clear:left;
	margin:0 10px 10px 0;
}

#latest_4_actus .actu.droite {
	float:right;
	clear:right;
	margin:0 0 10px 10px;
}

#latest_4_actus .actu p, #latest_4_actus .actu h2.titre_cat {
	width:auto;
}

.date {
	font-size:0.8em;
	color:#999;
	margin:-8px 0 8px 0;
}

.lienSuite {
	clear:both;
	color:#C80007;
	font-size:0.9em;
	text-align:right;
}

.lienSuite a {color:#C80007;}
.lienSuite a:hover {color:#FF9900;}

#zoom {
	float:left;
	width:220px;
	padding:10px 15px 10px 15px;
	margin:-10px 0 10px 0;
	border:1px #ececec solid;
	background:url(../img/back_degrade.jpg) repeat-x;
}

#zoom a {
	text-decoration:none;
}

#zoom p {
	margin:0;
}

div#col2 #zoom img {
	float:none;
	display:block;
	width:140px;
	margin:0 auto;
}

body#accueil #zoom h1 {
	line-height:1em;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	background:url(../img/picto_loupe.gif) no-repeat 0% 50%;
}

#sousMenuCats ul {
	padding:0;
	margin:0;
}

#sousMenuCats li {
	color:#615146;
	font-size:1.1em;
	font-weight:bold;
	background:#e4e4e4;
	padding:5px 5px 5px 35px;
	margin:0 0 2px 0;
	border:0;
	text-decoration:none;
}

#sousMenuCats li a {
	text-decoration:none;
}

h1.titre_cat {
	color:#615146;
	font-size:1.2em;
	font-weight:bold;
	background:#e4e4e4;
	text-transform:uppercase;
	padding:5px 15px 5px 35px;
	margin:0 0 15px 0;
	border:0;
}

h1.titre_cat#cat_agenda, li#select_cat_agenda {background:#e4e4e4 url(../../Medias/puces_cats_news/puce_cat_agenda.gif) no-repeat 5px 50%;}
h1.titre_cat#cat_education_prevention, li#select_cat_education_prevention {background:#e4e4e4 url(../../Medias/puces_cats_news/puce_cat_educ_prevention.gif) no-repeat 5px 50%;}
h1.titre_cat#cat_entreprise, li#select_cat_entreprise {background:#e4e4e4 url(../../Medias/puces_cats_news/puce_cat_entreprise.gif) no-repeat 5px 50%;}
h1.titre_cat#cat_fpp, li#select_cat_fpp {background:#e4e4e4 url(../../Medias/puces_cats_news/puce_cat_fpp.gif) no-repeat 5px 50%;}
h1.titre_cat#cat_international, li#select_cat_international {background:#e4e4e4 url(../../Medias/puces_cats_news/puce_cat_international.gif) no-repeat 5px 50%;}
h1.titre_cat#cat_outils, li#select_cat_outils {background:#e4e4e4 url(../../Medias/puces_cats_news/puce_cat_outils.gif) no-repeat 5px 50%;}
h1.titre_cat#cat_partenariat, li#select_cat_partenariat {background:#e4e4e4 url(../../Medias/puces_cats_news/puce_cat_partenariat.gif) no-repeat 5px 50%;}

h2.titre_cat {
	width:240px;
	color:#615146;
	font-size:1.1em;
	font-weight:bold;
	background:#e4e4e4;
	padding:5px;
	margin:0 0 2px 0;
	border:0;
	text-decoration:none;
	text-transform:uppercase;
}

h2.titre_cat a {
	color:#615146;
	text-decoration:none;
}

h2.titre_cat a:hover {color:#FF9900;}

div#col2 h2.titre_cat img {
	border:0;
	width:auto;
	margin-top:-2px;
}


/* ###################### $10. Contenu mini ###################### */
body#mini #col1 {
	float:left;
	line-height:1.3em;
	width:720px;
	padding:25px 15px 15px 15px;
	border-left:0px;
	border-right:1px #dedede dotted;
}

body#mini div#col1 img {
	float:left;
	margin:0 10px 2px 0;
	border:3px solid #edd4d3;
}

body#mini #col2 {
	float:left;
	width:175px;
	padding:15px 0 15px 15px;
	border:0;
}

body#mini #col2 h1 {
	font-size:1em;
	color:#9f110f;
	text-transform:uppercase;
	padding:3px 6px 3px 6px;
	margin:0 0 10px 0;
	background:none;
	border:1px solid #f90;
}

body#mini #col2 a {
	font-weight:normal;
	color:#9f110f;
	text-decoration:none;
}

body#mini #col2 a:hover {
	color:#f90;
	text-decoration:none;
}


/* ###################### $11. Résultats recherche ###################### */
.resultat {
	padding:0 0 20px 0;
	border-bottom:1px #ccc dotted;
}

.resultat h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#9f110f;
	padding:0 0 4px 0;
	margin:20px 0 10px 0;
	background:none;
	clear:none;
}

.resultat h2 a {
	color:#9f110f;
	text-decoration:none;
}

.resultat h2 a:hover {
	color:#f90;
	text-decoration:none;
}

.pertinence {
	float:left;
	color:#fff;
	padding:8px 6px 8px 6px;
	margin:0 5px 0 0;
	background:#f90;
}

.subHeader {
	font-size:0.8em;
	color:#999;
	margin:-12px 0 8px 0;
}

strong.tx-indexedsearch-redMarkup {
	font-weight:normal;
	background:#eee;
}


/* ###################### $12. Pages région ###################### */
#subcol1 {
	width:65%;
	float:left;
}

#subcol2 {
	width:170px;
	float:right;
}

/* * html #subcol1 {
	width:65%;
	float:none;
	z-index:10;
}
* html #subcol2 {
	position:absolute;
	top:80px;
	left:365px;
	z-index:50;
	float:none;
}
 */
#accueil_region #actualites, #accueil_region #actualites .actu {
	float:none;
}

#accueil_region #actualites .actu {
	width:auto;
	padding:0 0 10px 0;
}

#accueil_region #actualites .actu.lienArchives {
	padding:2px 20px 2px 0;
	margin:0px 0 0 0;
}

#accueil_region #actualites h1 {
	color:#9f110f;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0 0 0 13px;
	background:url(../img/fleche_rouge.gif) no-repeat 0% 50%;
	border:0;
}

#accueil_region #actualites h2 {
	color:#a52721;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	background:none;
	border:0;
}

#accueil_region .contact {
	height:auto;
}

#accueil_region .cri, #accueil_region .autre {
	border:0;
	background:none;
}

#accueil_region .cri h1, #accueil_region .autre h1 {
	font-size:1.1em;
	padding:0 0 2px 0;
	margin:0 0 5px 0;
}


/* ###################### $13. ANLCI TV ###################### */
#anlciTV_teaser {
	float:right;
	width:220px;
	padding:10px 15px 10px 15px;
	margin:-10px 0 20px 0;
	border:1px #ececec solid;
	background:url(../img/back_degrade.jpg) repeat-x;
}

div#col2 #anlciTV_teaser img {
	display:block;
	float:none;
	border:0;
	margin:0 auto;
}

#anlciTV h1 {
	margin:0 0 10px 0;
}

#anlciTV h2 {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#A52721;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
}

#anlciTV object {
	vertical-align:top;
}

.video {
	width:490px;
	padding:15px;
	clear:both;
	background:url(../img/back_degrade.jpg) repeat-x;
	border:1px #ececec solid;
	overflow:auto;
}

#anlciTV #media {
	width:320px;
	float:left;
}

#anlciTV p.bodytext {
	width:150px;
	padding:35px 0 0 15px;
	float:left;
}


/* ###################### $14. Ajustements ###################### */
div#col2 h1.csc-firstHeader, #mini div#col1 h1.csc-firstHeader, div#col2>h1, #mini div#col1>h1 {
	margin-top:0;
}

#accueil div#col1 p {
	width:185px;
	overflow:auto;
	margin:0 0 10px 0;
}
