<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Feuille de style MonJobEtudiant.fr - Copyright 2014 */
* {
    margin: 0;
    padding: 0;
}
html { position: relative; min-height: 100%; }
body { margin: 0 0 205px; }
body, html {
    background: #f0f0f0;
}
a {
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
h2 {
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
h3 {
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
h4 {
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
p {
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
mark {
    color: red;
    background: none;
}
/**** Header ****/
.logo {
    display: block;
    margin: 20px auto;
    height: 250px;
}
header {
    width: 960px;
    height: auto;
    margin: 0 auto;
}
nav, ul {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
}
.menu a {
    display: inline-block;
    float: left;
    height: 100%;
    padding: 0 30px;
	color:#666;
}
.item-1 { border-bottom: 3px solid #b0d048; box-sizing: border-box; } 
.item-2 { border-bottom: 3px solid #377ea2; box-sizing: border-box; }
.item-3 { border-bottom: 3px solid #9f4389; box-sizing: border-box; }
.item-4 { border-bottom: 3px solid #f29100; box-sizing: border-box; }
.item-5 { border-bottom: 3px solid #f22807; box-sizing: border-box; }
.item-1:hover { background: #b0d048; color: #fff; }
.item-2:hover { background: #377ea2; color: #fff; }
.item-3:hover { background: #9f4389; color: #fff; }
.item-4:hover { background: #f29100; color: #fff; }
.item-5:hover { background: #f22807; color: #fff; }

.social-links {
    height: 40px;
    float: right;
}
.social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 10px 0 0;
}
.facebook {
    background: url(../images/socials.png) left top;
}
.facebook:hover {
    background: url(../images/socials.png) left bottom;
}
.twitter {
    background: url(../images/socials.png) 60px top;
}
.twitter:hover {
    background: url(../images/socials.png) 60px bottom;
}
.googleplus {
    background: url(../images/socials.png) right top;
}
.googleplus:hover {
    background: url(../images/socials.png) right bottom;
}
/**** Corps ****/
.corps {
    margin: 30px auto 0 auto;
    width: 960px;
    height: auto;
    overflow: hidden;
}
.left-side {
    width: 680px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}
.news_container {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.post_news {
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    overflow: hidden;
    background: #fff;
    border-bottom: 2px solid #cfcfcf;
}

/**/
.post_news a {
    font-size: 14px;
    color: #9f4389;
}
.post_news a:hover {
    text-decoration: underline;
}
.date {
    color: #f29100;
}
.post_news h3 { margin-bottom: 10px; }

.contact {
    width: 250px;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    background: #9f4389;
}
.contact p {
    color: #fff;
    margin-bottom: 15px;
}
.contact h3 {
    color: #fff;
    margin-bottom: 20px;
}
.contact a {
    text-decoration: underline;
    color: #fff;
}

.about {
    width: 250px;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    background: #377ea2;
}
.about h3 {
    color: #fff;
    margin-bottom: 20px;
}
.about p {
    color: #fff;
}
.about img { float: left; }
/*
.about:before {
    margin-left: -30px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #377ea2 transparent transparent;
}*/
.right-side {
    width: 250px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
    word-wrap: break-word; 
}
.right_map {
    width: 250px;
    height: auto;
    overflow: hidden;
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
.right_map h3 {
    color: #666;
    margin-bottom: 10px;
}
.right_twitter {
    width: 250px;
    height: auto;
    overflow: hidden;
}
/**** Footer ****/
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 205px;
    width: 100%;
    overflow: hidden;
    background: #212b31;
    clear: both;
}
footer h4 {
    padding: 15px 0;
    text-align: center
}
.container_footer-top {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #2f3d46;
}
.footer-top {
    margin: 0 auto;
    width: 960px;
    height: auto;
    overflow: hidden;
}
.content-footer {
    box-sizing: border-box;
    padding: 20px 10px;
    width: 320px;
    height: auto;
    float: left;
    text-align: center;
}
.content-footer img { float: left; margin: 0 3px; }
.content-footer p { color: #fff; }
.content-footer h3 { color: #fff; margin-bottom: 25px; }

/***************************************/
.contact_form {
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    overflow: hidden;
    background: #fff;
    border-bottom: 2px solid #cfcfcf;
}
.contact_form h3 {
    font-size: 20px;
    color: #377ea2;
    margin-bottom: 20px;
}
.contact_form input {
    width: 300px;
    height: 30px;
    background: #f5f5f5;
    border: none;
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 0 10px;
}
.contact_form label {
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.contact_form textarea {
    width: 500px;
    max-width: 500px;
    height: 200px;
    background: #f5f5f5;
    border: none;
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 10px;
}
.contact_form input[type=submit] {
    width: 200px;
    height: 40px;
    background: #377ea2;
    border: none;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
}
.contact_form input[type=submit]:hover {
    background: #9f4389;
}


table /* Annonce */
{
    border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
	margin-top: 10px;
	background-color:white;
}

td /* Annonce */
{
    border: 2px solid #cfcfcf;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

th
{
    border: 2px solid #cfcfcf;
	color:#666;
}

.date
{
    width: 80px;
	font-size:90%;
}
.intitule
{
    width: 600px;
	min-width: 400px;
	font-size:95%;
	padding-top:0px;
	padding-bottom:0px;
    color: #9f4389;
}

.intitule a
{
	color:#666;
}
.pagination{
    color: #9f4389;
	margin: 2px;
	padding: 3px;
}

.pagination:hover{
    color: #9f4389;
    border-bottom: 2px solid #9f4389;
}

.pagination-inactif{
color: black;
margin: 2px;
padding: 3px;
}
</pre></body></html>