﻿/*Définition des structures des éléments*/

/*Style de la page*/
html
{
	background-image: url(../images/background.gif);
	}

/*Corps de la page*/
body 
{
	width: 960px;
	margin: auto;
	font-family: arial;
	font-size: 12px;

	}

/*Ligne de texte au dessus de la bannière*/
#top_uper_phrase
{
	width: 100%;
	height: 16px;
	text-align: right;
	font-size:10px;
	color:#666666;
	}
			
/*Bloc principal contenant tous les autres*/
#container
{
	width: 960px;
	background-image: url(../images/fond.gif);
	background-position: 110px 0px;
	}

	/*Bloc horizontal en tête de page*/
	#top
	{
		width: 960px;
		}
		
		/*Bannière*/
		#banner
		{
			width: 960px;
			text-align: center;
			}
		
		/*Ligne de texte sous la bannière*/
		#top_lower_phrase
		{
			width: 100%;
			text-align: center;
			color:#ff0000;
			height: 16px;
			}
		
	/*Bloc contenant le menu de gauche, le menu de droite et le Bloc de contenu*/
	#middle
	{
		width: 100%;
		}
		
		/*Bloc de gauche pouvant contenir les menus ou une publicité*/
		#left
		{
			width: 200px;
			float: left;
			}
		
		/*Bloc principal de la page où s'affiche tout le contenu*/	
		#content
		{
			width: 555px;
			float: left;
			margin-left: 5px;
			}
			
		#content_wide
		{
			width: 755px;
			float: left;
			margin-left: 5px;
			}
			
			#contentDyn
			{
				text-align:center;
				margin-bottom:5px;
				width:100%;
				color:#FF0000;
				margin-bottom: 15px;
				}
				
				#contentTitre
				{
					font-size: 20px;
					margin-top: 20px;
					margin-bottom: 10px;
					}
					
				.contentTexte
				{
					margin-bottom: 5px;
					}
		
		/*Bloc de droite pouvant contenir les menus ou une publicité*/
		#right
		{
			width: 200px;
			float: right;
			}
	
	/*Pied de page*/
	#bottom
	{
		width: 100%;
		clear: both;
		padding-top: 15px;
		}
		
		/*Conteneur du texte affiché en pied de page*/
		#footer
		{
			width: 930px;
			min-height: 150px;
			text-align: justify;
			margin:auto;
			}

ul {
	list-style: none;
	margin:0;
	padding:2px;
	border: none;
	width: 200px;
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif;
}

	
	ul li
	{
		border-top:1px solid #ff0000;
		list-style-type: none;
		}
		
		li a {
			display: block;
			color: #000;
			text-decoration: none;
			width:100%;
			background-color: #ffcccc;
		}
		
		li a:hover {
			color: #fff;
			background-color: #ff0000;
		}
		
		ul li ul
		{
			padding: 0px;
			}
			
		ul li ul li
		{
			}
			
		ul li ul li a
		{
			padding-top: 2px;
			padding-bottom: 2px;
			background-color: #ffcccc;
			}
			
		ul li ul li a:hover
		{
			background-color: #ff0000;
			}

a img
{
	border:none;
	}

a.defaultadminlink
{
	display: block;
	color: #555;
	text-decoration: none;
	width:100%;
	height:100%;
	}
	
	a.defaultadminlink:hover
	{
		color: #000;
		background-color:#ffaaa9;
		}