/**
Licence-pro.org
Design created by Audrey Masson
URL : http://audrey-masson.fr
**/

/*CSS de base*****************************************************************************************/
*{margin:0;padding:0;border:0;font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
html{font-size:100%;}
p{font-size:0.9em;margin:0.3em}
strong, b{font-weight:700;margin:0.3em}
ul{list-style-type:square;margin-left:1em;}
li{font-size:1em;margin-left:1em;}
h1{font-size:2em;padding:0.3em 0;}
h2{font-size:1,8em;padding:0.2em 0;}
h3{font-size:1em;padding:0.1em 0;}
h4{font-size:0,9em;padding:0.1em 0;}
select{border:1px solid #c33;}
input{background-color:#ddd;border:1px solid #3c3;
}
/*****************************************************************************************************/

/* Global*********************************************************************************************/
#global{
width:868px;
height:auto;
margin:0 auto;
}
.header{ /*Header et footer*/
width:100%;
height:11px;
background:url(img/bg_hd_ft.jpg) top left repeat-x;
text-indent:-3000px;
overflow:hidden;
}
.right{
float:right;
}
.left{
float:left;
}
.center{
text-align:center;
}
.red{
color:#c33;
}
p{
color:#003;
}
h2{
color:#466ea9;
font-variant:small-caps;
}
h3{
color:#439030;
}
h4{
color:#003;
text-indent:0.5em;
}
a:link{
color:#003;
text-decoration:underline;
}
a:visited{
color:#003;
text-decoration:underline;
}
a:hover{
color:#439030;
text-decoration:underline;
}
/*****************************************************************************************************/

/* Pub*********************************************************************************************/
#pub_header, #pub_rectangle, #pub_column, #pub_banniere{
/*background-color:#ddd;
border:1px solid #bbb;*/
}
#pub_header{
width:728px;
height:90px;
float:right;
}
#pub_header p{
font-size:1.2em;
color:#000;
}
#pub_rectangle{
width:300px;
height:250px;
float:right;
margin: 10px 0 0 0;
}
#pub_column{
width:120px;
height:700px; /*600 en réalité*/
float:left;
margin: 10px 10px 0 0;
padding-right:100px;
}
#pub_banniere{
width:728px;
height:15px;
margin:2px auto;
}
/*****************************************************************************************************/

/* Header*********************************************************************************************/
#header{
width:868px;
/* height:150px; */
margin-top:0.5em;
margin-bottom:1em;
}
#header h2, #header h1{
color:#c33;
font-variant:small-caps;
}
/*****************************************************************************************************/

/* Academie*********************************************************************************************/
#academie{
width:700px;
height:700px;
margin:0 10px 30px 0;
}
#academie p{
margin-left:1em;
}

#academie_content{
float:left;
}

#academie_tag{
width:700px;
float:right;
margin-left:150px;
}
/*****************************************************************************************************/

/* Secteur*********************************************************************************************/
#secteur{
width:800px;
height:410px;
}
#secteur ul{
margin-bottom:3em;
}
#secteur li{
color:#439030;
}
#secteur_content{
float:left;
}
/*****************************************************************************************************/

/* Licence*********************************************************************************************/
#licence{
width:868px;
clear:both;
}
#licence label{
margin-left:1em;
width:150px;
display:block;
float:left;
color:#439030;
font-weight:600;
}
#licence input{
background-color:#ddd;
border:1px solid #3c3;
}
#licence table{
margin:1em;
border:1px solid #c33;
width:100%;
}
#licence table thead{
background-color:#c33;
color:#fff;
}
#licence table tr td{
padding:0.2em;
font-size:0.9em;
border-top:1px solid #c33;
}
/*****************************************************************************************************/

/* Footer*********************************************************************************************/
.footer{
width:100%;
background:url(img/bg_hd_ft.jpg) top left repeat-x;
}
.footer p{
font-size:0.8em;
color:#000;
padding:12px 10px 0 0;
}
.partenaire{
font-size:0.9em;
}
/*****************************************************************************************************/


