body
{
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;

	background-attachment:fixed;
	background-repeat:no-repeat;
    background-position:center bottom;


	font: .8em "Bitstream Vera Sans", Verdana, Arial, sans-serif;
}

/* L'en-tête */

#en_tete
{
	width: 1000px;
	height: 222px;
	background-image: url(../images/entete2012.jpg);
	background-repeat: no-repeat;

}
#contenu{
width: 1000px;
	position: relative;
	float: left;
	background-color: #FFFFFF
}

/* Le menu */
#menu
{
	float: left;
	width: 200px;
	
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	
	
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu dt {
cursor: pointer;
margin: 0px ;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid white;
background: #f8951e;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #24acde;
}


/* Le corps de la page */

#corps
{
	margin-left: 205px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-bottom: 5px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	color:#818286;
	background-color: #FFFFFF;
	left:0px;
	

}

#corps h1
{
   color: #818286;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:22px;
}

#corps h2
{
   height: 15px;  
   font-size:18px;
   color:#24acde ;
   text-align: left;
}
#corps h3
{
   height: 10px;  
  
   color:#e6068a ;
   text-align: left;
}
#corps h4
{
   height: 15px;  
   font-size:18px;
   color:#FF0000 ;
   text-align: center;
}
.texte-important
{
	height: 8px;
	padding-left: 5px;
	color:#24acde;
	font-size: 12px;
	font-weight: bold;
}

/* Frame droite accueil */
#framedroite
{
	float:right;
	width:190px;

}


/* Module Newsletter */

#modulenews
{
	float:left;
	width:300px;
	margin: 5px;
	clear: both;
}

/* Module Contact */

#modulecontact
{
	float:right;
	width:170px; margin:2px;
border: 1px dashed #e6068a; padding: 5px; background-color: #ffffff;
}

#formcontact
{
		float: left;
	width:500px;
	background-color: #FFFFFF;
}
form#formulaire-contact fieldset	   { border: 1px dashed #e6068a; padding: 5px; background-color: #ffffff;}
	form#formulaire-contact legend		   {
	background-color: #f8951e;
	padding: 1px 4px;
	color: black;
	font-weight: bold;
	}

/* paragraphe module actualité */
#moduleactualite
{ border: 1px dashed #818286; padding: 5px; background-color: #ffffff; width:420px;}
/* paragraphe module pageactualité */
#moduleactualite-archive
{ border: 1px dashed #818286; padding: 5px; background-color: #ffffff; width:720px;}
/* paragraphe module video */
.modulevideo
{
	border: 1px dashed #24acde;
	padding: 8px;
	width:330px;
	float:right;
	
}


#modulesinscrire
{
	float:right;
	width:300px;
	background-color:#FFFFFF;

}

/* les Tableaux du site */
table#tableau {
    background-color:#FFFFFF;
    border: solid #818286 3px;
    

}

table#tableau td {
    padding: 5px;
    border: solid #f8951e 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

.toprow {
	color: #000000;
    font-style: italic;
	font-weight: bold;
    text-align: center;
    background-color: #f8951e;

}

.leftcol {
    font-weight: bold;
    text-align: left;
	color: #000000;
    width: 150px;
    background-color: #CCCCCC;

}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#visu_montauban
{
	clear: both;

background-image: url(../images/visupieddepagemontauban.jpg);
	height: 230px;
	width: 1000px;
}
#pied_de_page
{
   padding: 1px;
   clear: both;
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   text-align: center;

   color: #FFFFFF;
   background-color: #cacbcc;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
}

/* les images */
.imagegauche
{
   float: left;
   margin: 8px 5px;
}
.imagedroite
{
   float: right;
   margin: 8px 5px;
}

