* {
  padding: 0;
  margin: 0;
} 

body {
  background: url('images/gplaypattern.png') repeat;
  font: .74 "Trebuchet MS", Verdana, Arial, sans-serif;
  line-height: 1.5em; 
}
a {
  color: #3B6EBF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


#wrap {
  margin: 20px auto;
  width: 724px;
  background: #fff url('images/midbg.jpg');
  background-repeat: repeat-y;
}

#top { 
  background: #fff url('images/topbg.jpg');
  height: 30px;
}

.content {
  background: #fff;
  padding: 40px 40px 40px 40px;
  width: 800px;
  margin-top: 20px ;
  margin-bottom: 20px ;
  margin-left: auto ;
  margin-right: auto ;
  border-radius: 20px;
  /*box-shadow: 0px 0px 10px #aaa;*/
  border: 1px solid #555753;
  font-size : 12px ;
}

.content ul {
  padding: 10px 0 10px 20px;
  margin:0;
}

.content h1 { 
  color: #204a85; 
  font-size: 20px; 
  margin-bottom: 30px; 
  margin-top: 10px;
  text-align : center ;
}

.content h2 { 
  color: #3465a4; 
  font-size: 16px; 
  margin-bottom: 10px; 
  margin-top: 10px;
}

.content h3 { 
  color: #000000; 
  font-size: 14px; 
  margin-bottom: 7px; 
  margin-top: 10px;
}

.content p {
  padding: 10px 0 10px 0px;
  text-align: justify;
  margin:0;
}

.content:after {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  width: 100%;
  overflow:hidden;
  visibility: hidden;
}

#bottom {
  background: #fff url('images/botbg.jpg');
  height: 30px;
}

.header {
  /*height: 100px;*/
  background: url('images/random_grey_variations.png') repeat;
  /*box-shadow: 0px 0px 10px rgb(0.2,0.2,0.2) inset;*/
  border: 1px solid #555753;
  border-radius: 5px;
  margin-bottom: 20px;
  /*line-height: 70px;*/
}

.header h1 {
  color: #fff;
  font-size: 25px;
  margin-left: 20px;
  margin-top: 20px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 100; 
  display: inline-block;
}

.header h1 a {
  color: #fff;
  text-decoration: none;
}

.header h1 a:hover {
  color: #000;
}

.header:after {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  width: 100%;
  overflow:hidden;
  visibility: hidden;
}

.right {
  float: right;
  width: 30%;
  margin: 0 0px;
  padding-top: 10px;
}

.right ul {
  padding: 20px 0 15px 20px;
  margin:0;
}

.right li {
  margin-bottom:5px;
  list-style-type: square;
  color: #3465a4;
}

.right h2 { 
  color: #3465a4; 
  font-size: 14px; 
  margin-top: 15px;
}

.logos {
  padding: 10px;
  margin: 20px;
  overflow: hidden;
}

.logos img {
  float: none;
  height: 50px;
}

.logos ul {
  margin: 0px;
  padding: 0px;
  /*border: 2px solid;*/
}

.logos ul li {
  list-style-type: none;
  display: inline-block;
  /*border: 2px solid;*/
}

.logos ul li:before {
  content: "";
  border-left: 1px solid #aaa ;
  margin-left: 10px ;
  padding-left: 15px;
  /*border: 2px solid;*/
  display: inline-block;
  height: 50px;
}

.logos ul li:first-child:before {
  content: none;
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#toplogos {
  float: right;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(0.2,0.2,0.2);
}

#menu { 
  margin-top: 5px;
}

#menu ul {
  float: left;
  margin: 0;
  padding: 5px;
  border-radius: 10px;
  /*box-shadow: 0px 0px 5px #aaa inset;*/
}

#menu:after {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  width: 100%;
  overflow:hidden;
  visibility: hidden;
}

#menu ul li {
  list-style-type: none;
  display: inline-block;
}

#menu ul li a {
  padding: 0 10px;
}

.bottom {
  float: left;
  width: 100%;
  margin: 0 10px;
  padding: 1% 1%;
  text-align: justify;
}

.bottom ul {
  padding: 10px 0 10px 20px;
  margin:0;
}

.bottom p {
  padding: 10px 0 10px 0px;
  margin:0;
}

.bottom h2 { 
  color: #3465a4; 
  font-size: 16px; 
  margin-bottom: 10px; 
  margin-top: 10px;
}

.adress {
  text-align: center; 
}

.framed {
  padding : 10px;
  border : 1px solid rgb(128,128,128);
  border-radius : 10px;
}


#frimousse {
  color: #000000;
  float: right;
  /*box-shadow: 0px 0px 5px #aaa inset;*/
  border: 1px solid #babdb6;
  border-radius: 5px;
  padding: 15px;
  margin: 0px;
}

#clear {
  display: block;
  clear: both;
  width: 100%;
  overflow:hidden;
}

#footer {
  text-align: center;
  color: #666;
}

#contact {
  margin-top: 5px;
  margin-bottom: 20px;
}

#contact dd {
  list-style-type: none;
  display: inline-block;
}

#contact dt {
  list-style-type: none;
  display: inline-block;
  font-weight: bold;
}

.embedded-video {
  margin-top : 3em ;
  margin-bottom : 3em ;
}
