@import url(menu.tmp.css);
@import url(contenu.tmp.css);
@import url(droite.tmp.css);

*
{
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}

body
{
/*	background-color: #E4E6FF;*/
	background-color: #DFDFDF;
	color: #739EA5;
	font-size: 11px;
}

.text
{
	color: #606060;
}

img
{
	margin: 1px;
	padding: 0;
	border-width: 0;
}

#contenutxt img {
    max-width:100%;
}


/* LIENS */

a:link, a:visited
{
	color: #606060;
	text-decoration: none;
}

a:hover, a:active
{
	color: #606060;
	text-decoration: none;
}

.visible {
	visibility: visible;
}
.invisible {
	display: none;
	visibility: hidden;
}

/* DIVS */

/* MISE EN PAGE GENERALE */
div#tout
{
	background-color: white;
	width: 741px;
	position: relative;
	margin: auto;
	padding: 0;
}

div#header
{
	width: 741px;
	height: 123px;
	margin: auto;
}

div#logo
{
	float: left;
	width: 144px;
	height: 123px;
}

div#banniere
{
	width: 596px;
	height: 123px;
	float: left;
	margin-left: 1px;
}

div#contenu
{
	width: 741px;
	margin: auto;
	position: relative;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/****************** Admin **********************/


.sort {
    margin: 10px;
}

p a font strong {
	color: blue;	
}
p a:hover font strong {
	text-decoration: underline;
}

td
{
padding: 8px;
}

