/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

body
{
    /*background: url('images/fond_jaune.png');*/
    font-family: Verdana,Arial,serif;
    color: #181818;
}

#bloc_page
{
    width: 900px;
    margin: auto;
}



/* Header */

header
{
    /*background: url('images/separateur.png') repeat-x bottom; */
			
}

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: Berlin Sans FB Demi;
    font-size: 1.5em;
    font-weight: normal;
	color : #3333ff;
}

#logo1
{
    display: inline-block;
    margin-bottom: 0px;
	width : 200px;
	height : 70px;
}
header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

/* Navigation */

nav
{
    display: inline-block;	
	width: 900px;
	
}
nav table
{	
	width: 900px;
	height : 54px;

}
nav td
{
	background-color: #ff6600;
	border-radius : 10px 10px 0px 0px;
	text-align: center;
	border: 1px solid white; /* auront une bordure de 0px */
	height : 50px;
	width : 80px;
 }
nav a
{	
	font-size : 1.05em;
	font-family : arial;
    font-weight: bold;
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
}
/* cadre principal dans lequel on place les
documents */
#gauche
{	
	display: inline-block;
	vertical-align : top;
    width: 20%;
	min-height: 500px;
}
section
{
	display: inline-block;
	vertical-align : top;
    width: 900px;
    min-height: 500px;
	height: auto;
	border: 2px #ff6600 solid;
	border-radius : 10px;
	
}

#gauche p
{
margin-left : 8px;
}
#cadre_principal
{
	display: inline-block;
	vertical-align : top;
	width : 75%;
	border-left: 2px #ff6600 solid;
	min-height: 500px;
	
}
section h1
{
   
    font-weight: bold;
	font-size : 1.3em;
	margin-left : 28px;
	    
}
section h2
{
    font-weight: normal;
	font-size : 1.1em;
	margin-left : 58px;
}
/*------définition du tableau qui contient les sujets */
section table
{
width : 100%;
margin-left:28px;
border-collapse: collapse;
  }
section table td
{
height : 20px;
border : 1px solid #ff6600;
border-radius : 4px 0px 4px 0px;
text-align: center;  
font-size : 1em;
padding : 2px 2px 2px 2px;

 }
 #entete_tableau
{
font-weight : bold;
font-size : 1.05em;
color : #333399;
}
#tab_titre
{
width : 60%; 
}
#tab_sujet
{
width : 20%;
}
#tab_annexes
{
width : 20%;
}
#logo
{
height : 23px;
width : 26px;
}
#clic_droit
{
font-style : italic;
font-size : 0.7em;
}
/*------FIN définition du tableau qui contient les sujets */
section p
{
	margin-left : 8px;
}

/* cadre de gauche */


/* Bannière */


