@font-face {
	font-family: "roundedblack";
	/*src: url("polices_fnors/MPLUSRounded1c-Black.ttf");*/
	src: url("MPLUSRounded1c-Black.ttf");
}

@font-face {
	font-family: "roundedbold";
	/*src: url("polices_fnors/MPLUSRounded1c-Bold.ttf");*/
	src: url("MPLUSRounded1c-Bold.ttf");
}

@font-face {
	font-family: "roundedextrabold";
	/*src: url("polices_fnors/MPLUSRounded1c-ExtraBold.ttf");*/
	src: url("MPLUSRounded1c-ExtraBold.ttf");
}

@font-face {
	font-family: "roundedlight";
	/*src: url("polices_fnors/MPLUSRounded1c-Light.ttf");*/
	src: url("MPLUSRounded1c-Light.ttf");
}

@font-face {
	font-family: "roundedmedium";
	/*src: url("polices_fnors/MPLUSRounded1c-Medium.ttf");*/
	src: url("MPLUSRounded1c-Medium.ttf");
}

@font-face {
	font-family: "roundedregular";
	/*src: url("polices_fnors/MPLUSRounded1c-Regular.ttf");*/
	src: url("MPLUSRounded1c-Regular.ttf");
}

@font-face {
	font-family: "roundedthin";
	/*src: url("polices_fnors/MPLUSRounded1c-Thin.ttf");*/
	src: url("MPLUSRounded1c-Thin.ttf");
}


html {
    margin:0px;
	font-family:"roundedmedium";
    height:1465px;
    width:900px;
}

body {
    margin:0px;
    width:900px;
    height:1465px;
}

#barre_bleue_haut, #barre_bleue_haut_departement, #barre_bleue_haut_region {
    background-color:#0090a4;
    width:900px;
    height:80px;
    position:absolute;
    left:0px;
    top:0px;
    z-index:100;
}

#barre_deco_1, #barre_deco_1_departement, #barre_deco_1_region {
    background-color:#0090a4;
    width:150px;
    height:30px;
    position:absolute;
    left:-50px;
    top:22px;
    z-index:101;
    -moz-transform : rotate(45deg);
    transform : rotate(45deg);
    box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.5);
    border-radius:25px;
}

#barre_deco_2 {
    background-color:white;
    width:150px;
    height:30px;
    position:absolute;
    left:-34px;
    top:-15px;
    z-index:101;
    -moz-transform : rotate(45deg);
    transform : rotate(45deg);
    box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.5);
    border-radius:25px;
}

#div_titre {
    position:absolute;
    top:10px;
    left:125px;
    color:white;
    z-index:101;
}

#span_titre {
    font-size:23px;
    font-weight:bold;
}

#span_sous_titre {
    font-size:19px;
}


#contenu {
    background-color:white;
    width:900px;
    height:1355px;
    position:absolute;
    left:0px;
    top:80px;
    text-align:center;
}

#titre_1 {
    margin-top:250px;
    font-size:30px;
    font-weight:bold;
}

#titre_2 {
    margin-top:50px;
    font-size:25px;
}

#barre_bleue_bas, #barre_bleue_bas_departement, #barre_bleue_bas_region {
    background-color:#0090a4;
    width:900px;
    height:30px;
    position:absolute;
    left:0px;
    top:1435px;
}

#logo_ORU {
    position:absolute;
    left:720px;
    top:1388px;
}

#img_logo_ORU {
    width:180px;
}

.point_couleur {
    width:15px;
    height:15px;
    border-radius:8px;
    display:block;
    float:left;
    margin-left:20px;
}

.couleur_1 {
    background-color:#a956a0;
}

.couleur_2 {
    background-color:#ddd64f;
}

.couleur_3 {
    background-color:#14a1b2;
}

.couleur_4 {
    background-color:#2da426;
}

.couleur_5 {
    background-color:#878bc5;
}

.font_couleur_1 {
    color:#a956a0;
}

.font_couleur_2 {
    color:#ddd64f;
}

.font_couleur_3 {
    color:#14a1b2;
}

.font_couleur_4 {
    color:#2da426;
}

.font_couleur_5 {
    color:#878bc5;
}

.font_gras {
    font-weight:bold;
    font-size:25px;
    font-family:"roundedbold"
}

#pagination {
    width:900px;
    height:1cm;
    position:absolute;
    top:38.03cm;
    left:0cm;
    font-size:0.4cm;
    text-align:center;
    color:white;
    font-weight:bold;
}