/*
Design de Trad'Com.com
Réalisé par Audrey Février audreyfevrier@gmail.com
http://www.trad-com.com
*/
body
{
	width: 760px;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 20px;
	border: 2px solid gray;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF7F00;
}
a:active {
	text-decoration: none;
	color: #FF7F00;
}	
/* L'en-tête */
#en_tete
{
	width: 760px;
	height: 100px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image:   url("images/tradcom.jpg");
	background-repeat: no-repeat;	
}
/* Le menu */
#menu
{
   width: 740px;
   margin-top: 50px;
   margin: auto;
   text-align: right;
   
   }
   
.element_menu
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding: 5px;
	color: #666666;
	font-weight: bold;
}
/* Effets liens menu */
.element_menu a
{ /*couleur des liens du menu */
   color: #666666;
}
.element_menu a:hover
{ /*couleur des liens survolés */
	color: #FF7F00;
	text-decoration: none;
}
 
/* Blabla des différentes rubriques */
#corps
{
	width: 640px;
	height: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	position: relative;
}
/* Titre des différentes rubriques */
#corps h1
{
	color: #666666;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Police H2 pour page contact */
#corps h2
{
	color: #666666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Copyright */

#pied_de_page
{
	width: 740px;
	padding: 5px;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.element_pied_de_page a
{
	color: #666666;
	text-decoration: none;
}

.element_pied_de_page a:hover
{ /*couleur des liens survolés */
	color: #FF7F00;
	text-decoration: none;
	}


