body 
{
background-color:#f1f1f1;
}


*{
margin:0;
padding:0;
border:0;
}

/* DIV PAGE englobe tout*/
#page
{
width:800px;
margin: auto;
}
/* FIN DIV PAGE englobe tout*/

/* DIV LOGO SRC en haut*/
#logo
{
width:418px;
height:146px;
margin: 15px auto;
background: url("./img/logo_src_bordeaux_neo-media.jpg") no-repeat center;
}
/*FIN DIV LOGO SRC en haut*/

.bloc
{
float:left;

}

.titre {
text-align:center;
padding-top: 3px;
}

.titre a {
color:#dfdfdf;
text-decoration: none;
font-size: 14px;
font-family: helvetica , arial;

}

.titre a:hover {
color:#ffffff;
text-decoration: none;
font-size: 14px;
font-family: helvetica , arial;
}

.desc {
width:233px;
padding: 10px 10px 10px 13px;
color: #515153;
font-family: helvetica , Arial, verdana; 
font-size:11px;
text-align: justify;
}
.desc a
{
color:#c5c6c8;
font-size:10px;
text-decoration: none;
padding-left:45px;
}
.desc a:hover
{
color:#aaaaaa;
font-size:10px;
text-decoration: none;
}
.forum
{
text-align: center;
}
.forum a
{
font-family: helvetica , Arial, verdana;
color:#042b54;
font-size:11px;
text-decoration: none;
}
.forum a:hover
{
color:#aaaaaa;
font-size:11px;
text-decoration: none;
}

/* Toutes les div pour la FORMATION INITIALE */
#image_initiale
{
width:266px;
height:162px;
background-image: url("./img/image_formation_initiale.jpg");
background-repeat: no-repeat;
}

#initiale
{
width:266px;
height:23px;
background-image: url("./img/formation_initiale.jpg");
background-repeat: no-repeat;
}
/* FIN toutes les div pour la FORMATION INITIALE */


/* Toutes les div pour la FORMATION CONTINUE */
#image_continue
{
width:266px;
height:162px;
background-image: url("./img/image_formation_continue.jpg");
background-repeat: no-repeat;
}

#continue
{
width:266px;
height:23px;
background-image: url("./img/formation_continue.jpg");
background-repeat: no-repeat;
}

/* FIN toutes les div pour la FORMATION CONTINUE */


/* Toutes les div pour les ETUDIANTS CHINOIS*/
#image_chinois
{
width:266px;
height:162px;
background-image: url("./img/image_etudiants_chinois.jpg");
background-repeat: no-repeat;
}

#chinois
{
width:266px;
height:23px;
background-image: url("./img/etudiants_chinois.jpg");
background-repeat: no-repeat;
}

/* FIN toutes les div pour les ETUDIANTS CHINOIS
ou pas*/

#fond_desc
{
width:266px;
height:181px;
background-image: url("./img/fond_desc.jpg");
background-repeat: no-repeat;
}
#fond_desc2
{
width:266px;
height:181px;
background-image: url("./img/fond_desc.jpg");
background-repeat: no-repeat;
}
#fond_desc3
{
width:266px;
height:181px;
background-image: url("./img/fond_desc.jpg");
background-repeat: no-repeat;
}

#footer
{
width: 800px;
clear:both; /*pour se mettre en dessous des DIV*/
font-size:10px;
padding-top:30px;
color:#97989b;
text-align:center;
font-family: helvetica , arial;
}
#footer a
{
color:#97989b;
text-decoration: none;
}