

/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}


body {
	line-height: 1.5;
	font-size: 11px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: top;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
	border: none;
}

/* -------------------------------------------------------------- 

   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 { 
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 { 
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 { 
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}
h4 a{
	text-decoration: none;
}
.sIFR-flash {
margin:0;
padding:0;
visibility:visible !important;
}

h2 object {
display:block;
}
#diaporama th, #diaporama  td, #diaporama  caption {
	padding: 0px;
}
/* Text elements
-------------------------------------------------------------- */

p{ 
	margin: 0 0 1.5em;
	font-size:11px;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover{
	color: #000;
}

a {
	color: #009;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color:#666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}


/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}


/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th,td,caption {
	padding: 4px 7px 4px 5px;
}

tr.even td  {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

/* -------------------------------------------------------------- 

   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

label { 
	font-weight: bold;
}

fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
border:medium none;
}

legend { 
	font-weight: bold;
	font-size:1.2em;
}


/* Form fields
-------------------------------------------------------------- */
.selectCustom440 {
    background: url(images/selectArrow.gif) no-repeat 100% 0;
    height: 21px;
    overflow: hidden;
    width: 440px;
    border-right: 1px solid #000;
}
.selectCustom440 select {
    background: none repeat scroll 0 0 transparent;
    width: 458px;
    font-family: verdana;
}
#document .selectCustom440 select option { 
    font-size: 11px; 
}
.selectCustom280 {
    background: url(images/selectArrow.gif) no-repeat 100% 0;
    height: 21px;
    overflow: hidden;
    width: 280px;
    border-right: 1px solid #000;
}
.selectCustom280 select {
    background: none repeat scroll 0 0 transparent;
    width: 300px;
    font-family: verdana;
}
#document .selectCustom280 select option { 
    font-size: 11px; 
}
.selectCustom200 {
    background: url(images/selectArrow.gif) no-repeat 100% 0;
    height: 21px;
    overflow: hidden;
    width: 202px;
    border-right: 1px solid #000;
}
.selectCustom200 select {
    background: none repeat scroll 0 0 transparent;
    width: 222px;
    font-family: verdana;
}
#document .selectCustom200 select option { 
    font-size: 11px; 
}
.selectCustom140 {
    background: url(images/selectArrow.gif) no-repeat 100% 0;
    height: 21px;
    overflow: hidden;
    width: 138px;
    border-right: 1px solid #000;
}
.selectCustom140 select {
    background: none repeat scroll 0 0 transparent;
    width: 160px;
    font-family: verdana;
}
#document .selectCustom140 select option { 
    font-size: 11px; 
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {
	/*margin:0.5em 0;*/
}

input.text, input.title   {
	width: 300px;
	padding:5px;
}
input.title   {
	font-size:1.5em;
}

textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
#document .checkbox {border: none;}

form.inline {
	line-height:3;
}

form.inline p {
	margin-bottom:0;
}

/*Rectifications special CMS eolas*/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	border:1px solid #000;
}

#bo_menu_haut table {/*Probleme d'affichage du menu BO*/
	width:auto;
}

.submit{
	cursor: pointer;
}

.calendar table{
	width: auto;
}
/*Fin Rectifications special CMS eolas*/


/* ===================================================================
 * STANDARD CMS
 * =================================================================*/
 
  #document table td{
 	vertical-align: top;
 }
 
 table h4{
 	font-size: 12px;
 	font-weight: bold;
 }
 
 
.clear {clear : both;}
.invisible {display: none}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}
embed.alignleft, object.alignleft, img.alignleft, table.alignleft, dl.alignleft {float: left; margin: 0 5px 5px 0; text-align: left;}
embed.alignright, object.alignright, img.alignright, table.alignright, dl.alignright {float: right; margin: 0 0 5px 5px; text-align: left;}
table.aligncenter, dl.aligncenter {margin: auto; text-align: left;}
a img {border-width: 0;}
acronym {border-bottom: 1px dotted; cursor:help;}
/* LEGENDE */
dl.legende {border: 1px solid #ccc; padding: 0}
dl.legende dt {margin: 0; padding: 0; border-bottom: 1px solid #ccc}
dl.legende dt img {margin: 5px;} /* defini dans le parsing */
dl.legende dd {margin: 0; padding: 0 5px; font-style: italic}
dl.legende dd img {float:right; margin-left: 5px;}

/* ===================================================================
 * LAYOUT GENERAL
 * =================================================================*/

#document {
  margin:auto;
  width:933px;
  margin-top: 10px;
}

#bandeauBas {}
#corps {
	float : left;
	padding-bottom : 20px;
	background: url(images/colonneDroiteFond.gif) repeat-y right;
	width: 100%;
	clear: both;
}
#colonneGauche {
	float: left;
	width: 162px;
	/*padding-left:5px;*/
	margin-left:5px;
	display:inline;
	margin-right:10px;
}
.avecDeuxColonnes #contenu {
	float: left;
	width: 525px;
	/*margin-left: 1%;*/
}
.avecDeuxColonnes #colonneGauche {
	float: left;
	width: 162px;
}

.avecColonneGauche #contenu {
	float: right;
	width: 700px;
}
.avecColonneDroite #contenu {
	float: left;
	width: 700px;
}
#colonneDroite {
	float: right;
	width: 216px;
}

#colonnePrincipale {
	width:99%;
	float:left;
	padding-top:0px;
}

.avecColonneGauche #colonnePrincipale {
	width: 99%;
	margin-right: 5px;
}
.avecColonneDroite #colonnePrincipale,
.avecDeuxColonnes #colonnePrincipale {
	width: 685px;
	padding-top:10px;
}

/* ===================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * =================================================================*/
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
a {}
a:hover, a:focus {text-decoration: none;}
#document .pseudo_boutons_edition {
	position: relative;
	margin-bottom: 11px;
}

/* ===================================================================
 * BANDEAU HAUT 
 * =================================================================*/
#document a{
	color: #000;
}

.logo{
	float:left;
	margin-bottom:20px;
	width:50%;
}

.logo h1 {
	margin-bottom: 0;
}

.logo h1 a{
	text-decoration:none;
}

#recherche{
	text-align:right;
	width:30%;
	float:right;
	padding-top:20px;
}
#recherche .submitSearch {
/*	font-weight: bold;*/
	background-color: #FFF;
	padding-top:0;
	padding-bottom:0;
}


#bandeauHaut {
	background:#FFFFFF none repeat scroll 0 0;
	color:black;
	padding-top:0px;
}

#bandeauHaut h2{
	color:#ffffff;
	background-color: #00628d;
	/*height: 70px;*/
	clear: both;
	font-size: 62px;
	line-height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#Accueil #bandeauHaut h2{
	display: none;
}

#bandeauHaut a{
	text-decoration: none;
	color: #ffffff;
}

#bandeau{
	height:193px;
	clear:both;
}

#columnWrapper{
background:transparent url(images/BG_Menu.jpg) repeat-y scroll 0 0;
margin:4px 0 0 0;
padding-bottom:15px;
width:933px;

}
.uppercase{
}

#columnWrapper a{
	padding: 2px;
}

#columnWrapper ul li a{
	display:block;

	}

#columnWrapper ul{
float:left;
font-size:12px;
margin:4px 0 0 4px;
padding:0;
width:228px;
	
}

#columnWrapper ul li{
font-weight:bold;
list-style:none;
margin:0 0 0 5px;
}

#columnWrapper ul li a:hover,
#columnWrapper a.nav1Selected {
	background:transparent url(images/puce_menu.gif) no-repeat scroll 0 8px;
	padding-left: 11px;
}

.logoPrinci {text-decoration:none;}
.logoPrinci a {text-decoration:none;}
.logoPrinci a img{text-decoration:none;}

#filariane {
background:#00628d;
float:left;
height:17px;
margin:4px 3px 4px 0;
padding:1px 2px 0 11px;
width:686px;
color:#ffffff;
font-weight:bold;
}

#filariane a{
color:#ffffff;
}

.userTools{
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background: #00628d;
	width:230px;
	float: left;
	height : 18px;
}

.userTools img{
border:none;
}
#centpourcent{
	margin-bottom: 20px;
}

#centpourcent .paragraphe{
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.lienTous {
background-image:url(images/puce-lien.png);
background-position:left 6px;
background-repeat:no-repeat;
clear:left;
float:left;
font-weight:bold;
line-height:17px;
font-size:11px;
margin-top:10px;
padding-left:11px;
}

#document  .lienTousDate:hover, #document  .lienTousDate:focus{
	background-color: #00628d;
	text-decoration: none;
}


#document  element.style.lienTousDate:hover, #document  element.style.lienTousDate:focus{
	background-color: #00628d;
	text-decoration: none;
}
#document .lienTousDate{
	padding-left: 11px;
	background-image: url("images/puce-lien.png");
	background-repeat: no-repeat;
	background-position: left 6px;
	position: relative;
	/*display: block;*/
	font-weight: bold;
	line-height: 17px;
	margin-top: 10px;
	cursor:pointer;
	margin-right: 10px;
}

a.lienTous:hover{
	/*background-color: #00628d;*/
}


#fondDossierCourrant {
	position: absolute;
	z-index: 50;
}
#titreDossierDefile {
	position: absolute;
	z-index : 51;
}
#accrocheDossierDefile {
	position: absolute;
	left : 260px;
	top : 5px;
	z-index : 51;
}

#currentDossier h3{
	background-color: transparent;
	background-image:none;
	margin-top: 0px;
	color:#000000;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 245px;
	height: 65px;
	float: left;
	line-height: 25px;
	font-weight: bold;
	border: none;
}

#dossierAccueilTexte{
	margin-top: 1px;
	font-size: 11px;
	line-height: 15px;
}

ul#dossierAccueilListe{
	width: 230px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0;
	right: 0;
}

ul#dossierAccueilListe li{
	list-style: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 44px;
}

#document ul#dossierAccueilListe li a {
	margin-top: -45px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px; 
	padding-left: 6px;
	display: block;
	font-size: 10px;
	line-height: 11px;
	height: 45px;
	text-decoration: none;
}
#document ul#dossierAccueilListe li a img {
	position: relative;
	top:0;
	right:0;
	margin: 0;
	padding: 0;
}
#document ul#dossierAccueilListe li a h4 {
	position: relative;
	top:0;
	right:0;
	margin: 0;
	padding: 0;
}

#document ul#dossierAccueilListe li a p {
	position: relative;
	top:10px;
	right:0;
}
#currentDossier{
	position: absolute;
	top: 132px;
	left: 0px;
	width: 700px;
	height: 80px;
	float: left;
}
#document ul#dossierAccueilListe li a.dossierAccueilLeinSelected{
color:#ffffff;
}

#document ul#dossierAccueilListe li a .h4{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#document ul#dossierAccueilListe li a .p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* ===================================================================
 * BANDEAU BAS 
 * =================================================================*/
#bandeauBas {
font-size:9px;
margin:0 0 10px;
clear: left;
width: 700px;
}

#bandeauBas .colGauche {
    float: left;

}

#bandeauBas .colRight {
    float: right;
    width: 585px;
    overflow : hidden;
}


#bandeauBas a.logo {
background-image:url(images/logo_isere.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
float:left;
height:64px;
margin:0 0 10px;
width:110px;
clear:both;
}
#bandeauBas .menuBas {
clear:left;
}
#bandeauBas a {
color:#000000;
padding-left:3px;
width:10%;
}
/* ===================================================================
 * COLONNE GAUCHE 
 * =================================================================*/
#colonneGauche {
	background-color: #ccc;
}

/* ===================================================================
 * CONTENU
 * =================================================================*/
#contenu {
	background-color: #ffffff;
}

.paragraphe {
background-image:url(images/parBk.png);
background-position:left top;
margin:0 0 20px;
overflow:hidden;
padding-bottom:10px;
padding-top:0;
position:relative;
width: 100%;
}


.paragraphe h3 {
background:#00628d url(images/BG_Tricolor.gif) repeat-y scroll right top;
border-bottom:3px solid #FFFFFF;
color:#FFFFFF;
height:26px;
line-height:20px;
margin:0 -2px 0 0px;
padding:0 0 0 10px;
}
#document span.right {
color:#ffffff;
}
.edition span.right {
	top:28px;
}
#document span.right a{
color:#ffffff;
}

/* ===================================================================
 * COLONNE DROITE 
 * =================================================================*/
#colonneDroite {
	background-color: #ffffff;
}
#colonneDroite h3{
	color: #000000;
}
#colonneDroite p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}


/* ===================================================================
 * MODULES 
 * =================================================================*/
.module {
border-top:22px solid #00628d;
margin-bottom:10px;
overflow:hidden;
padding-top:3px;
width:100%;
}


/* ===================================================================
 * FORMULAIRES 
 * =================================================================*/
fieldset {
	border: none;
}

form legend span {

}

fieldset input {

}
form fieldset{

}


.tpl_envoiAmi fieldset p.action input {
background:#00628d none repeat scroll 0 0;
border:medium none;
color:#ffffff;
font-size:11px;
font-weight:bold;
margin:0;
padding:2px;
text-transform:uppercase;
cursor:pointer;
}


#document legend{
	padding-left: 5px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
}
input, textarea,select {border: 1px solid #000;}
input.case {border: none;}
.paragraphe form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
.paragraphe p label {
	float: left;
	width: 20%;
}
.paragraphe p label.enLigne {float: none; display: inline;}

.submit{
	border: none;
	background: #fff200;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	float: right;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.IMG_calendar{
	position: relative;
	top: 4px;
	margin-left:4px
}

/* ===================================================================
 * BLOC DE NAVIGATION
 * =================================================================*/
.blocNavigation {text-align: center;} 
.resultatNavigation {margin: 5px 0;}
.regletteNavigation {margin: 5px 0;}



.regletteNavigation span strong{
	background-color: #00628d;
	padding: 3px 6px;
	margin: 3px;
	
}

.regletteNavigation a{
	padding: 3px 6px;
	margin: 3px;
	text-decoration: none;
}

.regletteNavigation a:hover{
	background-color: #00628d;
}



.regletteNavigation strong{
}


/* ===================================================================
 * Paragraphes Spéciaux
 * =================================================================*/

#document .PRS_DOSSIERS{
	border-top: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#colonneDroite  .PRS_DOSSIERS p{
  color:#FFFFFF;
  font-size:13px;
  margin:0 0 5px;
  padding:5px 0;
}


#colonneDroite .PRS_DOSSIERS p a{
  color:#FFFFFF;
} 


.PRS_DOSSIERS hr{
  border-color:-moz-use-text-color -moz-use-text-color #FFFFFF;
  border-style:none none dotted;
  border-width:medium medium 2px;
  height:0;
  margin:0;
  padding:0;
}

.PRS_DOSSIERS .interieur{
	background-image:url(images/arrondi-dossier.jpg);
	background-repeat: no-repeat;
	background-color: #00628d;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom:15px;
	color:#FFFFFF;
}

#document .PRS_DOSSIERS .interieur a{
	color:#FFFFFF;
}

.PRS_DOSSIERS h3{
	text-indent: -9999px;
	display: block;
	width: 216px;
	height: 26px;
	background-image: url("images/dossiersH3bk.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#colonneDroite .PRS_COMMENTAIRES .interieur{
  border-top:1px solid #5A5757;
}
#colonneDroite .PRS_COMMENTAIRES{
  background:transparent url(images/fond_comm.jpg) no-repeat scroll left bottom;
  border-top:3px solid #919292;
  padding-bottom:33px;
}
#colonneDroite .PRS_COMMENTAIRES p{
  border-left:1px solid #5A5757;
  border-right:1px solid #5A5757;
  border-top:1px solid #5A5757;
  font-size:13px;
  margin-top:11px;
  padding-left:7px;
  padding-right:8px;
  padding-top:2px;
}

#colonneDroite .PRS_COMMENTAIRES p a{
  font-weight:bold;
  text-decoration:none;
}

#colonneDroite .PRS_STANDARDPRO{
border-top:1px solid #000000;
font-size:12px;
margin:0;
padding:0;
}

#colonneDroite .PRS_STANDARDPRO h3{
font-size:16px;
font-weight:bold;
line-height:24px;
margin:0;
}
#colonneDroite .PRS_STANDARDPRO h4{
font-size:14px;
font-weight:bold;
line-height:1;
margin:0;
padding:0;
}
#colonneDroite .PRS_STANDARDPRO .interieur{
}

#colonneDroite .PRS_STANDARDPRO .interieur ul{
list-style-image:url(images/puce_standard.jpg);
list-style-position:outside;
list-style-type:none;
padding-left:15px;
padding-top:0;
}

#colonneDroite .PRS_STANDARDPRO .interieur img{
padding-top:15px;
}


.PRS_LIENS td {
	margin : 0;
	padding : 0;
	width: 230px;
}
.PRS_LIENS p {
font-size:11px;
}
.PRS_LIENS p a{
}
.PRS_LIENS h3 {
line-height:27px;
padding-left:19px;
}

.PRS_INTERLIGNAGE {
	line-height: 24px;
}

.PRS_LIENSPETITS {
	font-size:9px;
}
#document .PRS_LIENSPETITS a {
	text-decoration: none;
}
#document .PRS_LIENSPETITS a:hover {
	text-decoration: underline;
}

.PRS_NIVEAU2 ul {
margin:0 0 10px;
padding:0;
}

.PRS_NIVEAU2 li {
background-color:#00628d;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
color:#FFFFFF;
margin:0 0 2px;
padding:3px 5px;
}
#document .PRS_NIVEAU2 li a{
color:#ffffff;
}

/* ===================================================================
 * TEMPLATES
 * =================================================================*/
.tpl h3 {
background:#00628d url(images/BG_Tricolor.gif) repeat-y scroll right top;
line-height:26px;
margin-left:0;
}

.tpl h3 img {
	margin-top:-5px;
	margin-left: 5px;
}

.paragraphe h3 img {
	margin-top:-5px;
	margin-left: 5px;
}

.tpl a{
	color:#000;
	/*font-weight: bold;*/
}

.tpl div.titre{
	font-size:18px;
	font-weight:bold;
}
/*.tpl h4 {
font-size:15px;
font-weight:bold;
}*/

.PRS_33GAUCHE{
	float: left;
	width: 213px;
}

.PRS_TITRESEUL{
	background-image: none;
	margin-bottom: -18px;
}

.PRS_LIENS td {
	margin : 0;
	padding : 0;
	width: 230px;
}

.PRS_INTERLIGNAGE {
	line-height: 24px;
}

.tpl .date {
font-size:11px
}
.tpl .grostitre {
vertical-align:top;
width:216px;
}
.tpl .visuel {
padding-left:0;
vertical-align:top;
width:230px;
}
.tpl .resume{
font-size:11px;
vertical-align:top;
width:214px;
}
.tpl .accroche{
font-size:11px;
vertical-align:top;
width:214px;
}


/* =================== Evenements culture =================================*/

.tpl_evenementCultureHome{
}
.tpl_publicationsAccueil td {
font-size:13px;
vertical-align:top;
width:214px;
}

.tpl_evenementCultureHome .item h4{
	font-size: 14px;
	font-weight: bold;
}

.tpl_evenementCultureHome .item .date{
	margin-bottom: 5px;
}

.tpl_evenementCulture .lienTous{
	margin-top:0;
}


.tpl_evenementCultureListe p label {
	width: 30%;
	margin-top : 2px;
}

.tpl_evenementCultureListe p select {
	margin : 0;
}

.tpl_evenementCultureListe .item {
	border-top: 11px solid #FFFFFF;
	padding : 0;
}

.tpl_evenementCultureListe .item h4 {
	margin-bottom: 0.5em;
}

.tpl_evenementCultureListe .item h4 a{
	font-weight: bold;
}

.tpl_evenementCultureListe {
	margin-bottom: -10px;
}
#document .tpl_evenementCultureListe legend{
	padding-left:0px;
}

.tpl_evenementCultureListe .tableRecherche {
	/*padding-left:5px;*/
	width:auto;
}
.tpl_evenementCultureListe .tableRecherche td.labelTab {
	text-align: right;
}

.tpl_evenementCulture h3 .date {
	font-size: 12px;
	font-weight: normal;
	float: left;
}

.tpl_evenementCultureHome .fondImage{
	float: right;
	/*
	margin-top: -5px;
	margin-right: -2px;
	margin-bottom: -14px;
	margin-left: 5px;
	*/
}


.tpl_agenda .infoSup .categorie,
.tpl_evenementCulture h3 .categorie {
	font-size: 12px;
	float: right;
	clear: right;
}

.tpl_agenda .infoSup .thema,
.tpl_evenementCulture .infoSup .thema {
	float: left;
	clear: left;
}

.tpl_evenementCulture .infoSup .typeEv {
	float: right;
	clear: right;
}

.tpl_agenda .infoSup,
.tpl_evenementCulture .infoSup {
	margin:0 0 6px -1px;
	padding: 0;
	width:100%;
	background: #00628d;
	float: left;
	clear: both;
	font-size : 12px;
	font-weight: normal;
	display: block;/*ici*/
}

.tpl_evenementCulture tr div {
	margin-bottom : 10px;
}

.tpl_evenementCulture ul,
.tpl_evenementCulture .organisateur  {
	margin-bottom: 5px;
}


/*  ============= Agenda ============================ */


.tpl_agenda{
}
.tpl_agenda .h3{
background-color:#00628d;
color:#FFFFFF;
font-weight:bold;
line-height:26px;
margin-left:0;
padding-left:5px;
}

#document .TPL_AGENDAMDRCO h3,
#document .TPL_AGENDAMISENAVANT h3,
#document .TPL_MEA_ACTUCOL h3,
#document .TPL_MEA_EVENEMENTCOL h3,
#document .TPL_MEA_PUBLICATIONCOL h3 {
    background: none;
}


/* Liste agenda */
.TPL_AGENDAMDRCOL .MDR_right .moteurRecherche { border-bottom:none; }
.tpl_agendaListeCulture .moteurRecherche               { border-bottom:22px solid #00628d; }
.tpl_agendaListeCulture .moteurRecherche form fieldset,
.tpl_actualiteListeCulture .moteurRecherche form fieldset { border:medium none;
margin:0;
padding:0; }
.tpl_agendaListeCulture .moteurRecherche form p        { float: right; width:345px; clear: none; }
.tpl_agendaListeCulture .moteurRecherche form p.action { margin:0 0 0 0; }
.tpl_agendaListeCulture .moteurRecherche form label    { width: 92px; }
.tpl_agendaListeCulture .moteurRecherche input, .tpl_agendaListeCulture .moteurRecherche select option, .tpl_agendaListeCulture .moteurRecherche select optgroup { font-size:12px; }
.tpl_agendaListeCulture .moteurRecherche form p input  { width:200px; }

.tpl_actualiteListeCulture .moteurRecherche .action input.submit,
.tpl_agendaListeCulture .moteurRecherche .action input.submit {
	width: auto;
	/*height:22px;*/
	float: right;
	margin: 0 0 0 10px;
	font-size: 12px;
}

.tpl_actualiteListeCulture td,
.tpl_evenementCultureListe td,
.tpl_publicationListe td,
.tpl_agendaListeCulture td,
.tpl_evenementCultureHome td,
.tpl_publicationsAccueil td,
.tpl_evenementCulture td.imageTab
{ margin-top: 0; margin-bottom:0; padding-top: 0; paddind-bottom:0; padding-left:0; width:230px;}

.tpl_actualiteListeCulture td p,
.tpl_evenementCultureListe td p,
.tpl_publicationListe td p,
.tpl_agendaListeCulture td p,
.tpl_evenementCultureHome td p,
.tpl_publicationsAccueil td p
{ 
	margin:0;
	padding: 0;
}
.tpl_publicationsAccueil h4 {
	margin-bottom:0;
}
.separateur{
	height: 20px;
	background-color: #fff;
}

/*.tpl_evenementCultureListe .resultatsRecherche td img { padding: 0; margin-bottom: -10px; width:230px; }*//*Quezako?*/

.tpl_actualiteListeCulture td img,
.tpl_publicationListe td img {padding:0; margin-bottom: -5px; vertical-align:super;}

/* DÃ©tail agenda */

.tpl_evenementCulture div.h3,
.tpl_publication div.h3,
.tpl_actualite div.h3,
.tpl_dossierCulture div.h3,
.tpl_agenda div.h3 {
	background: none;
	color: #000;
	font-size: 25px;/*35*/
	margin: 0;
	padding: 0;
	border: none;
	text-transform: uppercase;
}
/* =================== Publication à la une =================================*/
.tpl_agenda .agendaCulture th {
	font-weight: normal;
	text-transform: uppercase;
	width: 200px;
}

.tpl_publicationsAccueil td {
font-size:13px;
vertical-align:top;
width:214px;
}

.tpl_publicationGuide p {
	/*width: 0;*/
	margin: 0;
	padding: 2px 0;
}

.tpl_publicationGuide p label {
	width: 39%;
	float: left;
	margin-top: 2px;
}

.tpl_publicationGuide select,
.tpl_publicationGuide input {
	margin: 0;
}

.tpl_publicationGuide select,
.tpl_publicationGuide input {
	margin: 0;
	width: 58%;
}

.tpl_publicationGuide .tdGuide {
	width: 65%;
	margin: 0;
	padding: 4px 0 4px 0;
}

.tpl_publicationGuide .tdGuide h5 {
	margin-bottom: 5px;
}

.tpl_publicationGuide .tdGuide .item {
	float: left;
	width: 100%;
	border-top: 11px solid #FFF200;
}

.tpl_publicationGuide th {
	vertical-align: top;
}

.tpl_publicationGuide fieldset {
	margin: 0;
	padding: 0;
}

.tpl_publicationGuide span {
	float:left;
	clear: both;
}


.tpl_publicationGuide #guide a {
	display: block;
	width: 97%;
	padding-left : 3%;
}

.tpl_publicationGuide #guide a:hover {
	text-decoration : none;
	background: #000;
	color: #fff;
}

.tpl_publicationGuide #guide a.selected {
	text-decoration:none;
	background: #000;
	color: #fff;
}
.tpl_publicationGuide #resultatRecherche h4 {
	font-weight: bold;
}

.tpl_publicationGuide #resultatRecherche .item {
	border-top: 15px solid white;
	overflow: hidden;
	zoom: 1;
}

.tpl_publicationGuide #resultatRecherche .item .image {
	overflow: hidden;
	width: 230px;
	float: left;
}

#document .tpl_publicationGuide #resultatRecherche .item .infosPublication p{
	font-size:11px;
}

.tpl_publicationGuide #resultatRecherche .item h4 {
	overflow: hidden;
	width: 30%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}
.tpl_publicationGuide #resultatRecherche .item div {
	overflow: hidden;
	width: 230px;
	float: left;
}

.tpl_publicationGuide #resultatRecherche .item div p {
	margin : 0;
	padding: 0;
}

.tpl_publicationGuide #resultatRecherche p {
	font-weight: normal;
}

.tpl_publicationGuide #resultatRecherche .item h4 {
	font-weight: bold;
}

.tpl_publicationGuide p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tpl_publicationGuide fieldset p {
	width: 33%;
	float: left;
}

.tpl_publicationGuide fieldset p input {
	width:128px;
}

.tpl_publicationGuide fieldset p select {
	width:128px;
}

.tpl_publicationGuide fieldset p.action {
	width: 66%;
	float: left;
}

.tpl_publicationGuide fieldset p.action a {
	float:right;
	margin-left:5%;
	text-align:center;
	width:35%;
}


.tpl_publicationListe { overflow: hidden; zoom:1; }
.tpl_publicationListe input  { height:17px; }

.tpl_publicationListe .submit  { margin:0 5px; }

.tpl_publicationListe select { height:22px; }
.tpl_publicationListe .pourImage {
	float: left;
	width: 188px;
	margin-right: 20px;
	margin-top: 20px;
}

tpl_publicationListe .item img { display: block; }

.tpl_publicationListe h4 {
	margin-top: 0;
}

.tpl_publicationListe .pourText {
	float: left;
	margin-top: 20px;
}

.item {
	clear: both;
	border-top: 22px solid #fff;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 2px;
} 

.tpl_publicationListe .alignGauche {
	float: left; margin: 0 0 0 0; text-align: left;
}

.tpl_publication                 { position: relative; }
.tpl_publication th              { white-space: nowrap; vertical-align: top; text-align: left; }
.tpl_publication .theme          { position: absolute; right:0; top:4px; margin:0 5px 0; font-weight: bold; }
.tpl_publication .description    { clear: right; padding-left:240px;}
.tpl_publication .lienCommande a { margin:5px 5px; }

.tpl_publication  .BlocInfo td {padding-left:0;padding-right:0;width:230px;}
.tpl_publication .BlocInfo { border-top : 22px solid #FFFFFF }

.tpl_dossierAccueil{
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: -4px;
	margin-left: -2px;
	position: relative;
	height:246px;
}


/*  ============= A la une ============================ */
#document .tpl_actualiteALaUne #imageActu{
	float: left;
	/*clear: right;*/
	margin-top:5px;
}
#document .tpl_actualiteALaUne h4 a{
font-size:18px;
font-weight:bold;
}
#document .tpl_actualiteALaUne .infoAlaune {
   float:left;
   width:64%;
   padding-left:5px;
}
#document #centpourcent  .tpl_actualiteALaUne .infoAlaune {
 	width:74%;
/* 	margin-left:235px;*/
	float:right;
}
/*
#document .tpl_actualiteALaUne .right{
	top: -40px;
}*/

#document .tpl_actualiteALaUne h4 a{
font-size:14px;
font-weight:bold;
}
#document .tpl_actualiteALaUne .infoAlaune {
   float:left;
   width:64%;
   padding-left:5px;
}
#document #centpourcent  .tpl_actualiteALaUne .infoAlaune {
 	width:74%;
/* 	margin-left:235px;*/
	float:right;
}
/*
#document .tpl_actualiteALaUne .right{
	top: -40px;
}*/
#document .tpl_actualiteALaUne .accroche {
	padding-top:0;
	margin-top:0;
	font-size:14px;
	width:100%;
}
#document .tpl_actualiteALaUne h4 {
	margin-bottom: 0;
}

span.right {
font-size:10px;
line-height:26px;
padding-right:30px;
position:absolute;
right:0;
text-transform:uppercase;
top:0;
color:#ffffff;
}
#document .tpl_actualiteALaUne span.right a{
color:#ffffff;
}

#document .tpl_actualiteALaUne p {
margin-bottom:5px;
}

/* ===================== Diaporama ===============================*/

.tpl_agendaDiaporamaCulture .nav{
	float: right;
	width: 27px;
	padding-right: 5px;
}
.tpl_agendaMisEnAvant .accroche { width: 99%;}
.tpl_agendaMisEnAvant { position: relative; }
.tpl_dossier .image, .tpl_agendaMisEnAvant .image {
	width: 230px;
	float:left;
}
.tpl_agendaMisEnAvant .blocInfo {
	padding-left:240px;
}
.tpl_agendaMisEnAvant span.date{
	position:absolute;
	top:0px;
	right: 5px;
	line-height: 22px;
	margin-right: 5px;
}
.tpl_agendaMisEnAvant span.date{
	position:absolute;
	top:0px;
	right: 5px;
	line-height: 22px;
	margin-right: 5px;
}


#document .tpl_agendaDiaporamaCulture .diapo_previous_img{
	background-image: url("images/previous.png");
	float: left;
}
#document .tpl_agendaDiaporamaCulture .diapo_previous_img:hover{
	background-image: url("images/previous_hover.png");
	float: left;
}
#document .tpl_agendaDiaporamaCulture .diapo_next, 
#document .tpl_agendaDiaporamaCulture .diapo_previous,
#document .tpl_agendaDiaporamaCulture .diapo_next_img,
#document .tpl_agendaDiaporamaCulture .diapo_previous_img {
	margin-top: 17px;
	text-indent: -9999px;
	width: 27px;
	height: 27px;	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	display: block;
}

#document .tpl_agendaDiaporamaCulture .diapo_next{
	background-image: url("images/next.gif");
		text-decoration:none;
}
#document .tpl_agendaDiaporamaCulture .diapo_nextActif {
		text-decoration:none;
	
	cursor:pointer;
	background-image: url("images/next_hover.gif");
}
#document .tpl_agendaDiaporamaCulture .diapo_nextActif:hover{
	text-decoration:none;
}

#document .tpl_agendaDiaporamaCulture .diapo_previous{
	background-image: url("images/previous.gif");
		text-decoration:none;
}
#document .tpl_agendaDiaporamaCulture .diapo_previousActif {
	cursor:pointer;
		text-decoration:none;
		background-image: url("images/previous_hover.gif");
}
#document .tpl_agendaDiaporamaCulture .diapo_previousActif:hover{
	text-decoration:none;
}

#document .tpl_agendaDiaporamaCulture .diapo_next_img{
	background-image: url("images/next.gif");
	float: right;
	margin-right: 7px;
		text-decoration:none;
	clear: right;
}
#document .tpl_agendaDiaporamaCulture .diapo_next_img:hover{
	background-image: url("images/next_hover.gif");
	float: right;
		text-decoration:none;
	margin-right: 7px;
	clear: right;
}

#document .tpl_agendaDiaporamaCulture .imgGrand {
	float: left;
	text-align:center;
	width:91%;
		text-decoration:none;
}

#document .tpl_agendaDiaporamaCulture .diapo_previous_img{
	background-image: url("images/previous.gif");
	float: left;
		text-decoration:none;
}

#document .tpl_agendaDiaporamaCulture .diapoTop{
	clear: both;
	float: left;
	width: 100%;
}

.tpl_agendaDiaporamaCulture {
	margin:0;
}

.tpl_agendaDiaporamaCulture ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tpl_agendaDiaporamaCulture li{
	list-style: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*width: 162px;*/
	float: left;
}
.tpl_agendaDiaporamaCulture li .libelle, .tpl_agendaDiaporamaCulture li .date , .tpl_agendaDiaporamaCulture li .libellePhoto {
	padding-left : 2px;
}

.tpl_agendaDiaporamaCulture li .libellePhoto {
	font-weight:bold;
}

#document .tpl_agendaDiaporamaCulture .divImg{
	margin-bottom: 0px;
/*	height:115px;*/
}
#document .tpl_agendaDiaporamaCulture .divImgApresRotation{
	margin-bottom: 0px;
	/*height:115px;*/
}
.tpl_agendaDiaporamaCulture li a{
	margin: 0;
	padding: 0;
}

.tpl_agendaDiaporamaCulture img {
	margin:0;
	padding: 0;
}

.tpl_agendaDiaporamaCulture li a h4{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

.tpl_agendaDiaporamaCulture li a p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
}

.tpl_agendaDiaporamaCulture li a:hover{
	background-color: #00628d;
	text-decoration: none;
	color:#ffffff;
}

.tpl_agendaDiaporamaCulture .infoDiapoCult .date {
	font-weight:bold;
}

.agendaDiaporamaCultureTexte{
	border-top: 1px solid #000000;
	clear: left;
	position: relative;
	top: 5px;
	width: 661px;
	font-size:12px;
	padding-top: 5px;
	margin-bottom: 10px;
	height:100px;
	font-weight: bold;
}

.photoDiaporamaCultureTexte{
	border-top: 2px solid #000000;
	clear: left;
	width: 101%;
	position: relative;
	top: 3px;
	margin-bottom: 10px;
}
.photoDiaporamaCultureTexte .imgGrand {
	margin:5px 0;
	text-align: center;
}

#document .tpl_agendaDiaporamaCulture li a:hover {
	background: transparent;
}
#document .tpl_agendaDiaporamaCulture li.selected .infoDiapoCult {
	background: #00628d;
	color:#ffffff;
}

.agendaDiaporamaCultureTexte h4{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}



/* ====================================================*/
/*  ============= Association amateur & pro + ecole ============================ */
.tpl_associationAmateurListe,
.tpl_associationProListe,
.tpl_ecoleMDTListe {
	overflow: hidden;
	zoom: 1;
}

.tpl_associationAmateurListe .critere,
.tpl_associationProListe .critere,
.tpl_ecoleMDTListe .critere {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.tpl_ecoleMDTListe .critereDiscipline {
	overflow: hidden;
	clear: both;
}


.tpl_ecoleMDTListe .divDiscipline {
	width: 84%;
	float: left;
	clear: right;
	overflow: hidden;
	margin-left: 2%;
}

.tpl_associationProListe .divType {
	width: 88%;
	float: left;
	clear: right;
	overflow: hidden;
	margin-left: 2%;
}

.tpl_associationProListe .listeType,
.tpl_ecoleMDTListe .listeDiscipline {
	border: 1px solid black;
	background: white;
	height: 100px;
	overflow: auto;
}

.tpl_ecoleMDTListe .listeDiscipline .elem {
	float: left;
	width: 50%;
}

.tpl_associationProListe .elem {
	float: left;
}

.tpl_associationAmateurListe .critere select,
.tpl_associationAmateurListe .critere input,
.tpl_associationProListe .critere select,
.tpl_associationProListe .critere input,
.tpl_ecoleMDTListe .critere select,
.tpl_ecoleMDTListe .critere input {
	width: 60%;
}

.tpl_associationAmateurListe .critere label,
.tpl_associationProListe .critere label,
.tpl_ecoleMDTListe .critere label {
	float: left;
	display: block;
	width: 35%;
}

.tpl_associationProListe #type {
	overflow: hidden;
}

.tpl_associationAmateurListe .action,
.tpl_associationProListe .action,
.tpl_ecoleMDTListe .action {
	margin-top: 10px;
	overflow: hidden;
	clear: both;
	float: right;
	margin-right: 20px;
}

.tpl_associationAmateur span,
.tpl_associationAmateur p,
.tpl_associationAmateur .listingDisEns,
.tpl_ecoleMDT span,
.tpl_ecoleMDT p,
.tpl_ecoleMDT .listingDisEns {
	float: left;
	margin: 0;
}

.tpl_associationAmateur span,
.tpl_ecoleMDT span {
	font-weight: bold;
	margin-right: 5px;
}

.tpl_associationAmateur .item,
.tpl_ecoleMDT .item {
	overflow: hidden;
	margin-bottom: 10px;
}

.tpl_associationAmateur a,
.tpl_ecoleMDT a {
	display:block;
	margin-bottom:10px;
}

.tpl_associationAmateurListe .elem {
	display: inline;
}

.tpl_associationProListe .critereListeCheck {
	overflow:hidden;
	float: left;
	width: 50%;
}

.tpl_associationProListe .critereListeCheck label {
	width:35%;
	float: left;
}

.tpl_associationProListe .listeCheck {
	display: block;
	overflow: hidden;
	float: left;
}

/* ====================================================*/
/* =================== ASSOC Liste culture Amateur // Pro // Ecole  Liste =================================*/
.submit {
background:#00628d none repeat scroll 0 0;
border:medium none;
color:#ffffff;
float:right;
font-size:11px;
font-weight:bold;
margin:0;
padding:2px;
text-transform:uppercase;
cursor:pointer;
}

.tpl_associationAmateurListeCulture,
.tpl_associationProListeCulture,
.tpl_ecoleMDTListeCulture {
	overflow: hidden;
	zoom: 1;
}

.tpl_associationAmateurListeCulture .critere,
.tpl_associationProListeCulture .critere,
.tpl_ecoleMDTListeCulture .critere {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.tpl_ecoleMDTListeCulture .critereDiscipline {
	overflow: hidden;
	clear: both;
}


.tpl_ecoleMDTListeCulture .divDiscipline {
	width: 84%;
	float: left;
	clear: right;
	overflow: hidden;
	margin-left: 2%;
}

.tpl_associationProListeCulture .divType {
	width: 88%;
	float: left;
	clear: right;
	overflow: hidden;
	margin-left: 2%;
}

.tpl_associationProListeCulture .listeType,
.tpl_ecoleMDTListeCulture .listeDiscipline {
	border: 1px solid black;
	background: white;
	overflow: auto;
	height: 100px;
	zoom: 1;
}

.tpl_ecoleMDTListeCulture .listeDiscipline .elem {
	float: left;
	width: 50%;
	display:inline;
	overflow: hidden;
}

.tpl_associationProListeCulture .elem {
	float: left;
}

.tpl_associationAmateurListeCulture .critere select,
.tpl_associationAmateurListeCulture .critere input,
.tpl_associationProListeCulture .critere select,
.tpl_associationProListeCulture .critere input,
.tpl_ecoleMDTListeCulture .critere select,
.tpl_ecoleMDTListeCulture .critere input {
	width: 60%;
}

.tpl_associationAmateurListeCulture h4,
.tpl_associationAmateurListe h4,
.tpl_associationProListeCulture h4,
.tpl_associationProListe h4,
.tpl_ecoleMDTListeCulture h4,
.tpl_ecoleMDTListe h4{
font-size:1em;
font-weight:normal;
line-height:1.25;
margin-bottom:1.25em;
}



.tpl_associationAmateurListeCulture .critere label,
.tpl_associationProListeCulture .critere label,
.tpl_ecoleMDTListeCulture .critere label {
	float: left;
	display: block;
	width: 35%;
}

.tpl_associationProListeCulture #type {
	overflow: hidden;
}

.tpl_associationAmateurListeCulture .action,
.tpl_associationProListeCulture .action,
.tpl_ecoleMDTListeCulture .action {
	margin-top: 10px;
	overflow: hidden;
	clear: both;
	float: right;
	margin-right: 20px;
}

.tpl_associationAmateur span,
.tpl_associationAmateur p,
.tpl_associationAmateur .listingDisEns,
.tpl_ecoleMDT span,
.tpl_ecoleMDT p,
.tpl_ecoleMDT .listingDisEns {
	float: left;
	margin: 0;
}

.tpl_associationAmateur span,
.tpl_ecoleMDT span {
	font-weight: bold;
	margin-right: 5px;
}

.tpl_associationAmateur .item,
.tpl_ecoleMDT .item {
	overflow: hidden;
	margin-bottom: 10px;
}

.tpl_associationAmateur a,
.tpl_ecoleMDT a {
	display:block;
	margin-bottom:10px;
}

.tpl_associationAmateurListeCulture .elem {
	display: inline;
}

.tpl_associationProListeCulture .critereListeCheck {
	overflow:hidden;
	float: left;
	width: 50%;
}

.tpl_associationProListeCulture .critereListeCheck label {
	width:35%;
	float: left;
}

.tpl_associationProListeCulture .listeCheck {
	display: block;
	overflow: hidden;
	float: left;
}

.tpl_associationProListeCulture form fieldset,
.tpl_associationProListeCulture form  {
	overflow: hidden;
	zoom: 1;
}



.tpl_actualiteListeCulture{
}
.tpl_actualiteListeCulture fieldset{
}
.tpl_actualiteListeCulture legend{
}


#tpl_breveListeCourte .vignette {
	background-position:right bottom;
	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
	padding:0 10px 8px 0;
}


/* ====================================================*/
/* =================== nuage de tags =================================*/


.tpl_tagCloud {
	text-align: center;
}

.tpl_tagCloud .tag1 a, .tpl_tagCloud .tag2 a, .tpl_tagCloud .tag3 a{
	font-weight: regular;
}

.tpl_tagCloud .tag1 {
	font-size: 12px;
}

.tpl_tagCloud .tag2 {
	font-size: 18px;
}

.tpl_tagCloud .tag3 {
	font-size: 24px;
}

/* ====================================================*/
/* =================== en 1 clic =================================*/


.tpl_enUnClick ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tpl_enUnClick li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style: none;
}

.tpl_enUnClick a.rolloverHeading{
	width: 94px;
	height: 18px;
	display: block;
	background-image: url("images/en1clic-a.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 1px;
}

/* ====================================================*/
/* =================== vu entendu =================================*/

.vuentendu .fondBlanc{
margin-bottom:4px;
padding-bottom:0;
padding-left:13px;
}

.vuentendu {
background-image:url(images/parBk.png);
background-position:left top;
}
.vuentendu p.outilsmedia{
margin-bottom:0;
padding-bottom:13px;
padding-left:7px;
}


/* ====================================================*/
/* =================== Vu entendu Multi =================================*/


#document #contenu .paragraphe .tpl_vuEntenduMulti {
	background: none;
}

.tpl_vuEntenduMulti {
	float: left;
	width: 100%;
}

#colonneDroite .tpl_vuEntenduMulti .contenuMulti {
	width: 96%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tpl_vuEntenduMulti .titreVuEntendu {
	background-color : #fff200;;
	font-weight: bold;
	float: left;
	clear: both;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.tpl_vuEntenduMulti .contenuMulti {
	float: left;
	background: url("images/parBk.png");
	width: 95%;
	padding: 15px;
	border: 1px solid #000000;
}

/* ==================================================================
 * Titre pour les pages de lvl 2+
 * ================================================================*/
 
.titreSousPage {
	font-size: 30px;
	color: black;
	line-height: 30px;
}

.module div.interieur p img {
	margin-top: 5px;
}

.interieur p a {
	text-decoration: underline;
}
.interieur p a:hover {
	text-decoration: none;
}

/* Select visible */
.inputOption, .inputVisible, .inputOptionTxt {
	display: none;
}

.selectVisible {height:16px; width: 207px;}
.selectVisible, .option, .optgroup{
	cursor: default;
	background-color: #FFFFFF;
}

.option:hover {
	background-color: lightBlue;
}

.selectVisible img {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.optionss {
	position: absolute;
	z-index: 50;
	overflow: auto;
	max-height: 180px;
	margin-top:4px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	display: none;
	width: 201px;
}

#document .inputVisibleTxt {
	border: 1px solid black;
	background: white;
	width: 180px;
	height: 18px;
	float: left;
	padding-left:4px;
}

.tableRecherche {
	margin: 0;
	border-bottom: 20px solid white;
	width:100%;
	padding-left:5px;
}


/*------------------------*/
.tpl_evenementCultureListe label {
	float: left;
	width: auto;
	margin-top: 10px;
}

.tpl_evenementCultureListe .select {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Formulaire de contact */
.tpl_formulaireContact {
	zoom: 1;
	overflow: hidden;
}

.tpl_formulaireContact form #listeCommunes{
	background: white;
	overflow: auto; 
	height: 42px; 
	display: none; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	width:322px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.tpl_formulaireContact #divInfo,
.tpl_formulaireContact #infoComplementaire {
	margin-left:20%;
	display:block;}

.tpl_formulaireContact form fieldset{
	margin : 0;
	padding: 0;
}

#document .tpl_formulaireContact form fieldset legend{
	font-weight: bold;
	padding: 0; 
}
.tpl_formulaireContact form #listeCommunes .result {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	cursor: pointer;
}

.tpl_formulaireContact form #listeCommunes .result:hover {
	background:#00008B none repeat scroll 0 0;
	color:#FFFFFF;
}

.tpl_formulaireContact p {
	margin-bottom: 5px;
}

.tpl_formulaireContact .adresse {
	margin: 0;
	padding: 0;
}

.tpl_formulaireContact textarea {
	height:100px;
	float: left;
	width:312px;
}
.tpl_formulaireContact form #listeCommunes {
	margin-top: -2px;
	height: 42px;
	margin-left: 20%;
}

.tpl_formulaire fieldset {padding: 0;}
.tpl_formulaire fieldset legend {padding-left: 0;}



/*------------------------*/
#imageData {
color:#333333;
}

/* Barre de partage */
.addthis_toolbox {
    padding-top : 8px;
}
.addthis_toolbox h3 {
    display: inline;
    float: left;
    font-size: 1.4em;
}

#document .addthis_toolbox a {
    width: 12px;
    height: 12px;
    line-height: 12px;
    float:none;
    display:inline-block;
}

#document .addthis_toolbox .partage {
    font-size:9px;
}

#document .addthis_toolbox .at300bs {
    width: 12px;
    height: 12px;
    line-height: 12px;
}

#document .at15t_facebook {background : url(images/facebook.png);}
#document .at15t_print {background : url(images/print.png);}
#document .at15t_reddit {background : url(images/reddit.png);}
#document .at15t_google {background : url(images/google.png);}
#document .at15t_plus {background : url(images/plus.png);}

.tycom th { white-space: nowrap; vertical-align: top; text-align: left; margin : 0; padding: 0; width: 1%; }
.tycom td { margin : 0; padding: 0 0 0 5px; }
.jcarousel-skin-perso .jcarousel-next-horizontal {background: url(images/next.gif) no-repeat scroll 0 0 transparent;}
.jcarousel-skin-perso .jcarousel-next-horizontal:hover {background: url(images/next_hover.gif) no-repeat scroll 0 0 transparent;}
.jcarousel-skin-perso .jcarousel-prev-horizontal {background: url(images/previous.gif) no-repeat scroll 0 0 transparent;}
.jcarousel-skin-perso .jcarousel-prev-horizontal:hover {background: url(images/previous_hover.gif) no-repeat scroll 0 0 transparent;}

.tpl_dossierAccueil7 {
    height: 246px;
    margin: 0 -2px -4px;
    position: relative;
}


.tpl_dossierAccueil7 #currentDossier #accrocheDossierDefile {
    height: 80%;
    left: 260px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    z-index: 51;
}

#document ul#dossierAccueilListe7 {
    margin: 2px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
}
	
#document ul#dossierAccueilListe7 li a .h4 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


ul#dossierAccueilListe7 li {
    height: 32px;
    list-style: outside none none;
    margin: 2px 0 0;
    padding: 0;
}

#document ul#dossierAccueilListe7 li a {
    display: block;
    font-size: 10px;
    height: 25px;
    line-height: 11px;
    margin-bottom: 3px;
    margin-right: 0;
    margin-top: -32px;
    overflow: hidden;
    padding: 0 3px 0 6px;
    text-decoration: none;
}

#colonneDroite .tpl_agendaMisEnAvant h4, 
#colonneDroite .tpl_evenementCultureHome h4, 
#colonneDroite .tpl_publicationsAccueil h4 {
	margin-bottom: 0.25em;
}

#colonneDroite .infosLien {
	position: relative; 
	height: 100%;
}

#colonneDroite .infosMEA_gauche {
	position: relative; 
	top: 0; 
	width: 70%;
}

#colonneDroite .divLienColInfo {
	height: 100%; 
	width: 28%; 
	right: 0; 
	position: absolute; 
	bottom: 0;
}

#colonneDroite .lienColInfo {
   	bottom: 0;
    font-weight: bold;
    padding-right: 2px;
    position: absolute;
}