/* CSS Document */

/**************************************************************** CONSTANTE ***********************************************************************************************/

body 
{
    margin: 0px;
    text-align: center; /* pour corriger le bug de centrage IE */
  	font-size: 12px;
  	font-family: Tahoma, Arial, Sans-Serif;
    color: #666666;
    background: #FFFFFF url(images/montage_caps.jpg) no-repeat center top;
}

#page
{
  	width: 960px;
  	margin: auto;
  	text-align: left; /* on retablit l'alignement normal du texte */
}

img
{
    border: none;
}

a
{
    text-decoration: none;
    color: #FF6600;
}

a:hover 
{ 
    text-decoration : underline; 
} 

p
{
  margin: 0px;
  padding: 5px 0 5px 0;
	font-size: 12px;
}

.centrer
{
    clear: left;
    text-align: center;
}

#bordure
{
  float: left;
	width: 960px;
	background-image: url('images/bordure.jpg');
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
}

h2
{
    clear: left;
    text-decoration: underline;
    color: #FF6600;
}

h3
{
    clear: left;
    text-decoration: underline;
    color: #FF6600;
    margin: 0px;
    padding: 0px 0 0 30px;
}

#milieu
{
    padding: 0 50px 0 50px;
    margin: 0px;
}



.image_base_infos_pratiques
{
    clear: left;
    float: left;
    margin: 0px;
    padding: 20px;
}

.image_base_infos_pratiques img
{
    width: 170px;
    height: 120px;
}

.texte_base_infos_pratiques
{
    margin: 0px;
    padding: 20px;
    min-height: 122px;
    height:auto !important;
    height: 122px; /* Pour IE */
    text-align: justify;
}