body {
	background-image : url(../images/bg.jpg);
	background-color : #131313;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 30px;
	padding : 0;
} 

.logo_ref {
	display:block;
	vertical-align:middle;
	float:left;
}

.clear { 
    clear : both;
} 

* { 
    margin : 0;
    padding : 0;
} 

#container { 
    margin : 0 auto;
    text-align : left;
    width : 750px;
    z-index:1;
} 
a { 
    font-size : 11px;
	text-decoration: none;
} 

a:hover {
	text-decoration: underline;
}

p { 
    margin : 15px 0;
} 

#header { 
    margin : 0 0 0 0;
    width : 750px;
    height : 127px;
    position : relative;
} 



#content { 
    background-color : #ffffff;
    width : 750px;
} 

img { 
    border-width : 0;
} 
h1 {
	color : #82a515;
	font-size : 12px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 12px;
} 
h2 {
	color : #7a7a7a;
	font-size : 14px;
	background-image: url(../images/puce.jpg);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-bottom-style: groove;
} 



h3 {
	color : #FFFFFF;
	font-size : 14px;
	background-color: #E34666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	background-position: center;
} 

#left {
	float : left;
	width : 270px;
	margin-left : 0;
	margin-top : 5px;
	padding : 8px;
	margin-right: 5px;
} 
#left a { 
    color : #e24767;
} 

#right { 
    float : right;
    width : 424px;
    padding : 0 10px 0 0;
    margin-top : 0;
    border-left : 2px solid #fff;
} 
#right a { 
    font-size : 11px;
    color : #e24767;
	text-decoration: none;
} 
#right a:hover { 
    /*color : #85a157;*/
	text-decoration: underline;
} 

#middle { 
    width : 740px;
} 
.principale { 
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-decoration : none;
} 
.bg { 
    background-color : #f5f5f6;
    color : #919092;
} 
#menuline1, #menuline {
	clear : both;
	background-color : #4f4f4f;
	font-size : 1px;
	height : auto;
	width : 750px;
	text-align : center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
} 
.menuline {
	clear : both;
	background-color : #4f4f4f;
	font-size : 1px;
	height : auto;
	width : 750px;
	text-align : center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
} 

.pixel_menu { 
    font-size : 10pt;
    color : #FDFCFC;
    font-family : verdana;
    text-decoration : none;
} 
a.pixel_menu:hover { 
    font-size : 10pt;
    color : #e24767;
    font-family : verdana;
    text-decoration : underline;
} 

#sendURL
{
    background-color: white;
    z-index:100;
    position: absolute;
    width: 400px;
    height: 300px;
	left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -150px;
    
    padding: 20px;
    border: 2px solid black;
    visibility: hidden;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #7A7A7A;
	background-color: #FFFFFF;
	list-style-image: url(../images/puce2.jpg);
	list-style-position: inside;
	border-right-style: none;
	border-bottom-style: double;
	border-top-style: none;
	border-left-style: none;
	border-bottom-color: #E24767;
}

ul a {
    font-size : 10pt;
    color : #FDFCFC;
    font-family : verdana;
    text-decoration : none;
}

