/**
 * Concours Stylesheet
 */

/** PHOTO **/
.photo {
    margin: 25px 0 0 50px;
    float: left;
    display: inline;
    width: 234px;
}
/** /PHOTO **/

/** TEXTE **/
.texte {
    float: left;
    width: 660px;
    padding: 0 0 0 30px;
}

.texte h2 {
    background-image: url('../images/interface/asterisque-intro.gif');
    background-position: 0px 12px;
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: bold;
    color: #cd173d;
    padding: 10px 0 0 20px;
    margin: 20px 0 10px 0;
}

.texte p {
    font-size: 13px;
    color: #9297ab;
    width: 545px;
    margin: 0 0 20px 20px;
}
/** /TEXTE **/
