* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 13px Verdana;
/**	background-color: #EEE;**/
	text-align:justify;
}
a {
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
	background-color: #FFF;
}
/** END wrapper **/



/** BEGIN header **/
	#header {
	border-top : 0px solid #EEE;

	padding: 20px 20px;
}



		
	
/** END header **/
#langue /* Ensemble du menu */
{
		
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 14px; /* hauteur du texte : 12 pixels */
		list-style : none; 
		
}



#langue, #langue ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
		
		margin-top: -80px;
		margin-left : 880px;
		
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#langue a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
      
        color : #0066CC; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
       
}

#langue li /* Éléments des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        
}

#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
		
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
margin-top: 60px;
		margin-left : 200px;
		/*font-weight: bold;*/
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 16px; /* hauteur du texte : 12 pixels */
}


#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 5px 0px 5px 0px; /* aucune marge intérieure */
        background : url(images/button.png) no-repeat 0 0; /* couleur de fond */        
        color : #0066CC; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 144px; /* largeur */
	
}

#menu li /* Éléments des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Eléments de sous-listes */
{
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous-liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #CCC; /* On passe le texte en noir... */
        background:  url(images/button2.png) no-repeat 0 0; /* ... et au contraire, le fond en blanc */
}


#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}


/** BEGIN body **/
#body {
	padding: 0px 0px;
	
}

/** END body **/

/** BEGIN content **/
#content {

	clear: both;
	width: 970px;
	float: left;
	background: url(images/contentbody.gif) repeat-y 0 0;
	font-family: Arial;
	text-align:justify;
}

	#content .head { background: url(images/contenthead.gif) no-repeat 0 0; }
	#content .foot { 
		
		background: url(images/contentfoot.gif) no-repeat 0 bottom;
		padding: 10px 8px;
	}
	#content .atitle {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin: 10px 30px;
	}
	
	#content .title {
		float: left;
		
	
		padding: 15px 15px;
		
		margin: 10px 30px;
	}
	
	
	
	#content .clear {
	clear:both
}

	#content .subtitle{
		padding: 5px  0px 10px 0;
		Color: #AAA;
	}
	
	#content .single2 {

		width: 860px;
		padding: 20px 60px ;
		min-height: 100px;
	}
	
	#content .single {

		width: 650px;
		padding: 20px 60px ;
		min-height: 500px;
	}
	
	#content  h1 {
			Color: #0066CC;
		}
	
		#content  h2 {
			margin-top: 10px;
			margin-bottom: 10px;
			Color: #000066;
			font-size: 1.4em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			/*list-style-position: inside;*/
			margin-bottom: 10px;
			padding: 0px 30px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 5px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
/** END content **/

/** BEGIN links **/
#links {
	clear: both;
	padding: 20px 30px;
	font-family: Verdana;
}
	#links .box {
		width: 130px;
		float: left;
		padding: 20px 10px;
		border-top: 1px solid #E9E9E9;
	}
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#links ul {
		clear: both;
		list-style-type: none;
		padding: 0 5px;
	}
		#links ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 4px 0;
		}
		#links ul li a {
			color: #191919;
			text-decoration: none;
		}
		#links ul li a:hover {
			color: #6B001A;
			text-decoration: underline;
		}
/** END links **/

/** BEGIN sidebar **/
#content .sidebar {
	width: 200px;
	float: right;
	margin : 25px 0px 10px 10px;
	padding: 10px 0px 50px 50px;
	border-left: 2px solid #CCC;
}

#content .sidebar h1 {
			Color: #0066CC; 
			margin-top: 30px;
		margin-bottom: 10px;
		font-size: 1.4em;
		}
	
/*	#content .sidebar h2 {
		font-size: 1.1em;
		color: #0066CC;
		background-color: #CCC;
		padding: 5px 8px;
		font-weight: normal;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 130px;
	}*/
	
		#content .sidebar a {
			color: #191919;
			text-decoration: none;
			

		}
		
		#content .sidebar  a:hover {
		text-decoration: underline;
		}
	
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
/**	background-color: #EEE;**/
	color: #0066CC;
}
	#footer p {
		width: 940px;
		margin: auto auto;
		text-align: center;
		font-size: 0.9em;
		margin-top: 0px;
		padding: 15px 0;
	}
	#footer a {
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px 30px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

