#main a:link img, #main a:visited img { border-style: none; }


html, body {
  margin: 0;
  padding: 0;
}
body {
background-image:url('../images/bg.jpg');
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
a:link {color: #336600; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #507011; text-decoration: underline; }
a:hover { text-decoration: none; }
a:imgbord:link {color: #000000;}
a:imgbord:active {color: #000000;}
a:imgbord:visited {color: #000000;}
a:imgbord:hover {color: #000000;}


p
{
 font-size: 10px;
 margin-left: 16px;
 margin-right: 16px;
 color: white;

}



#global {
     margin-left: auto;
     margin-right: auto;
     width: 654px;
     }

.bloc1 {
background-color: #336600;
height: 200px;
width: 200px;
float: right;
margin-left: 20px;
margin-top: 20px;
border: 1pt solid black;

}

.bloc1 h3{
color: white;
}

.bloc2 {
background-color: #000066;
height: 200px;
width: 204px;
float: left;
margin-left: 20px;
margin-top: 20px;
border: 1pt solid black;
color: white;
font-weight:bold;
}

.bloc3 {
background-color: #336633;
height: 200px;
width: 200px;
float: left;
border:  1pt solid black;
margin-top: 20px;
color: white;
font-size: 2em;
 background-position: center;
    background-repeat: no-repeat;
    background-image: url(http://www.bobcomics.net/images/logo200green.png);
}

.bloc3 h1 {


}

.bloc3 h2 {

}

.bloc4 {
       background-color: #000066;
       height: 80px;
       width: 80px;
       float: left;
       border: 1pt solid black;
       margin-top: 20px;

}
.bloc5 {
       background-color: #336600;
       height: 80px;
       width: 445px;
       float: left;
       border: 1pt solid black;
       margin-top: 20px;
       margin-left: 20px;
       margin-bottom: 20px;
       color: white;
       font-size: 10px;
}
.bloc6 {
       background-color: #000066;
       height: 80px;
       width: 80px;
       float: right;
       border: 1pt solid black;
       margin-top: 20px;
       margin-left:20px;

}



.body {
  margin-top: 20px;
  width: 650px;
  background: #FFF;
  border: 1pt solid black;
  float: left;
font-size:10pt;
}



.body h1{

font-size: 18pt;
color: #336600 ;


}


.body h2{
font-size: 12pt;
text-indent: 10px;
}


.body h3{

}

.body p{

color: black;

}

.links{
	color: black;
	font-size: 10pt;

}	






.floatright
{
float: right;
}

.floatleft
{
float: left;

}

.floatcenter
{
float: center;
}


.sidebar {
  margin: 25px;
  text-align: center;
  border: solid black 1px;
  background-color: #eee;
  padding: 5px;
}