
/* pb @cobalt | cobalt-lounge.com | 10.07.14 | rev 10.12.22 */

body {
	background-color: #fff;
    margin-top: 60px;
    text-align: center; /* pour IE */
    font-size: 1.2em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #555;
}

title {
    visibility: hidden;
}

.stop {
    clear: both;
}

ul li {
    display: inline;
}



/* STRUCTURE */
#content {
	background: url(../img/logo.jpg) no-repeat center;
    margin: 0 auto; /* alignement pour les autres navigateurs */
    width: 600px;
    height: 600px;
}

#listing {
    width: 600px;
    height: 600px;
}



/* ELEMENTS */
img {

}

#tweet {
    width: 600px;
	height: 20px;
	overflow: hidden;
    font-size: 0.9em;
}

.thumb {
    border: none;
    width: 100px;
    height: 100px;
	vertical-align: bottom;
    opacity: 0.03;
}


/* TEXTE */
.H1 {
    font-size: 18px;
    color: #af4203;
    text-transform: uppercase; 
}

.H2 {
    font-size: 14px;
    color: #af4203;
}

p {
    
}

q {
    font-size: 0.9em;
    font-style: italic;
}

.legend {
    font-size: 0.9em;
}

.footer {
    font-size: 1em;
}



/* LIENS */
a:link, a:visited {
    color: #1239A5;
    text-decoration: none;
}

a:hover {
    color: #6495ed;
    text-decoration: none;
}

a:hover .thumb{
    opacity: 1;
    text-decoration: none;
}

