body {
	background-image: url(bg_repeater.gif);
	background-repeat: repeat;
}
#corner {
	position:fixed;
	top:0px;
	right:0px;
	width: 245px;
	height: 206px;
	background-image: url(Corner-1.png);
	background-repeat: no-repeat;
}

#main {
    margin: auto;
	border: 1px solid #cccccc;
	width: 900px;
	background: #F1F3F5;
	padding:10px;
}


#result {
    margin-left: 100px;
    text-align:center;
    border: 1px solid #cccccc;
    width: 450px;
    background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:15px;
    margin-bottom:20px;
    margin-top:15px;
}

form {
   padding:20px;
}

.text {
	border: 1px solid #cccccc;
}

input, textarea {
    border: 1px solid #aaa;
}


#caption{
	background-image:url(head.png);
	background-repeat:repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top:0px;
	padding-top:10px;
	margin-left:0px;
	padding-left:10px;
    font-size : 14px;
    color:#FFCCCC;
	height:40px;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:60px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size : 12px;
  color:#7F7F7B;
}

.newstitle{
    width:100%;
    height:28px;
    background-image:url(barre-bleu.png);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    color:#15428B;
    font-size:0.8em;
}

a{
	text-decoration   : none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 13px;
    color:#4784FF;
}

a:hover{
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 13px;
    color:#5BB5FF;
}