/* 
reset.css
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*main
 -------------------------------------------------------------- */
html{text-align:center}
body{
    color:#000;
    background-color: #ffffff;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    width:800px;
}

/*utils
 -------------------------------------------------------------- */
.centered{
    margin: 0 auto;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #47CF4D; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h1 { font-size: 2em; margin-bottom: 0.75em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Misc classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.underline  {text-decoration:underline;}

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.colored{
    color:#8EBD00;
}

/* Form fields
-------------------------------------------------------------- */
input[type=text]{
    width:180px;
}
input[type=radio]{
    margin:0;
}
input,select{
  margin-bottom:8px;
}


/*layout
 -------------------------------------------------------------- */
#main-container{
    overflow:visible;
    height:610px;
    width:800px;
    position: relative;
}
form#insc{
    width:335px;

    position: absolute;
    top: 120px;
    left: 445px;
}
.bordered{
    border:2px solid #8EBD00;
}

#top-block{
    height:69px;
    width:800px;
    position:absolute;
    top:15px;
    left:0;
}


#left-block{
    background-image:url("http://static.p-comme-performance.com/jeux/teleloisirs_mobifun/images/formulaire_left.jpg");
    background-repeat: no-repeat;
    height:593px;
    width:433px;
    float:left;
}

#right-block{
    background-image:url("http://static.p-comme-performance.com/jeux/teleloisirs_mobifun/images/formulaire_right.jpg");
    background-repeat: no-repeat;
    height:593px;
    width:367px;
    float: right;
    margin: 0;
}



#accept_button{
    margin-left: 35px;
    margin-top: 50px;
    width: 265px;
    height: 95px;

}
#accept_button:hover{
    cursor:pointer;
}

#completeBar{
    text-align:center;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#completeBarLeft, #completeBarRight {
    border-top:2px solid black;
    margin-top:10px;
    display: inline;
    width:35px;
}
#completeBarText{
    line-height:1;
    
}

#completeBarText{
    margin-bottom:1.5em;
    font-weight: bold;
}

#accept_news{
    margin-top:15px;
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: .9em;
    line-height: 1.1em;
    text-align:justify;
    color: #999999;
}
#accept_news a{
    text-decoration:underline;
    color:#999999;
}
.participate{
    text-align: right;
}

.mtop{
    margin-left: 10px;
}
#mentions{
    text-align:left;
}
#mentions li{
    display:inline;
    list-style-type:none;
    margin-right:0.2em;
    margin-left:0.2em;
}
#mentions a{
    text-decoration:none;
    color:#000;
}
#mentions a:hover{
    text-decoration:underline;
    color:#000;
}

#participateonlygame{
    color:#a4a4a4;
    margin: 0;
    padding: 0 0 0 440px;
}

#participateonlygame a{
    color:#888888;
    text-decoration: underline;
}

#participateonlygame a:hover{
    color:#888888;
    text-decoration: underline;
}
/*result page*/
#result
{
	position: absolute;
	left: 430px;
	top: 300px;
	/*padding : 20px 30px;*/
	margin : 20px 30px;
	text-align: center;
}

#result table
{
	margin : 10px;
}

#result table table
{
	padding : 10px;
}

#coregs{
  margin:0 auto;
  width:650px;
}

#subscribeCoregs:hover{
    cursor:pointer;  
}

input.error { background: #FBE3E4; border: 2px solid red; }
label.error{ color:red; display:none;}

.td-label{
    width:130px;
    text-align:left;
}


.td-input{
    margin-left: auto;
    margin-right: auto;
}

.td-input span{
    margin: 0 5px 0 0;
}

.td-input span strong{
    font-size: 120%;
}

#td-civ-span{
    font-weight: bold;
}

#messages{
    color: red;
    position: absolute;
    top:90px;
    left: 430px;
    width: 350px;
    font-weight: bold;
    text-transform: uppercase;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
}

.myselect{
    margin: 0 4px;
}

#confidentiality{
    text-align:right;
    margin-right: 15px;
}

#confidentiality a{
    color: #000;
}

.verif {
    color:red;
}

