/* design.css
----------
Dernière modification : 20/01/08.
Description : design par défaut (partie publique).
*/
/* ----- Présentation générale ----- */

body
{
    width: 1164px;
    
    margin: auto;
    margin-bottom: 20px;
    
    background-color: #eee;
    background-image: url("images/design/fond.gif");
    background-repeat: repeat-y;
    background-position: center;

    font-family: Verdana, 'Trebuchet MS', Times, sans-serif;
    font-size: 12px;
}

#en_tete
{
    width: 1166px; /* Largeur de la bannière 683*/
    height: 181px; /* Hauteur de la bannière 171*/
    
    margin-left: 0px; /* Pour centrer la bannière */
	margin-top: 0px; /* Pour centrer la bannière */
	
    background-color: #000;
    background-image: url("images/design/banniere_1.jpg");
	background-repeat:no-repeat;
	background-position: right;

}


#en_tete a
{
	display: block;
	width: 1166px; /* Largeur de la bannière */
    height: 181px; /* Hauteur de la bannière */
}





#corps
{
    /* Ne pas donner de width à corps sinon bug sous IE7 */
    padding-left: 280px; /* Pour éviter les superpositions des blocs à cause du float du menu */
    padding-right: 280px;
    list-style-image: url("images/design/point_violet.gif");
}

.en_tete_article /* Pour la page d'accueil */
{
   height: 180px;
}

/*#############################################   PIED DE PAGE   ###################################################*/
#pied_de_page
{
/*padding-left: 190px;*/
background-color: #eee;
	clear: both;
    margin-bottom: 50px;
}

#pied_de_page p
{
    text-align: center;
}


/*#############################################   BALISE H   ###################################################*/
h1
{
    width: 450px;
    
    font-size: 24px;
    font-style: italic;
    background: url("images/design/logo.jpg") no-repeat left; /* Place une flècheà  gauche du titre */
    color: #CCCC00; /* JAUNE[Violet foncé] */
    
    text-indent: 10px;
    padding-left: 20px;
    /*border-left: 8px solid;*/
    border-bottom: 2px solid;
}
h2
{
    color: #999999; /* [Gris violet] */
    background: url("images/design/fleche.gif") no-repeat left; /* Place une flècheà  gauche du titre */
    background-position: 30px 7px;
	padding-left: 40px;
    font-size: 18px;
    
    text-indent: 15px; /* Décale le texte pour laisser la place à  la flèche */
    
    border-bottom: 1px solid;
}
h2 a
{
    color: #63516b; /* [Gris violet] */

    text-decoration: none;
}
h2 a:hover
{
    text-decoration: none;
}

h3
{
    text-indent: 30px;
    font-size: 14px;
    text-decoration: underline;
}

h4
{
    text-indent: 0px;
    font-size: 12px;
    text-decoration: none;
	color: #777;
}

/*#############################################   TEXTE   ###################################################*/
p
{
    font-size: 12px;
    
    color: #666666; /* [Gris violet clair] */
    
    text-align: justify;
}
.petit
{
    font-size: 10px;
}
.petit_tdr
{
    font-size: 10px;
	text-align: center;
}

/*#############################################   LIENS   ###################################################*/
a
{
    color: #777777; /* [Violet] */
    text-decoration: none; /* Pas de soulignement */
}
a:hover
{
    color: #aaaaaa; /* Texte noir */
    text-decoration: underline;
}
a img
{
    border: none;
}

img.flottant_gauche
{
    float: left;
    margin-right: 5px;
}

/*#############################################   LISTE   ###################################################*/
ul
{
    text-align: justify;
}
ul.liste_articles
{
    font-size: 12px;
    color: #666666; /* [Gris violet clair] */
    
    list-style-image: url("images/design/lien_article.gif");
}

/*#############################################   TABLEAUX   ###################################################*/
table
{
    margin: auto;
    border-collapse: collapse;
    text-align: center;
}

tr
{
	width: 520px;
}

th
{
    border: 1px white solid;
    padding: 5px;
	background: url(images/design/menu_fond.jpg) repeat-x;
    color: white;
	
}

td
{
    border: 1px white solid;
    padding: 5px;
	background-color: rgb(240, 240, 240);

}

td.uspf
{
    background-color: rgb(230, 230, 0);
}


/*#############################################   MENU   ###################################################*/

#menu
{
    width: 250px;
    float: left;
   /* padding-left: 10px;/*50*/
   	position:relative;
	height: auto;
		
}


#menu_droite
{
    width: 250px;
    float: right;
}

#menu h4 /* Le titre de chaque partie */
{
    font-size: 12px;
    color: #AAAA00; 
    font-style: italic;
}

#menu ul
{
    list-style-image: url("images/design/point_violet.gif");
    margin-left: -10px;
    text-align: left;
}

#menu li
{
    padding: 1px; /* Pour "aérer" le menu */
}

#menu a
{
    color: #444400; 
    text-decoration: none; /* Pas de soulignement */
}

#menu a:hover
{
    color: black; /* Texte noir */
    text-decoration: underline;
}



#connect
{
    margin: auto;
    width: 520px;
	height: 10px;
    border-collapse: collapse;
    text-align: center;
}


/*#############################################   ANNIVERSAIRE   ###################################################*/
/* anniversaire */

#anniversaire {
color: #FFFFFF !important;
font-size:9px;
padding:0px;
margin:0px;

}

#anniversaire_nom {
color:#FFFF00 !important;
font-size:9px;
}

#divanniversaire {
	width: 1166px; /* Largeur de la bannière 683*/
    height: 15px; /* Hauteur de la bannière 171*/
    
    margin-left: 0px; /* Pour centrer la bannière */
	margin-top: 0px; /* Pour centrer la bannière */
	
    background-color: #000;
    background-repeat:no-repeat;
	color: #cccccc;
	
}
#divanniversaire a
{
    color: #cccccc; 
    text-decoration: none; /* Pas de soulignement */
	margin-left: 5px;
}

#divanniversaire a:hover
{
    color: #aaaaaa; 
    text-decoration: underline;
}
#divanniversaire p
{
    color: #cccccc; 
    text-decoration: none; /* Pas de soulignement */
}

#divanniversaire table
{
   width: 770px;
}

#divanniversaire td
{
	border: 0px white solid;
    background-color: #000;
	font-size: 10px;
	color: white;
	text-align: right;
}
#divanniversaire tr
{ }   
   
/*#############################################   NAV   ###################################################*/

/* ::::: Nav ::::: */

	#nav 
	{  	position:relative;
		width:966px;
		height:41px;
		padding : 0;
		margin-left : 200px;
		border : 0; 
		margin-top:1px;
		margin-bottom:1px;
		background: url(images/design/nav_fond.jpg) repeat-x;
		overflow : hidden; }

/* ::::: Nav Rubriques ::::: */

	#nav #navListe 
	{	position:absolute;
		width:966px;
		height:22px;
		top:0;
		left:0; 
		margin-left: 0px; /* Pour decaler le menu, pour placer le logo */
		}

	#nav #navListe li
	{	float:left;
		border-right:1px solid #000;  }
	
	#nav #navListe li a
	{	display:inline;
		float:left;
		text-align:center;
		padding:1px 15px;
		height:20px;
		font-size:13px;
		font-weight:bold;
		line-height:20px;
		color:#000;
		text-decoration:none; }

	#nav #navListe li a.on
	{	/*background-color:#000;*/
		background: url(images/design/nav_fond_sel.jpg) repeat-x;
		color:#FFF;
		text-decoration:none; }
	#nav #navListe li a:hover
	{	/*background-color:#000;*/
		/*background: url(images/design/nav_fond_sel.jpg) repeat-x;*/
		color:#FFF;
		text-decoration:none; 
		font-style: bold;
	}

/* ::::: Nav Sous-rubriques ::::: */

	#nav #navListe ul
	{	display:none;
		width:966px;
		position:absolute;
		top:22px;
		left:0;
		/*background-color:#000;*/
		float : left;
		white-space : nowrap; }

	#nav #navListe ul li 
	{	display:inline;
		float:left;
		color:#DF0029;
		border:none; }

	#nav #navListe ul li a
	{	height:20px;
		text-align:center;
		font-size:12px;
		font-weight:bold;
		line-height:22px;
		color:#fff; }

	#nav #navListe ul li a:hover
	{	text-decoration:underline; }

	#nav #navListe ul li .actif
	{	color:#da9a34; }


/*GLOBAL*//* ::::: Global ::::: */


		

ul,ol,dl,dd	
{ 	list-style:none outside none; 
	margin:0; 
	padding:0; }


/*#############################################   Parteanire   ###################################################*/

/* ::::: Partenaire ::::: */
.mooquee
{
	/*border: solid 2px #C0C0C0;*/
	padding: 10px;	
	
	/* don't change */
    position: relative;
	overflow: hidden;
	white-space: nowrap
	
}
.mooquee-text
{
	/* don't change */
	position: relative;
}

.mooquee-text img
{
	width:180px;
	
}
