/* CSS PROFILE */
body
{
text-align: center; /* pour corriger le bug de centrage IE */
width: 600px;
margin: auto;
margin-top: 150px;
background-image: url("../../images/Backgrounds/BG-Page/bgpage_profile.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}

.paragraphe
{
background-image: url("../../images/Titlesticks/paragraphe_profile.png");
background-repeat: no-repeat;
height: 25px;
width: 600px;
font-family: Georgia, Verdana, Arial, "Times New Roman", Times, serif;
font-size: 1em;
font-weight: bold;
font-style: italic;
text-align: left;
text-indent: 6px;
color: #40016F;
}

.titlestick
{
background-image: url("../../images/Titlesticks/titlestick_profile.gif");
background-repeat: no-repeat;
height: 21px;
width: 600px;
font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman", Times, serif;
font-size: 1em;
font-weight: bold;
text-align: left;
text-indent: 3px;
color: white;
}

.image
{
float: left;
}

.cells
{
background-image: url("../../images/Backgrounds/BG-Cells/bgcell_shadowright.jpg");
width: 600px;
}

#header /*la grande bannière de la rubrique*/
{
width: 600px;
height: 90px;
background-repeat: no-repeat;
background-image: url("../../images/Headers/header_profile.png");
margin-bottom: 10px;
text-align: left;
}

#header1 /*la grande bannière de la rubrique profile artist*/
{
width: 600px;
height: 90px;
background-repeat: no-repeat;
background-image: url("../../images/Headers/header_profileartist.png");
margin-bottom: 10px;
text-align: left;
}

#header2 /*la grande bannière de la rubrique chars/persos */
{
width: 600px;
height: 90px;
background-repeat: no-repeat;
background-image: url("../../images/Headers/header_profileartist.png");
margin-bottom: 10px;
text-align: left;
}

#header3 /*la grande bannière de la rubrique profile friends*/
{
width: 600px;
height: 90px;
background-repeat: no-repeat;
background-image: url("../../images/Headers/header_profileartist.png");
margin-bottom: 10px;
text-align: left;
}

.themelinks a /* les liens de "themes" sont ceux dans la petite bande de couleur en dessous de la grande bannière */
{
font-family: Verdana, Arial, "Times New Roman", Times, serif;
font-size: 0.7em;
font-weight: bold;
text-align: left;
text-decoration: none;
position: relative;
top: 70px;
left: 5px;
color: white;
}

.themelinks a:hover
{
font-family: Verdana, Arial, "Times New Roman", Times, serif;
font-size: 0.7em;
font-weight: bold;
text-align: left;
text-decoration: none;
position: relative;
top: 70px;
left: 5px;
background-color: #808080;
color: white;
}

/*##############################################################*/

#contents /* le contenu des surfaces blanches*/
{
background-image: url("../../images/Backgrounds/BG-Cells/bgcell_shadowright.jpg");
min-height: 105px;
width: 600px;
margin: auto;
}

.info-french /* info des profiles en français (ex: date de naissance)*/
{
font-weight: bold;
}

.info-english /* info des profiles en anglais (ex: date of birth)*/
{
font-weight: bold;
font-style: italic;
}

.comment1 /* commentaires en mauve */
{
width: 580px;
font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman", Times, serif;
font-size: 0.8em;
text-align: left;
color: #40016F;
}

.text /* texte de la page d'accueil profile en navy */
{
width: 585px;
font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman", Times, serif;
font-size: 0.8em;
text-align: justify;
color: #40016F;
}

.thumbnail
{
float: left;
margin-right: 10px;
}

/*##############################################################*/

.quote /*la citation à la fin de la page */
{
font-size: 0.7em;
font-style: italic;
font-weight: bold;
text-align: center;
color: #40016F;
}

.quote-author /*la citation à la fin de la page */
{
margin-bottom: 20px;
font-size: 0.7em;
font-style: italic;
text-align: center;
color: #40016F;
}

#footer
{
width: 600px;
height: 60px;
background-repeat: no-repeat;
background-image: url("../../images/Footers/footer_profile.png");
}

.logofooter
{
float: left;
padding: 5px;
}

.copyrights
{
padding: 15px;
font-family: Verdana, Arial, "Times New Roman", Times, serif;
font-size: 0.7em;
text-align: justify;
color: white;
}


/*##############################################################*/

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
width: 100%;
font-size: 0.6em;
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
color: #a9a9a9;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #a9a9a9;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #40016F;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
