/* Global style sheet */

/**********************************************************************************/
body {
	background-color : #F2F0EE ;
	font: 11px "Arial";
	color: #888;
}
a, a:hover { /*color: #FFBA00;*/ text-decoration: none; }
/********************************************************************************/


hr {
        border-bottom: 2px solid #e2e2e1;
        height: 0px;
        margin-top: 0pt;
        margin-bottom: 7px;
}


/*********************/

td.tmp_home{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
/*color: #999999;*/

}



/*  LINKS 

a {
	font-size: 11px;
	font-family:"Lucida Sans Unicode", "Lucida sans", "Trebuchet Ms", Arial, Helvetica, sans-serif;
	color: #dddddd;
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #CD993A;
	text-decoration: none;
}
*/




/* NEWSLETTER */
/** Overload style pour le formulaire newsletter **/

table.form{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #663300;
background-image: url(images/bg_newsletter.jpg) no-repeat;
}

input{
/*border: 1px solid black;*/
font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
font-size: 10px;
color: #663300;
padding-right: 0px;
padding-left: 0px;
}

input.mail:hover{
background-color: #CCCCCC;
}

input.go:hover{
border: 1px solid white;
}

#newsletter{
font-size: 11px;
color: #000000;
/*background-image: url(../images/rayure.jpg);*/
border-bottom:dotted 1px #CED4CA;
border-right:dotted 1px #CED4CA;
background-repeat: repeat;
position:absolute;
top: 100px;
left: 620px;
}

/**** end Overload Form ***/


/* pour affichage curseur sur l'image */

.cursor{
	cursor: pointer;
	cursor: hand;
}




/******************** Calendar CSS ************************/

table.calendar {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#E3E8EC;
	font-family:impact, haettenschweiler, arial narrow; 
	font-weight:100; 
	font-size:13px; 
	border:1px solid #ffffff; 
	margin:0; /*1px 0 0 1px; */
}
table.calendar th{
	color: #554080;
	text-decoration: none;
	/*background-color:#73848C;*/
	font-family:arial, haettenschweiler, arial narrow; 
	font-weight: bold;
}


table.calendar a{
	text-decoration: none;
	/*background-color:#73848C;*/
	font-family:impact, haettenschweiler, arial narrow; 
	font-weight:100; 
	font-size:11px;
	color: #000000;
}
table.calendar td{
	text-decoration: none;
	background-color:#CFD4E6;
	font-family:impact, haettenschweiler, arial narrow; 
	font-weight:100; 
	font-size:11px;
	width: 15px; 
	height:15px;  
	color: #000000;
	text-align: center;
}

#wrapper { 
    border: 1px solid #ccc;
	  width: 990px;
		margin-left: auto; /*Pour centrer horizontalement un élément (bloc, balise ou un site web entier) en CSS, il suffit de donner une largeur (width) à l'élément et les valeurs "auto" aux marges latérales.*/
		margin-right: auto;
		background : #FFFFFF;
		/*position: relative;*/
	position:absolute;
	left:45%;
	margin-top:5px;
	margin-left:-450px; /* http://bluerobot.com/web/css/center2.html*/
     
}
    


/****************** Main container ***********************/

#content {
	width: 500px;
	text-align: left;
	border-top:solid 0px #CED4CA;
	border-bottom:solid 0px #CED4CA;
	border-left:solid 0px #CED4CA;
	border-right:solid 0px #CED4CA;
  float: left;
	margin: 0px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/*background: #ffffff url(img/iastar.png) no-repeat top right;*/
	color: #000000;
}


#news{
/*position: absolute;
width: 350px;
height: 250;
top: 130;
left: 178;
overflow: hidden;
clip: rect(0,400,350,0);
visibility: hidden;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;*/


}
#logos img{
  float: left;
  margin: 10px;
}



#divArrows{
position:absolute;
/*top:380; */
left:850px;
float: left;
top: 170px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}


pre {
	border-width: 0;
	border-style: solid;
	border-color: #B7BF83;
	padding: 1em;
	margin: 1em;
	font-size: 100%;
	font-family: Arial, "Courier New", monospace;
	background: #E8EFB9;
	width: 85%;
	overflow: auto;
	-moz-border-radius:6px;
	border-radius:6px;
}






/*** innerbox is where we have the main content
.innerbox {
	border:2px solid white;
	padding:10px 10px 4px;
	margin:4px;

}**/

table .logos{
  
  padding: 2px;
  background-color: white;

}
table .logos td{
  vertical-align: top;
}


ul.prog li{
  font-weight:bold;
}

