body
{


}

img
{
border:0;
}
*
{
margin:0;
padding:0;
}

#header
{
height: 445px;
margin: 0 auto;
position: relative;
width: 1045px;
z-index: 100;
}

#header h1
{
 color: #FFFFFF;
    font-family: Myriad Pro;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
  text-align: right;
    padding-top: 266px;
    text-shadow: 1px 1px #000000;
}


.header
{
background:url(../images/header.png) no-repeat;
width:1018px;
height:88px;
margin:0 auto;
}

.header ul
{
 float:right;
 list-style:none;
  padding-right: 31px;
  padding-top: 25px;
}


.header ul li
{
float:left;
padding:10px;
}

.header ul li a
{
color:#626262;
font-family:Arial Unicode MS;
font-size:13px;
text-decoration:none;
}
.header ul li a:hover
{
color:#41a62a;
font-family:Arial Unicode MS;
font-size:13px;
}

.content
{
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C9C9C9 #C9C9C9 #41A62A;
    border-image: none;
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-width: 1px 1px 12px;
    height: 177px;
    margin: -28px auto 0;
    position: relative;
    width: 1002px;
    z-index: 0;
}

.content ul li
{
list-style-image:url(../images/puce.png)  ;

font-size:13px;
color:#626262;
font-family:Myriad Pro;
}
.content ul
{
padding-left:50px;
}
.left
{
width:328px;
float:left;
 height: 190px;
}
 .right
{
width:669px;
float:left;
  padding-top: 30px;
}


 .right p
{
font-family:Myriad Pro;
font-size:13px;
color:#626262;
padding-top:5px;
   padding-bottom: 5px;
}
.right h2
{
font-family:Myriad Pro;
font-size:13px;
font-style:italic;
font-weight:bold;
color:#626262;
}


 input[type=submit],#upload 
{
border:0;
background:url(../images/btn.png);
width:217px;
height:33px;
font-weight:bold;
font-style:italic;
color:#626262;
font-family:Myriad Pro;
font-size:17px;
text-align:center;
line-height:30px;
}

 input[type=text]
{
font-family:Myriad Pro;
font-size:13px;
color:#626262;
padding-left:4px; padding-right:4px;
border:0;
background:url(../images/inp.png);
width:210px;
height:33px;
}

textarea
{
font-family:Myriad Pro;
font-size:13px;
width:664px;
height:79px;
border-radius:7px;
color:#626262;
border:2px solid #bfbfbf;
padding:5px;
}

label
{
font-family:Myriad Pro;
font-size:13px;
color:#626262;
}

.success {
    background: url("../images/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #BBDF8D;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    padding: 2px 10px 3px 33px;}


.warning {
    background: url("../images/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    padding: 2px 10px 3px 33px;
}
