* {
border: 0;
margin: 0;
padding: 0;
font-family: Arial;
font-size: 11.5px;
font-weight:  normal;
color: black;
text-shadow: #000;
text-align: justify;
text-decoration: none;
list-style-type: none;
}

/* STRUCTURE GENERALE DU SITE */

body {
background: #eeeeee;
}

#site {
width: 980px;
margin: 0 auto;
}

#fond_fr, #fond_de {
width: 980px;
height: 650px;
float: left;
}

#fond_fr {
background: url('images/fond/fond_fr.jpg');
}

#fond_de {
background: url('images/fond/fond_de.jpg');
}

#colonne1 {
width: 364px;
height: 100%;
float: left;
}

#colonne2 {
width: 93px;
height: 100%;
float: left;
}

#colonne3 {
width: 523px;
height: 100%;
float: left;
}

#top1 {
width: 100%;
height: 428px;
}

#top2 {
width: 100%;
height: 60px;
}

#top2_haut {
width: 100%;
height: 20px;
}

p {
line-height: 1.3em;
margin-bottom: 1.3em;
}

b {
font-weight: bold;
}


#home_fr, #home_de {
width: 980px;
height: 650px;457px
float: left;
}

#home_fr {
background: url('images/fond/home_fr.jpg');
}

#home_de {
background: url('images/fond/home_de.jpg');
}

#home_fr #bouton, #home_de #bouton {
margin: 248px 0 0 640px;
}

#home_fr #langue, #home_de #langue {
margin: 14px 0 0 872px;
}


/* MENU */

#menu li {
line-height: 23px;
}

/* CONTENU */

/* accueil, portrait */
#contenu {
width: 323px;
}

/* motivations, priorités */
#contenu_large {
width: 480px;
}

/* activités */
#contenu_haut {
width: 480px;
}

/* TITRES */

/* accueil */
h1 {
color: #9d0c15;
font-size: 14px;
font-weight: bold;
margin-bottom: 1.3em;
}

/* portrait */
h2 {
color: #9d0c15;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 1.3em;
}

/* motivations, activités */
h3 {
color: #9d0c15;
font-size: 14px;
font-weight: bold;
margin-bottom: 0.5em;
}

/* médias */
h4 {
font-weight: bold;
}

/* LIENS */

#contenu a, #contenu_large a, #contenu_haut a {
color: #9d0c15;
text-decoration: underline;
line-height: 1.3em;
}

#contenu a:hover, #contenu_large a:hover, #contenu_haut a:hover, #contenu_large a.actif {
color: #bb7e6d;
text-decoration: none;
}

/* DIVERS */

/* accueil */
img.signature {
margin: 0 0 0 100px;
}

/* activités, médias */
ul.horizontal li {
display: inline;
margin: 0 30px 0 0;
}

ul.horizontal_de li {
display: inline;
margin: 0 8px 0 0;
}

/* priorités */
ul.prioritestitres li a {
color: #9d0c15;
font-size: 14px;
font-weight: bold;
}
ul.priorites li {
line-height: 2em;
font-weight: bold;
list-style-image: URL('images/puce.png');
margin: 0 0 0 13px;
}

/* médias */
p.medias {
padding: 0 0 0 5px;
}

/* priorités, activités, médias */
#contenu_large ul, #contenu_haut ul {
margin: 0 0 1.5em 0;
}

/* activités */
table {
margin: 0 0 1em 0;
}

/* activités */
td.annee {
font-weight: bold;
width: 80px;
vertical-align: top;
}