html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff url(/images/home/bg-borders.png) repeat-x;
  font-size: 14px;
  margin: 0px;
}
#page {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#back_home {
  background: red;
  padding: 00px 124px 68px 0;
  z-index: 10px;
}

th, td  {
  border: none;
  padding: 1px;
}
table {
  margin-bottom: 0;
}

#strapline {
  background: #000000;
  height: 20px;
  font-size: 10px;
}

.strapline{
  padding: 4px 8px;
}

#strapline_introduction {
  float:left;
}

#strapline_description {
  float:left;
}

#strapline_end{
  float: right;
}

#signin {
  float: right;
  width: 450px;
  height: 60px;
}

#signin #signinForm table {
  margin-top: 15px;
}

#signin_title {
  color: #959595;
  font-weight: bold;
  float: left;
  
  margin-right: 15px;
}

.signin_ok {
  background : #ffffff url(/images/home/signin-ok.png) no-repeat;
  height: 24px;
  width: 29px;
  border: none;
  color: #ffffff;
  float: right;
  cursor: pointer;
}

#signin_username {
  width: 145px;
}

#signin_password {
  width: 100px;
}

#signin_forgotten {
  display: block;
  text-align: right;
  padding-right: 5px;
  font-size: 11px;
  color: #959595;
}

#youmediaLogo {
  width: 307px;
  height: 85px;
  margin-top: 40px; 
  position: absolute;
  top: 15px;
  display: block;
}

#youmediaLogoImg {
  background: #ffffff url(/images/home/youmedia.png) no-repeat;
}

#menu {
  background: none;
  float: right;
  position: relative;
  margin-right: 15px;
}

#items li {
  display: inline;
  float: left;
  position: relative;
}

.menu-items {
  background: #ffffff url(/images/home/menuItems-bg.png) repeat-x;
  height: 31px;
  line-height: 31px;
  display: block;
  text-align: center;
}

#items a {
  color: #000000;
  text-decoration: none;
}

#menu-home {
  width: 75px;
}
.menu_borderRight {
  background: #ffffff url(/images/home/menuItems-borderRight.png) no-repeat;
  position: absolute;
  height: 31px;
  width: 5px;
  top:0;
  right: 0;
}

.menu_borderLeft {
  background: #ffffff url(/images/home/menuItems-borderLeft.png) no-repeat;
  position: absolute;
  height: 31px;
  width: 3px;
}

#menu-concept {
  width: 75px;
}

#menu-announcer {
  width: 93px;
}
#menu-members {
  width: 84px;
}
#menu-faq {
  width: 55px;
}
#menu-contact {
  width: 85px;
}

.menu_selected .menu-items {
  background: #ffffff url(/images/home/menuSelected-bg.png) repeat-x;
  height: 34px;
}

.menu_selected {
  margin-top: -4px;
}

.menu_selected .menu_borderRight {
  background: #ffffff url(/images/home/menuSelected-borderRight.png) no-repeat;
  height: 34px;
  width: 4px;
}
.menu_selected .menu_borderLeft {
  background: #ffffff url(/images/home/menuSelected-borderLeft.png) no-repeat;
  height: 34px;
}


#menu_decorationRight{
  background: #ffffff url(/images/home/menu-borderRight.png) no-repeat;
  position: absolute;
  height: 1px;
  width: 27px;
  top: 43px;
  right: -13px;
}
#menu_decorationLeft{
  background: #ffffff url(/images/home/menu-borderLeft.png) no-repeat;
  position: absolute;
  height: 1px;
  width: 142px;
  top: 43px;
  left: -114px;
}
h2 {
  margin-left: 100px;
}

.orange {
  font-weight: bold;
  color: #ce6d08;
}
.white {
  color: #fefefe;
}
.grey{
  color: #909090;
}

.youmedia {
  color: #dbdbdb;
}

.accessible {
  display: block;
  position: relative;
  text-align: center
}
 
.accessible_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index:1001;
}

a {
  color: #ce6d08;
}
#footer {
  margin-top: 40px;
  text-align: center;
}

#footer-items a{
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  }

#footer li{
  display: inline;
  padding: 5px;
  }
  
#footer-items {
  padding: 0;
}

#footer_copyright {
  color: #8b8b8b;
  font-size: 11px;
}

#content-top {
  margin-top: 45px;
  overflow: hidden;
}

a {
  outline: 0;
}

#header {
  overflow: hidden;
}

#signout {
  float: right;
  height: 50px;
  padding-top: 10px;
}

#becomeMember_steps {
    font-family: arial;
    font-weight: normal;
}

#becomeMember_steps ul li{
  margin-bottom: 10px;
  list-style-image: url(/images/home/puce.gif);
}

#campain_menu {
  position:absolute;
  padding-top:100px;
}

#campaign_video_follow {
  padding: 10px;
}

#video_stats th {
  background: #ccc;
  padding: 5px;
}

#video_stats td {
  border: 1px solid #ccc;
}
