body
{
    font-family: Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color:#333333;
    background-color : #cccccc;
    background-image : url("images/fond.png");
    
}

p
{
    text-align : justify;
}

a {
    text-decoration : underline;
    color : #222222;
}

a:hover,a:focus {
    text-decoration : none;
    color : #222222;
}

.top, .bottom
{
    height : 40px;
    width : 900px;
}

.middle
{
    border-style : solid;
    border-color : black;
    border-width : 0px 10px 0px 4px;
}

#header .middle
{
    background-color : #fe0000;
}

#body
{
    margin-top : 20px;
    margin-bottom : 20px;
}

#body .middle
{
    background-color : #cccccc;
}

#header .top
{
    background: transparent url("images/rtop.png") no-repeat scroll left top;
}

#header .bottom
{
    background: transparent url("images/rbottom.png") no-repeat scroll left top;
}

#body .top
{
    background: transparent url("images/gtop.png") no-repeat scroll left top;
}

#body .bottom
{
    background: transparent url("images/gbottom.png") no-repeat scroll left top;
}

.menu
{
	font-size: 14px;
	text-align: center;
	color:#FFFFFF;
    font-variant: small-caps;
    background-color : #aaaaaa;
    width : 600px;
    margin : auto;
    padding : 5px 0;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#menu1
{
    
}



.menu a
{
    color : white;
    text-decoration : none;
    font-weight: bold;
}

.menu a:hover, .menu a:focus
{	
	color : white;
    text-decoration : underline;
    font-weight: bold;
    
}

#page {
    position : absolute;
    left : -450px;
    margin-left : 50%;
    width : 900px;
}

#banner
{
    text-align:center;
}

#content
{
    margin-top : 40px;
    min-height : 370px;
}

#texte
{
    /*width : 380px;*/
    margin-left : 30px;
    margin-right : 30px;
    padding-bottom : 1px;
    
}

#images 
{
    background-color : #eeeeee;
    width : 410px;
    height : 360px;
    float : right;
    margin-right : 30px;
	margin-left : 30px;
	margin-bottom : 30px;
    border : 1px solid black;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#footer
{
    background : transparent url("images/bas.png") no-repeat scroll center center;
    height : 46px;
    padding-top : 34px;
    color : white;
    text-align : center;
}


#footer a
{
    text-decoration : underline;
    color:#FFFFFF;
}

#footer a:hover, #footer a:focus
{
    color:#FFFFFF;
}



