/* general */

body {
color: #003d8f;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

.barre-orange { 
background-color:#fd6d04;
color:#FFF;
font-size:11px;
padding:2px 8px 2px 8px;
}

.barre-orange h1 { 
font-size:12px;
font-weight:bold;
padding:0px;
margin:0px;
}

#bandeau { 
background-color:#7fbfe3;
}

#contenu {
background-image: url(../medias/fond.gif);
background-repeat:no-repeat;
padding:10px;
}

.float { 
float:left;
}

img { 
margin-right:10px;
}

.texte { 
clear:both;
font-size:11px;
}

.bloc-border { 
border-top:#d9ebf3 1px solid;
/*margin:10px 10px 10px 10px;*/
padding:10px 0px 10px 0px;
}

.border { 
border-top:#d9ebf3 1px solid;
}

.orange { 
background-color:#fd6d04;
width:128px;
color:#FFF;
font-size:11px;
padding:2px 8px 2px 8px;
margin-top:10px;
}

.intro { 
font-weight:bold;
}

.detail { 
color:#b8b9b9;
font-size:10px;
}

.sous-titre { 
font-size:14px;
font-weight:bold;
margin:0px 0px 10px 0px;
}

h1 { 
font-size:16px;
font-weight:bold;
margin:0px 0px 10px 0px;
}

ul {
padding: 0em 0em 0em 0em;
margin: 0px;
border-top:#d9ebf3 1px solid;
}

li {
/*list-style: url(../medias/fleche.gif); */
list-style:none;
border-bottom:#d9ebf3 1px solid;
padding: 2px 0px 2px 0px;
}

p {
margin:0px 0px 10px 0px;
padding:0px;
}

 /* liens */
 
a:link { color: #fd6d04; text-decoration: none; font-weight:bold; text-transform:uppercase; }
a:visited { color: #fd6d04; text-decoration: none; font-weight:bold; text-transform:uppercase; }
a:hover { color: #fd6d04; text-decoration: underline; font-weight:bold; text-transform:uppercase; }
a:active { color: #fd6d04; text-decoration: underline; font-weight:bold; text-transform:uppercase; }

a.lien-texte:link { color: #fd6d04; text-decoration: none; font-weight:normal; text-transform:none; }
a.lien-texte:visited { color: #fd6d04; text-decoration: none; font-weight:normal; text-transform:none; }
a.lien-texte:hover { color: #fd6d04 text-decoration: underline; font-weight:normal; text-transform:none; }
a.lien-texte:active { color: #fd6d04; text-decoration: underline; font-weight:normal; text-transform:none; }


