﻿/* CSS du site d'Accord68 version 1.0 */

/*
-------------------------------------------------------------------------------------------------------------------------------------------------
Attention ce CSS a été réalisé par Mior Romain élève de BTS informatique de gestion du Lycée Camille Sée de Colmar 
dernière modification Samedi 10 janvier 2010 
En cas de problème ou du besoin de quelconques précisions concernant le site et sa conception ou bien encore sa maintenance
veuillez vous adressez à l'adresse mail suivante : 
Email : romainmior@gmail.com 
-------------------------------------------------------------------------------------------------------------------------------------------------
*/


body {
font-family: Arial ;
background: white;
width:100%;
height:100%;
}

#banner{
background-image: url(./photo/top1.jpg);
background-position: center center;
background-repeat:no-repeat;
margin-top: -15px;
height:258px;
width: 100%;
}


#menu{
background-image: url(./photo/navbar.jpg);
background-position: center center;
background-repeat:no-repeat;
height: 80px;
width: 100%;
}
#menu table{
padding-left: 40px;
}
#corps {
background-image: url(./photo/corps.jpg);
background-position: center center;
background-repeat:repeat-y;
min-height:500px;
width: 100%;
}
.équipe{
background-image: url(./photo/page2.jpg);
background-position: center center;
background-repeat:repeat-y;
min-height:100px;
color:black;
}
.équipe u{
color: darkblue;
}
.équipe table{
text-align: center;
}
.nav{
background-image: url(./photo/page2.jpg);
background-position: center center;
background-repeat:repeat-y;
min-height:100px;
}
.nav table {
position : center center;
}
.nav b
{
color:darkblue;
}
.nav a 
{
color:darkblue;
text-decoration : none;
}
.page2 a
{
color:darkblue;
text-decoration : none;
}
.page1{
background-image: url(./photo/page1.jpg);
background-position: center center;
background-repeat:no-repeat;
height: 113px;
color: darkblue;
}
.page2{
background-image: url(./photo/page2.jpg);
background-position: center center;
background-repeat:repeat-y;
min-height:100px;
}
.page3{
background-image: url(./photo/page3.jpg);
background-position: center center;
background-repeat:no-repeat;
height: 99px;
}
#liens {
border:5px solid blue;
font-size: 18px;
color: black;
}
#liens td {
font-family:sans-serif;
font-size:80%;
border:2px solid #6495ed;
padding:5px;
text-align:left;
}
#liens td b{
color: blue;
}
#liens a{
text-decoration : none;
}

#pied{
height:60px;
background-image: url(./photo/pied.jpg);
background-position: center center;
width: 100%;
font-size:10px;
}


