
*{

margin: 0;
padding: 0;

}

option{

padding:2px;
}

select{

background-color:#fffdc5;
border:0;
}

#header{

height: 50px;
background:  url(header.jpg) repeat-x top left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;

}

#selectTemplate{

margin-left: 300px;
margin-top: 5px;
color:white;
float:left;
}

#selectTemplate select{
width:200px;
}


#selectStyle{

margin-left: 50px;
margin-top: 5px;
color:white;
float:left;
}

#selectStyle select{
width:110px;
}


#inscription{

margin-left:100px;
float:right;
margin-top:9px;

}


img{

text-decoration:none;
border:0;
}