/* basic elements */

body {
	background-color : #aaaaaa;
    background-image: url(../images/bg.gif);
	color : black;
	background-position : top center;
	background-repeat : repeat-y;
    font-family: Tahoma;
}

#page {
	width : 983px;
	margin : auto;
	padding-bottom : 0px;
	margin-top : 0px;
	position : relative;
    background-color : #fff;
}
 #header {
	width : 983px;
    height : 35px;
	margin : auto;
	margin-top : 0px;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
	position : relative;
    color : #ffffff;
    padding: 217px 0px 0px 30px;
}
#header a {
  color: #ffffff;
  text-decoration: none;
  padding-right: 28px;
  font-weight: bold;
}
/*#content{
  height : auto;
  padding: 0px;
  margin: 0px;
}*/
#texteGauche{
   width : 635px;
   
   padding-top: 10px;
   padding-bottom: 25px;
   padding-left: 25px;
   padding-right: 25px;
   
   float: left;
}
#partenaires{
 padding: 20px 15px 0px 0px;
}

#Complet {
	text-align: center;
	margin-top: 15px;
	color: #fff;
	
	font-weight: bold;
	font-size: 18px;
}



/*----------------------------------

   images à droite

----------------------------------*/
#imageDroite{
	width: 295px;
    height: auto;
    /*position: absolute;
    right: 0px;*/
    float: right;
    
    background-color: #f4c619;
    padding:10px 0px 30px 0px;
    line-height: 17px;
}
 
#partager{
	 color:#FFFFFF;
	 font-weight: bold;
 	padding-left: 10px;
	padding-right: 10px;
	
	/*height: 1em;*/
}

.imageDroite-contenu {
	padding-left: 10px;
	padding-right: 10px;
}

.imageDroite-forfait {
	margin-top: 20px;
}

.imageDroite-colloque {
	margin-top: 20px;
	padding: 0 0 10px 10px;
}

/*----------------------------------

   Footer

----------------------------------*/


#boiteFooter {
background-image: url(../images/footer.gif);
    background-repeat: repeat-x;
	width : 983px;
	margin : auto;
	position : relative;
    color:#ffffff;
    font-size: 10px;
    padding: 0px;
}

#boiteFooter a {
	color:#ffffff;
}

#boiteFooter a:hover {
	color:#999999;
}

.addthis_default_style {
	float: right;
	width: 125px;
}

#Partager-Texte {
	float: left;
	width: 150px;
	padding-top: 8px;
}



