/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #C3C3C3 url(pictures/images/img042b.gif) repeat-x;
}

body, th, td, input, textarea {
	font-family: Tahoma,Georgia, Times, serif;
font-size: 26px;
letter-spacing:0.03em;

	font-size: 13px;
	color: #666666;
}

p, ol, ul {
	line-height: 170%;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	height: 160px;
	margin: 0 auto;
}

#header a{
	text-decoration: none;
	color:#666666;
}

#logo {
	float: left;
	height: 160px;
	margin-left: 10px;
	/*background: url(pictures/images/AAA_logo_transparentpiti3.png) no-repeat left center;*/
}
#agent {
	float: right;
	height: 160px;
	width: 180px;
	margin-right: 10px;
	background: url(pictures/images/ImageDeRef.jpg) no-repeat left center;
}

#logo h1, #logo p {
}

#logo h1 {
	margin-top: 30px;
	padding: 25px 0 0 85px;
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: normal;
	color: #000000;
}

#logo img {
	border: 0;
	position:relative;
	top:10px;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	position:relative;
	top: -10px;
	font-size:16px;
	color:#444444;
	vertical-align: bottom;
	margin: 0 0 0 25px;
	padding: 0px 0 0 85px;
	letter-spacing: 3px;
	/*text-transform: lowercase;*/
}

#search {
	float: right;
	width: 280px;
}

#search form {
	margin: 0;
	padding: 63px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #s, #search #x {
	float: left;
}

#search #s {
	width: 188px;
	margin: 2px 6px 0 0;
	padding: 2px 5px;
	background: url(pictures/images/img02.gif) repeat-x;
	border: 1px solid #ACACAC;
}

#search #x {
	width: 67px;
	height: 28px;
	padding: 0;
	background: #006BFF url(pictures/images/img03.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}


/* Menu */
#headerleft{
	width:50%;
	text-align:left;
}
#headerright{
	width:50%;
	text-align:right;
}
/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuStrip
{
	background: none;
	height: 31px;
	padding: 0;
	border:0;
	border-bottom: 3px solid #6DC4CD;
}

#menu, #menu ul /* Liste */     
{
	background:none;
	height:31px;
	width:960px;
	padding : 0; /* pas de marge intérieure */
	padding-left: 150px;
    margin : 0 auto; /* 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 */
}

#menu li ul li a
{
         background: transparent url("pictures/images/fondbutton.png") repeat ;
		 width:160px;
		 padding:0px;
}


#menu /* Ensemble du menu */
{
        /*font-weight : bold;*/ /* on met le texte en gras */
        /*font-family : Arial; *//* on utilise Arial, c'est plus beau ^^ */
        /*font-size : 14px; *//* hauteur du texte : 12 pixels */
}

#menu li a
{
        background: url(pictures/images/img062b.gif) no-repeat right top;
}

#menu li /* Elements des listes */      
{ 
        float : left;
		background: url(pictures/images/img052b.gif) no-repeat;
		width: 160px;
		margin: 0 auto;
		padding: 0px;
		display: block;
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}
#menu li a:link, #menu li a:visited
{
	text-align:center;
	display: block;
	height: auto;
	color: #000;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
}
#menu li a:hover {
	color: #F2462E;}
#menu li a:active {
	color: #5F879D;
}

#menu li ul li a:link, #menu li ul li a:visited
{
	width:159px;
	height:26px;
	display: block;
	color: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("pictures/images/fondbutton.png") repeat;
}
#menu li ul li a:hover
{
	background-image: none;
	background-color: #6DC4CD;
}

/* 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: 160px; /* Largeur des sous-listes */
		padding: 0px;
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Élé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 */
		background:none;
		width:159px;
}

/* 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    : -27px 0 0 160px ; /* 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 li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#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 */
}


#site{
clear:left;
padding:10px 0 0 0;
border: 1px solid gray;
}




/* Menu 

#menu {
	width: 962px;
	height: 50px;
	margin: 0 auto;
	border-top:1px solid #6DC4CD;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
	background: url(pictures/images/img052b.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(pictures/images/img062b.gif) no-repeat right top;
	font-weight: bold;
}*/

/* Page */

#page {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(pictures/images/img072r.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 11px 11px 0 5px;
	background: url(pictures/images/img092r.gif) no-repeat;
}

#content a {
	color: #FF8900;
}

#pageboxmiddle {
	width: 962px;
	margin: 0 auto;
	margin-top:50px;
	background: #FFFFFF url(pictures/images/img072no.gif) repeat-y;
}

#contentboxmiddle {
	float: left;
	width: 962px;
	padding: 11px 11px 0 5px;
	background: url(pictures/images/img062no.gif) no-repeat;
}


#contentboxmiddle a {
	color: #FF8900;
}

#contentboxmiddletitle{
	padding: 10px 0px 10px 0px;
	color:#6DC4CD;
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 2em;
	font-weight: normal;
	border-bottom: solid 1px #6DC4CD;
}

#footerboxmiddle {
	width: 962px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(pictures/images/img102no.gif) no-repeat;
}

#footerboxmiddle p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footerboxmiddle a {
	color: #FFFFFF;
}

.flashblock2 {
	border: 2px solid #70BC1F;
	background: #99CE5F;
	position: absolute;
	top: 50px;
  	right: 100px;
	padding-top:0px;
	padding-bottom:5px;
	z-index:3005;
	width: 450px;
	text-align:right;
	display:inline;
}

.textfield1H2 {
  	border: 1px solid #70BC1F;
	background-color: #F5F5F5;
	padding: 2px;
	width: 190px; 
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px; 
	font-stretch: semi-expanded;
	z-index: 35;
}  

.saisie2 {
	/*background: url(images/bkg_text.png) no-repeat 0 0px;*/
	position: relative;
	width: 190px;
	height: 160px;
	top: 0px;
  	left: 0px;
	z-index:24;
	border: 1px solid #000000;
	display:inline;
}

.flashblock{
	width: 500px;
	height: 300px;
	display: inline-block
}

.saisie{
	width: 200px;
	height: 200px;
}

.text{
	width: 200px;
	height: 200px;
}

#flashcontent{
	width: 200px;
	height: 200px;
}

.text2 {
	font-size: 10px;
	width: 180px;
	height: 160px;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	overflow: auto;
	border: 1px solid #000000;
}

.flashcontent2{
	width:200px;
	display:inline;
}
.text a{
	color: Blue;
}


#floattingbox {
	position: relative;
	width: 962px;
	margin: 0 auto;
	margin-top:-50px;
	z-index: 10;
	background: #FFFFFF url(pictures/images/img072no.gif) repeat-y;
}

#contentfloattingbox {
	float: left;
	margin-right: 200px;
	width: 450px;
	padding: 11px 11px 0 5px;
	background: url(pictures/images/img062no.gif) no-repeat;
}


#contentfloattingbox a {
	color: #FF8900;
}

#contentfloattingbox{
	padding: 10px 0px 10px 0px;
	color:#6DC4CD;
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 2em;
	font-weight: normal;
	border-bottom: solid 1px #6DC4CD;
}

#footerfloattingbox {
	width: 450px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(pictures/images/img102no.gif) no-repeat;
}

#footerfloattingbox p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footerfloattingbox a {
	color: #FFFFFF;
}

#id_form{
	margin: 0 auto;
	width:300px;
}

#id_form form{
	margin:0;
	text-align:right;
}



.pagetitle {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(pictures/images/img132.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

#content #rss-posts {
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(pictures/images/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.post {
	padding: 10px 30px 10px 30px;
}

.post h1{
	padding: 10px 0px 10px 0px;
	color:#6DC4CD;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	border-bottom: solid 1px #6DC4CD;
	
}

.topright{
	width:200px;
	float:right;
	top:0;
}

.topleft{
	width:200px;
	float:left;
	top:0;
}

.post h2{
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
	font-weight: strong;
	color:#555555;
}

.post h3{
	padding: 10px 0px 10px 0px;
	font-size: 1.1em;
	font-weight: strong;
	color:#555555;
}


.title {
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .more, .meta .comments {
	padding-left: 15px;
	background: url(pictures/images/img14.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 0px 5px 0 11px;
	background: url(pictures/images/img082r.gif) no-repeat;
	font-size: 1em;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li ul {
	padding: 0px 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(pictures/images/img12.gif) no-repeat left center;
}

#sidebar h2 {
	height: 33px;
	margin: 0;
	padding: 0px 0 0 15px;
	/*background: url(pictures/images/img11.gif) no-repeat;*/
	color: #000000;
}

#sidebar h3 {
	font-family: Tahoma,Georgia, Times, serif;
font-size: 26px;
letter-spacing:0.03em;

	font-size: 1.3em;
	font-weight: normal;

	color: #6DC4CD;
}


#sidebar a {
	text-decoration: none;
	color: #0065FF;
}

#sidebar a:hover {	
	text-decoration: underline;
}


/*Article*/
.article h2 {
	padding-top:10px;
	font-size:1.1em;
	text-decoration:underline;
}

.article #imgtitle {
	width: 120px;
	float:left;
	margin: 5px;
	margin-left: 0;
}

.spacer {
  clear: both;
}


/* annonce */
.annonce {
	border-top: solid 1px #CCCCCC;
	font-size:11px;
	padding: 2px;
	margin: 0;
	}

.annonce h3 {
	font-size:14px;
	}


#onglet{
    float:left;
    width:100%;
    background: url("images/bg.gif")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;

    }

#onglet ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#onglet li {
    float:left;
	 background:url("images/norm_right.gif")
      no-repeat right top;
    margin:0;
    padding:0;
    }
	
#onglet a {
	color: #009999;
    display:block;
	background:url("images/norm_left.gif")
      no-repeat left top;
    padding:5px 15px 4px;
    }

#onglet .current {
    background-image:url("images/norm_right_on.gif");
    }
 #onglet .current a {
    background-image:url("images/norm_left_on.gif");
	padding-bottom:5px;
    }
	
#ongletcontent {
	border: 1px solid #4D7F7F;
	padding: 5px;
	}
	

/* Footer */

#footer {
	width: 962px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(pictures/images/img102r.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}