/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:middle;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

sup{
	vertical-align: super; font-size: 50%;
}

/**********************************FIN RESET***********************/

html{
	height:100%;
	width:100%;
}

body{
	height:100%;
	width:100%;
	font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

div.clear{
	clear:both;
}

#wrapped{
	width:920px;
	margin:auto;
	margin: 0 auto -26px;
	padding-top:30px;
	background-image:url(./img/bgCrayon.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

div#bg{
	background-image:url(./img/bg.jpg);
	padding-bottom:75px;
	-moz-box-shadow: 3px 3px 10px #ababab;
	-webkit-box-shadow: 3px 3px 10px #ababab;
	box-shadow: 3px 3px 10px #ababab;
}

footer, .push {
	height: 30px;
	clear: both;
}
/**************************Footer*******************/

footer{
	background-color:#0054ae;
	height:50px;
}

div#foot{
	width:920px;
	margin:auto;
}

#foot > a{
	display:block;
	width:119px;
	height:10px;
	text-indent:-9999px;
	background-image:url(./img/caractere.png);
	float:right;
	margin-top:20px;
	margin-right:10px;
}

/**************************Header*******************/

header{
	background-image: url(./img/bgheader.jpg);
	background-repeat:repeat-x;
	background-bottom:bottom;
	height:67px;
}

#lineTop, #logo{
	width:920px;
	margin:auto;
}

#logo{
	margin-top:7px;
}

#logo>a{
	text-indent:-9999px;
	background-image:url(./img/logo.png);
	position: absolute;
	width:222px;
	height:300px;
	z-index:50;
	margin-top:-43px;
}

#logo>img{
	float:right;
}

h1#titre {
    background-image: url("./img/titre.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    margin-left: 260px;
    text-indent: -9999px;
    width: 650px;
}

/*******************CONTENT****************/

#left{
	float:left;
	width:294px;
	padding-right:12px;
	border-right: 1px dotted black;
}

#right{
	float:right;
	width:600px;
}

h2{
	background-color:#0054ae;
	color:white;
	text-align: center;
	padding:5px;
	font-size:16px;
	font-weight:300;
	margin-bottom:10px;
}

h3{
	color:#f0800e;
	font-size:16px;
	font-weight:600;
	text-align:center;
	margin-bottom:15px;
}

a.lienlogo {
    display: block;
    height: 160px;
    margin-bottom:25px;
}

a#csj{
	width:294px;
}

a#logoRomsee, a#logoBac, a#logoStj{
	width:194px;
}

p.infoEcole{
	text-align:center;
}

.bouton {
	width:180px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:block;
	color:#ffffff;
	font-size:15px;
	font-weight:300;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
	margin:auto;
	margin-top:15px;
	margin-bottom:20px;
}.bouton:hover {
	background-color:#fb9e25;
}.bouton:active {
	position:relative;
	top:1px;
}

a.bouton>span{
	font-weight:600;
}

ul{
	list-style-image: url(./img/puce.png);
	margin-left:25px;
}

ul.primary-li>li{
	font-weight:600;
}

ul.sub-li{
	list-style-image: url(./img/subPuce.png);
	width:165px;
	font-weight:300;
}

ul.sub-sub-li {
  list-style-image:none;
  list-style-type:circle;
}

ul.romseeli{
	float:left;
}

#bac, #stj, #romsee{
	float:left;
	margin-right:9px;
    width:194px;
}

#romsee{
	margin-right:0px;
}

li.lastLi{
	clear:both;
}

span.orange{
	color:#F0800E;
}

#foot > p {
    color: white;
    float: left;
    line-height: 50px;
}

p.portes{
    text-align: center;
    padding-bottom:20px;
}

p.portes > span{
    font-weight: 600;
    color:#f0800e;
    text-transform: uppercase;
}

/****************COOKIE************/

div#cookieBox{
    width:100%;
    background-color:#d9dadb;
    color:#2e2d30;
    text-align: center;
    font-size:13px;
    font-weight: 300;
    padding:10px 0px;
}

div#cookieBox.hide{
    display: none;
}

div#cookieBox p{
    font-family: 'Roboto',sans-serif;
}

div#cookieBox p > a{
    background-color: #2e2d30;
    color: #fff;
    cursor:pointer;
    padding:5px 10px;
    text-transform: uppercase;
		text-decoration: none;
}

p.legal{
    background-color:#2e2d30;
    color:#9c9e9f;
    font-size:8px;
    padding-left:15px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

p.legal > a{
    text-decoration: none;
    color:#9c9e9f;
}

div#wrapped section#content.page{
	text-align: center;
}

div#wrapped section#content.page p, div#wrapped section#content.page table{
	margin-bottom:15px;
}

div#wrapped section#content.page td{
	padding:5px;
	border:1px solid rgba(0,0,0,0.2);
}
