/************************************************************
 *  Balises standard et générales
 ************************************************************/
body 
{
	padding: 0px;	
	margin: 0px;
	text-align: center;
	background-image: url("../images/bg_site.jpg");
	background-repeat: repeat-x;
	background-color: #76a349;
	background-attachment: fixed;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6{
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	text-align: left;
	font-size: 14px;
}

p, td, ul, ol, blockquote, div, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

input, textarea, select {
	//font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-align: left;*/
	font-size: 10px;
}

img
{
	border: none;
	/*display: block;
	Ceci fait exploser l'alignement centré des images
	*/
}



.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justified {
	text-align: justify;
}

a:hover 
{
	text-decoration: none;
}



#page 
{	
	border: solid 0px #f4f4f4;
	border-top: none;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	_width:762px;
	background-color: white;
	text-align:justify;
	border-bottom-width: 0px;
}

.csc-header {
	padding-top: 0.3em;
}

/************************************************************
 * Entête - Bandeau UL
 ************************************************************/
#bandeau-ul img {
	display: block;
}

#bandeau-ul {
	display: block;
}

#bandeau-ul_menu {
	background-image: url("../images/bandeau-ul_back_rouge.jpg");
	background-repeat: repeat-x;
	height: 70px;
	width: 75%;
}

#bandeau-ul_titre {
	margin-top: 10px;
	height: 32px;
}

#bandeau-ul_liens {
	margin-top: 12px;
	height: 16px;
}

#bandeau-ul_logo {
	background-image: url("../images/bandeau-ul_back_or.jpg");
	background-repeat: repeat-x;
	height: 72px;
	width: 25%;
}

#bandeau-ul_blanc {
	background-image: url("../images/bandeau-ul_back_blanc.jpg");
	background-repeat: repeat-x;
	height: 70px;
	width: 1px;
}

/************************************************************
 * Menu principal
 ************************************************************/
#menu
{
	background-image: url("../images/bg_menu.jpg");
	background-repeat: repeat-x;
	height: 24px;
}

#menu img
{
	display: inline;
}

#menu .menu_item {
	float: left;
	height: 21px;
	_width: 50px;	/* IE */
}
 
.mainmenu
{
    background-color: white;
	border: solid 1px white;
	border-bottom: 0px;
}

/* Style général pour les éléments de 2e et 3e niveaux */
.mainmenu a
{
	margin: 0px;
    display:block;
    border-bottom:1px solid white;
    font-size:12px;
    text-align:left;
	font-family: Arial, Verdana,Helvetica, sans-serif;
    padding: 2px 5px;
    color: white;   
    background-color:#336699;
    text-decoration:none;
	padding-right: 13px;
}

/* État rollover */
.mainmenu a:hover
{
    background-color:#80ab56;
    text-decoration:none;
}

/* État actif */
.mainmenu a.act
{
    background-color:#80ab56;
    text-decoration:none;
}

.mainmenu a.sub{
    background-image:url(../images/fleche.gif); 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right;
}

.mainmenu a.sub:hover{
	background-color:#80ab56;
	text-decoration:none;
	padding-right:13px;

	background-image:url(../images/fleche2.gif); 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
}

.mainmenu a.sub_act{
	background-color:#80ab56;
	text-decoration:none;
	padding-right:13px;

	background-image:url(../images/fleche2.gif); 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
CONTENU
*/
#conteneir img {
	display: inline;
}

#conteneur  {
	width: 960px;
	/*position: relative;
	left: -100px;*/
	background-color: #FFF;
}

#conteneur #colonne_gauche, #conteneur #colonne_centre, #conteneur #colonne_droite {
	background-color: white;
	min-height: 500px;
}

#conteneur #colonne_gauche {
	width: 233px;
	padding-left: 10px;
	float: left;
}



/*.csc-firstHeader {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	color: #669933;
	font-size: 18pt;
}*/

/*
BOITES
*/
.boite {
	background-color: #f2f8ff;
	margin: 2em 0;
}

.corner_r_top_normal {
background:url("../images/flexibleContent/boite_topright.png") no-repeat scroll right top transparent;
padding-right: 5px;
}
.corner_l_top_normal {
background:url("../images/flexibleContent/boite_topleft.png") no-repeat scroll left top transparent;
padding-top: 5px;
padding-left:5px;
margin-right: -5px;
}
.corner_r_bottom_normal {
background:url("../images/flexibleContent/boite_bottomright.png") no-repeat scroll right bottom transparent;
margin:0;
padding-right: 5px;
margin-bottom:-14px;
margin-left: -5px;
}
.corner_l_bottom_normal {
background:url("../images/flexibleContent/boite_bottomleft.png") no-repeat scroll left bottom transparent;
padding-bottom: 5px;
padding-left: 5px;
}
.cont_top_normal {
background:url("../images/flexibleContent/boite_top.png") repeat-x scroll left top transparent;
/* border-top:1px solid #CCCCCC; */
margin-left: -5px;
margin-top: -15px;
padding: 8px;
margin-right: 5px;
min-height: 5em;
}
.cont_bottom_normal {
background:url("../images/flexibleContent/boite_bottom.png") repeat-x scroll right bottom transparent;
margin:0 0 -5px;
padding:0 0 5px;
}
.cont_right_normal {
background:url("../images/flexibleContent/boite_right.png") repeat-y scroll right top transparent;
margin:0 -5px 0 0;
padding-top: 5px;
}
.cont_left_normal {
background:url("../images/flexibleContent/boite_left.png") repeat-y scroll left bottom transparent;
margin:5px 0 0 -5px;
padding-left:5px;
}

/************************************************************
 * Pied de la page
 ************************************************************/
#pied {
	clear: both;
	margin:0 auto;
	padding: 0;
	width:960px;
	height:39px;
	background-color: #666;
	font-size: 8pt;
	color: white;
}
/*
#pied * {
	font-size: 8pt;
}
*/
#informations
{
	padding-top: 2px;
	color: white;
	width: 960px;
	margin: 0 auto;
}

#informations a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#information a:hover {
	color: #6e6e6e;
	text-decoration: none;
}

#adresse
{
	float:left;
	padding: 2px;
	padding-left: 2em;
	font-size: 7pt;
}

#adresse a {
	font-size: 7pt;
	color: white;
}

#imprimerpage
{
	margin-top:13px;
	margin-right:15px;
	float:right;
}

#imprimerpage a{
	text-decoration: none;
}

#boiteRecherche
{
	margin-top:10px;
	margin-right:15px;
	_margin-right:5px;
	float:right;
}

/* Configuration TT_news */
.news-amenu-container ul
{
	padding:0;
}

.news-amenu-container li
{
	list-style-type: none;
}

.news-amenu-container a
{
	margin-left:10px;
}

.news-amenu-item-year
{
	list-style-type: none;
	font-weight:bold;
}
.news-amenu-item-year dd
{
	margin:0;
}

.clear
{
	clear: both;
}

/* info cours */

table.tx_tacticinfocours_pi1_liste 
{ 
	border: solid 1px #858585; width: 100%; 
} 

.tx-tacticinfocours-pi1 th
{ 
	background-color: #ececec; 
	padding: 2px; 
	font-size: 8pt; 
	font-family: arial; 
	text-align: left; 
} 
.tx_tacticinfocours_pi1_liste tr 
{ 
	padding-left: 2px; 
	padding-right: 2px; 
} 

.tx_tacticinfocours_pi1_liste tr:hover 
{ 
	background-color: #ececec; 
} 

.tx_tacticinfocours_pi1_liste td 
{ 
	border-top: solid 1px #b3b3b3; 
	padding: 2px; 
	font-size: 8pt; 
	font-family: arial;  
	text-align: left; 
} 

.tx_tacticinfocours_pi1_link 
{ 
	width: 15px; 
	text-align: center; 
} 

.tx_tacticinfocours_pi1_sigle 
{ 
	text-align: left; 
} 

.tx_tacticinfocours_pi1_titre 
{ 
	text-align: center; 
} 

.tx_tacticinfocours_pi1_titre_compact 
{ 
	font-weight: bold; 
} 

.tx_tacticinfocours_pi1_prec 
{ 
	text-align: left; 
} 

.tx_tacticinfocours_pi1_suiv 
{ 
	text-align: right; 
} 

.tx_tacticinfocours_pi1_legende 
{ 
	margin-bottom: 15px; 
} 

.tx_tacticinfocours_pi1_legende img 
{ 
	display: inline; 
} 

.tx-listecoursext-pi1-details_table * 
{ 
	vertical-align: top; 
	font-size: 8pt; 
} 

.tx-listecoursext-pi1-details_titre 
{ 
	font-weight: bold; 
} 

.tx_tacticinfocours_pi1_titre 
{ 
	text-align: center; 
} 

.tx-listecoursext-pi1-details_description 
{ 
	font-size: 8pt; 
} 

.tx_tacticinfocours_pi1_legende_item 
{ 
	margin-left: 30px; 
} 

.tx_tacticinfocours_pi1_legende_item img 
{ 
	margin-bottom: -2px; 
	margin-right: 5px; 
} 

/* boite */

.rechercheenseignement
{
	min-height: 50px;
	max-height: 180px;
	text-align: left;
}
.rechercheenseignement .recherche,
.rechercheenseignement .enseignement {
	background-color: #669933;
	color: white;
	padding: 0 1.1em;
	border-right: 1px solid white;
	padding: 0px;
	vertical-align: top;
}
.rechercheenseignement .enseignement {
	background-color: #4e7297;
}


.rechercheenseignement .recherche .csc-header,
.rechercheenseignement .enseignement .csc-header{

	text-align: center;
	margin: 0px;
	background-image: url(../images/recherche_header.gif);
	background-repeat: repeat-x;
	height: 28px;
}
.rechercheenseignement .enseignement .csc-header
{
	background-image: url(../images/enseignement_header.gif);
}

.rechercheenseignement .recherche h1.csc-firstHeader,
.rechercheenseignement .enseignement h1.csc-firstHeader {
	text-align: center;
	color: white !important;
	margin: 0px;

}

.rechercheenseignement .recherche p,
.rechercheenseignement .enseignement p {
	padding: 0px 3px 3px 3px;
	margin-bottom:0px;
}

#imprimerpage a
{
	color:#FFFFFF;
	font-size:10pt;
	text-decoration:none;
	padding-bottom: 2px;
}

#imprimerpage img
{
	display: inline;
	margin-bottom:-2px;
}

/******* modif tt_news ************/
.news_content { 
text-align: left;
}

a.redlink
{
	color: #C04034;
}

a.redlink:hover
{
	color: #C04034;
	text-decoration: underline;
}

 /************************************************************
 * 			Extension tactic infocours_       *
 ************************************************************/
 .tx_tacticinfocours_pi1_details_link a, .tx_tacticinfocours_pi1_details_link a:visited {
    color: #124170;
}
