/**************************************************************************************************************************************************************/
/***																																						***/
/***															MISE EN PAGE GENERAL																		***/
/***																																						***/
/**************************************************************************************************************************************************************/

body, div, ul, ol, li, p, hr, img, h1, h2, h3, h4, a, form, table, legend, fieldset, dl, dt, dd, input, label, textarea
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #694F3E;
}

img
{
	border: none;
}

#page
{
	width: 990px;
	margin: 0 auto 0;
}

/**************************************************************************************************************************************************************/
/***																																						***/
/***																L'ENTETE DU SITE																		***/
/***																																						***/
/**************************************************************************************************************************************************************/

#header
{
	width: 100%;
	height: 142px;
}

#header h1
{
	width: 100%;
	color: #fff;
	margin: 0 0 -5px 0;
}



/******************************************************************************************************************************/
/***																														***/
/***														LES FORMULAIRES													***/
/***																														***/
/******************************************************************************************************************************/

#newsSlideshow
{
	margin: 10px auto;
}

.slideshow
{
	margin: 0 auto;
}

#content h1 img
{
	margin-right: 10px;
}

#content a
{
	text-decoration: none;
	color:grey;
	font-weight: bold;
}

#content a:hover
{
	color:#000;
}


#content a img
{
	vertical-align: -3px;
}

#content p
{
	width: 94%;
}

#content form
{
	width: 94%;
	margin: 0 auto;
}

#content div.label
{
	width: 44%;
	float: left;
	text-align: right;
	margin-top: 10px;
	font-weight: bold;
	color: #0571b0;
}

#content div.textarea
{
	width: 60%;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#content div.champ
{
	width: 50%;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#content div.formulaire div.ligne div.champ input[type="text"]
{
	width: 50%;
}

#content div.formulaire div.ligne div.champ input[type="radio"]
{
	margin-left:15px;
	margin-right:2px;
	vertical-align: -2px;
}

#content div.formulaire div.ligne div.champ input[type='checkbox']
{
	margin-right: 10px;
	width: 3%;
}

input[type='checkbox']
{
	vertical-align: middle;
}

#content div.formulaire div.ligne div.champ textarea
{
	width:90%;
	height: 100px;
}

#content div.submit
{
	width: 77%;
	float: left;
	text-align: right;
	margin: 10px 0 ;
}

#content div.boutton
{
	float: right;
	margin: 15px 0;
}

#content div.links
{
	padding-left: 20px;
}

#content ul.links
{
	/*list-style-type: circle;*/
	list-style-position: inside;
	list-style-image: url(http://www.1000flyers.fr/ui/images/icones/puce.png);
}

#content ul.links li
{
	margin: 0 0 10px;
}

#content ul.links li a
{
	font-weight: normal
}

.warning
{
	margin: 5px 0 10px;
	color: #8d2222;
	text-align: center;
	font-weight: bold;
	background-color: #f89494;
	border: 2px solid #8d2222;
	padding: 8px;
}


/******************************************************************************************************************************/
/***																														***/
/***													COLONNE GAUCHE														***/
/***																														***/
/******************************************************************************************************************************/
/*#leftColumn
{
	float: left;
	width: 190px;
}*/

#headLeftColumn
{
	width: 174px;
	margin: 0 auto;
	height: 16px;
	background-image: url(../images/leftColumn/headLeftColumn.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
}

#bodyLeftColumn
{
	width: 174px;
	margin: 0 auto;
	min-height: 260px;
	background-image: url(../images/leftColumn/bodyLeftColumn.png);
	background-repeat: repeat-y;
	background-color: transparent;
	background-attachment: scroll;
	
}

#leftColumnContent
{
	width: 86%;
	margin: 0 auto;
	color: grey;
}

#leftColumnContent h3
{
	border-bottom: 1px solid grey;
	margin-bottom: 15px;
	color:#0571b0;
}

#leftColumnContent p
{
	margin-bottom: 15px;
}

#leftColumnContent a
{
	color: #0571b0;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 0.85em;
	margin: 0 0 5px 0;
	line-height:20px;
}

#leftColumnContent a:hover
{
	color: white;
	background-color: #0571b0;
}



#footLeftColumn
{
	width: 174px;
	margin: 0 auto;
	height: 20px;
	background-image: url(../images/leftColumn/footLeftColumn.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
}

/**************************************************************************************************************************************************************/
/***																																						***/
/***																PIED DU SITE																			***/
/***																																						***/
/**************************************************************************************************************************************************************/

#footer
{
	width: 100%;
	position: relative;
	height: 20px;
	font-size: 0.85em;
	margin-top: 20px;
}

#footBarre
{
	width: 434px;
	height: 24px;
	padding-top:3px;
	line-height:24px;
	margin: 0 auto 0;
	color: white;
	font-weight: bold;
	text-align:center;
}

#footBarre a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#footBarre a:hover
{
	color: white;
	font-weight: bold;
}

#signature
{
	
	font-weight: bold;
	text-align: center;
}

#signature .liensFamilles
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.7em;
	text-align: center;
}

#signature a
{
	color: #000;
	text-decoration: none;
}

#signature a:hover
{
	text-decoration: underline;
}

/*****************************************************************************************************/
/***																		***/
/***										Liens dans le pied de page					***/
/***																		***/
/*****************************************************************************************************/


/**************************************************************************************************************************************************************/
/***																																						***/
/***															LES CLASSES GENERALES																		***/
/***																																						***/
/**************************************************************************************************************************************************************/

.clearer
{
	clear: both;
	height: 0;
}

.ligne
{
	width: 100%;
	clear: both;
}

.notice
{
	margin-left:10px;
	font-weight: bold;
	font-size: 0.8em;
	color: #999999;
}

/**********************************************************************************************************************/
/***																												***/
/***													Tag CLoud													***/
/***																												***/
/**********************************************************************************************************************/

ul.links
{
	width: 94%;
	margin: 0 auto;
	list-style-type: none;
}

div.liens
{
	margin: 0 0 10px;
}

ul.links li
{
	
}

a.links
{
	color: #0571B0;
}

a:hover.links
{
	text-decoration: underline;
}

#tagCloud a
{
	text-decoration: none;	
}


#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

ul { list-style-position:inside; list-style-type: square; margin:0 auto 20px;
width:94%;}

ol { list-style-position:inside; margin:0 auto 20px;
width:94%;}


/* Fin ajout Abderrahim*/

#logo_acadomia 
{
	width:358px;
	float:left;
}

#petitebanniere
{
	float:left; 
	height:100px; 
	width:560px; 
	background-color:#FFF; 
	margin-top:22px;
	margin-right:30px;
}

