/* paramètres pour l'exemple */
.contenu p {margin-top: 0}
.txtVisu {width:285px;}
.blocTxt {}
.blocTxt p a{color:#000;}
.blocVisu {}
/* fin paramètres pour l'exemple */

.txtVisu {display:inline-block;}
.txtVisu:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* \*/ * html .txtVisu {height:1%;} .txtVisu {display:block;} /* */

.topCenter {text-align: center;}
.topCenter .blocVisu {margin: 0 auto; text-align:left}
.topCenter .blocTxt {text-align: left;}
.topRight .blocVisu {float: right; clear:both}
.topRight .blocTxt {clear:both}
.topLeft .blocVisu {}
.topLeft .blocTxt {}

.bottomCenter {text-align: center;}
.bottomCenter .blocVisu {margin: 0 auto; text-align:left}
.bottomCenter .blocTxt {text-align: left;}
.bottomRight .blocVisu {float: right; clear:both}
.bottomRight .blocTxt {clear:both}
.bottomLeft .blocVisu {}
.bottomLeft .blocTxt {}

.right {}
.right .blocVisu {float: right; margin: 0 0 15px 15px}
.right .blocTxt {}
.left {}
.left .blocVisu {float: left; margin: 0 15px 15px 0}
.left .blocTxt {}

/* CAS OU LA TAILLE DE L'IMAGE EST FIXEE ici notre image fait 200px de large, plus la marge de 15px, d'où le 215px*/
/*.right_nowrap {margin: 0 -215px 0 0}
.right_nowrap .blocVisu {float: right; margin: 0 0 15px 15px}
.right_nowrap .blocTxt {margin: 0 215px 0 0}
.left_nowrap {margin: 0}
.left_nowrap .blocVisu {float: left; margin: 0 15px 15px 0}
.left_nowrap .blocTxt {margin: 0 0 0 215px}*/

.right_nowrap {}
.right_nowrap .blocVisu {float: right; margin: 0 0 15px 15px}
.right_nowrap .blocTxt {}
.left_nowrap {}
.left_nowrap .blocVisu {float: left; margin: 0 15px 15px 0}
.left_nowrap .blocTxt {float: left;}
