#flip {

}

h3 {
	font-size:85%;
	height:28px;
	padding:4px;
	float:left;
	line-height:28px;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	margin-right:4px;
}

.nostyle {
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
}

.clikzy {
	background:#49B1F2 url(./media/plus.png) no-repeat 6px 9px; 
	width:100%;
	height:28px;
	line-height:28px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:16px;
}
h3, .clikzy:hover {
	cursor:pointer;
}
.justifier {
	text-align:justify;
	
}

.justifier p {
	font-size:0.9em;
}
.pourquoipasvous {
	background:#FF9500;
		color:#ffffff;
}
.clikzy.pourquoipasvous {
	background:#FF9500 url(./media/plus.png) no-repeat 6px 9px; 
}

.col2-set, .col3-set, .col4-set, .col5-set {
    clear: both;
}
.col2-set .col-1, .col2-set .col-2 {
    width: 48.5%;
}
.col2-set .col-1 {
    float: left;
}
.col2-set .col-2 {
    float: right;
}
.col2-alt-set .col-1 {
    width: 32%;
}
.col2-alt-set .col-2 {
    width: 65%;
}
.col2-alt-set .col-1 {
    float: left;
}
.col2-alt-set .col-2 {
    float: right;
}
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
    float: left;
    width: 31.3%;
}
.col3-set .col-1, .col3-set .col-2 {
    margin-right: 3%;
}
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 {
    float: left;
    width: 22%;
}
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 {
    margin-right: 4%;
}