/* 
    Document   : texte
    Created on : 16 avr. 2009, 21:06:05
    Author     : david
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

h2
{
    text-align:center;
    font-style:italic;
    color:#b40101;
}


    
#ceinture
{
    text-align:center;

}
#texte
{
    font-style:italic;
}

#texteCenter
{
    text-align:center;
}

#art
{
    text-decoration:underline;
}

#photos
{
    border:2px black outset;
}
#news
{
    text-align:center;
    margin-left:180px;
   border:1px black outset;
   width:420px;
    -moz-border-radius:12px 0px 12px 0px;
}
#haut
{
    text-align:center;
    background-image:url("../IMG/menuhaut.jpg");
    color:white;
    height:25px;
     -moz-border-radius:10px 10px 0px 0px;
}

#hautTab
{
    color:white;
    height:25px;
    background-image:url("../IMG/menuhaut.jpg");
    text-align:center;
    width:100px;
}

td, th
{
    border:1px black outset;
}
#bas
{
    text-align:center;
    height:25px;
    background-image:url("../IMG/menuhaut.jpg");
     -moz-border-radius:0px 0px 12px 0px;
}

#pagin
{
    border:1px black outset;
     background-image:url("../IMG/menuhaut.jpg");
     color:white;
     width:10px;
}

#pagin:hover
{
    border:1px black inset;
    background-image:none;
    background-color:#772407;
    color:white;
}

#art
{
    color:#b40101;
}

#word
{
    border:1px black outset;
     -moz-border-radius:8px 8px 8px 8px;
     width:60px;
     height:60px;
}
#color
{
    color:#b40101;
}

#lienPhotos
{
    border:1px black outset;
    margin-left:360px;
}

#photoDiap
{
    margin-left:25px;
    margin-top:20px;
}
#slider
{
    margin-left:200px;
}
#slider ul, #slider li
{
		margin:0;
		padding:0;
		list-style:none;
}

#slider, #slider li
{
		width:400px;
		height:360px;
		overflow:hidden;
 }
span#prevBtn
{
        float:left;
        color:#b40101;
}
span#nextBtn
{
        float:right;
        color:#b40101;
}

#fleche
{
    border:none;
}

#sliderTexte ul, #slider li
{
		margin:0;
		padding:0;
		list-style:none;
}
#sliderTexte
{
		/*
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/
		width:410px;
		height:300px;
		overflow:hidden;
        margin-left:170px;
}
#sliderTexte li
{
        width:400px;
		height:300px;
        overflow:hidden;
}
#salle
{
    padding-top:20px;
    width:770px;
    height:362px;
    background-image:url("../IMG/fond.jpg");
}



#menuAdmin li a:hover
{
    color:#b40101;
}




